-1

im a beginner in embedde rust on a raspberry pi. Need some help for loading code via toolchain on the pi 4. Tanks for helping

i hope someone can help me with that or show me where i can get a guide

  • RPi runs Linux - you don't need embedded rust for that. Or do you mean you are developing for an embedded device with the RPi as a development host? Also _"Need some help for loading code via toolchain on the pi 4._" needs some elaboration. It is not clear what that could mean in the context of the rest of the question. – Clifford Oct 29 '22 at 10:35
  • Perhaps this is what you need: https://www.freecodecamp.org/news/embedded-rust-programming-on-raspberry-pi-zero-w/. It refers to RPi ZeroW with a PC development host, but is probably applicable to any RPi, it is simply that the RPi Zero is a bit underpowered for comfortable self-hosted development. – Clifford Oct 29 '22 at 10:41
  • tahnks buddy, thats waht i was looking for :) – Valhallarising Oct 29 '22 at 13:55
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Oct 30 '22 at 13:31

1 Answers1

0

I suggest using this video. It also goes over gpio.

LocalTrash
  • 19
  • 6