[ANN] Working with Pharo on the Raspberry Pi
I wrote a small article on Medium on how to setup the Pi with a touch screen and Pharo: https://medium.com/@astares/pharo-pi-9eef257b6a21#.gw72pe7uy Hope one or the other might be interested. Have fun T.
Le 25/10/2015 21:47, Torsten Bergmann a écrit :
I wrote a small article on Medium on how to setup the Pi with a touch screen and Pharo:
https://medium.com/@astares/pharo-pi-9eef257b6a21#.gw72pe7uy
Hope one or the other might be interested.
Have fun T.
Cool and interesting :) Thierry
Hi Torsten, Have you tried the cogvm on the Pi? It is much faster than the stack vm. If I remember correctly, I used this one last time: http://www.mirandabanda.org/files/Cog/VM/VM.r3427/cogspurlinuxhtARM-15.33.34... Attila -- View this message in context: http://forum.world.st/ANN-Working-with-Pharo-on-the-Raspberry-Pi-tp4857895p4... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Pharo5 works with fine with the squeak vm in Jessie. No errorâs and much faster. Didnât test it thoroughly. Tim
On 26 Oct 2015, at 16:41, Attila Magyar <m.magyar3@gmail.com> wrote:
Hi Torsten,
Have you tried the cogvm on the Pi? It is much faster than the stack vm. If I remember correctly, I used this one last time: http://www.mirandabanda.org/files/Cog/VM/VM.r3427/cogspurlinuxhtARM-15.33.34...
Attila
-- View this message in context: http://forum.world.st/ANN-Working-with-Pharo-on-the-Raspberry-Pi-tp4857895p4... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
What I would like is access to the GPIO pins from Pharoâ¦. It is possible from Scratch so someone (i am to stupid to do this) could maybe hack that into Pharo? Tim
On 30 Oct 2015, at 16:22, Tim Hendriks <th72@dds.nl> wrote:
Pharo5 works with fine with the squeak vm in Jessie. No errorâs and much faster. Didnât test it thoroughly.
Tim
On 26 Oct 2015, at 16:41, Attila Magyar <m.magyar3@gmail.com> wrote:
Hi Torsten,
Have you tried the cogvm on the Pi? It is much faster than the stack vm. If I remember correctly, I used this one last time: http://www.mirandabanda.org/files/Cog/VM/VM.r3427/cogspurlinuxhtARM-15.33.34...
Attila
-- View this message in context: http://forum.world.st/ANN-Working-with-Pharo-on-the-Raspberry-Pi-tp4857895p4... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Jean-Baptiste did it and demoed it at ESUG at Cambridge. He is now travelling and crashed his machine so may contact him at: jbaptiste.arnaud@gmail.com He will be probably busy until wednesday fixing his machine and application to a new job. Stef Le 30/10/15 08:27, Tim Hendriks a écrit :
What I would like is access to the GPIO pins from Pharoâ¦. It is possible from Scratch so someone (i am to stupid to do this) could maybe hack that into Pharo?
Tim
On 30 Oct 2015, at 16:22, Tim Hendriks <th72@dds.nl> wrote:
Pharo5 works with fine with the squeak vm in Jessie. No errorâs and much faster. Didnât test it thoroughly.
Tim
On 26 Oct 2015, at 16:41, Attila Magyar <m.magyar3@gmail.com> wrote:
Hi Torsten,
Have you tried the cogvm on the Pi? It is much faster than the stack vm. If I remember correctly, I used this one last time: http://www.mirandabanda.org/files/Cog/VM/VM.r3427/cogspurlinuxhtARM-15.33.34...
Attila
-- View this message in context: http://forum.world.st/ANN-Working-with-Pharo-on-the-Raspberry-Pi-tp4857895p4... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On 26 Oct 2015, at 16:41, Attila Magyar <m.magyar3@gmail.com> wrote:
Hi Torsten,
Have you tried the cogvm on the Pi? It is much faster than the stack vm. If I remember correctly, I used this one last time: http://www.mirandabanda.org/files/Cog/VM/VM.r3427/cogspurlinuxhtARM-15.33.34...
Attila
Are you sure you tried with a Pharo image ? $ ./cogspurlinuxhtARM/lib/squeak/5.0-3427/squeak -headless Pharo.image printVersion This interpreter (vers. 6521) cannot read image file (vers. 6505). Press CR to quit... $ ./bin/PharoS --nodisplay Pharo.image printVersion setlocale() failed (check values of LC_CTYPE, LANG and LC_ALL) [version] 4.0 #40621 Sven
Thanks. My medium-term plan is to run my Smalltalk app from a Pi - this was encouraging! -- View this message in context: http://forum.world.st/ANN-Working-with-Pharo-on-the-Raspberry-Pi-tp4857895p4... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (7)
-
Attila Magyar -
EuanM -
stepharo -
Sven Van Caekenberghe -
Thierry Goubier -
Tim Hendriks -
Torsten Bergmann