Installing the SDK on a Raspberry Pi #64
-
Hi everybody, I have followed the Linux instructions to install all the required tools on my Raspberry Pi 4. Note that it runs Raspberry Pi OS 64 bit, which has not been tested yet according to your documentation. I need the 64 bit to run experiments on my Google Coral Tpu stick, so unfortunately I cannot downgrade to 32 bit. I had 2 issues during the installation process:
Thanks (again)! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
@bartbutenaers – Let's see if we can figure this out. We definitely do run on some 64-bit Linux targets, so it is likely possible on Raspberry Pi too. Linux is outside my expertise, so I defer to @mkellner and @acarle on the details. FWIW – Strictly speaking this isn't an issue with Node-RED MCU Edition but the underlying Moddable SDK. That can sometimes be confusing to sort out. For future reference, it would be best to post questions like this on the Moddable SDK repository. |
Beta Was this translation helpful? Give feedback.
-
@bartbutenaers, xsbug is a Gtk application and requires a windowing system to run. If you do have a windows system set up on your Pi 4, you can try setting the DISPLAY environment variable with: |
Beta Was this translation helpful? Give feedback.
-
@phoddie: Ah yes, of course I should have posted this issue in the other repo. Sorry for the confusion! @mkellner: That makes everything clear. I am using my Raspberry headless, and I access it only via Node-RED (and Putty). Thanks!! Case closed. |
Beta Was this translation helpful? Give feedback.
@bartbutenaers, xsbug is a Gtk application and requires a windowing system to run. If you do have a windows system set up on your Pi 4, you can try setting the DISPLAY environment variable with:
export DISPLAY=:0.0
and try running xsbug again.