BasicStamp and Raspberry Pi
Thordy
Posts: 2
Hi Everyone,
I am trying to get my BoeBot to work with a Raspberry pi. I downloaded PBasic Linux software by Francis Esmonde-White (linked from the downloads), as well as the PBasic tokenizer shared library.
But it seems like the Tokenizer library is only supported on x86 platforms. Any chance of updating the library to also support ARM? Anyone else tried this and got it to work? Suggestions?
Thanks in advance!
I am trying to get my BoeBot to work with a Raspberry pi. I downloaded PBasic Linux software by Francis Esmonde-White (linked from the downloads), as well as the PBasic tokenizer shared library.
But it seems like the Tokenizer library is only supported on x86 platforms. Any chance of updating the library to also support ARM? Anyone else tried this and got it to work? Suggestions?
Thanks in advance!
Comments
I figured it wasn't easily possible, but thank you for explaining.
The bstamp_run command still works on the Raspberry Pi, so I ended up just writing a quick script that tokenizes the PBasic code on a different computer, and then I can send it to the BoeBot.