As boring as possible: I cross-compile on my dev box, then rsync over. So essentially:
Code: Select all
make && rsync the-binary root@pi:
I'm curious why that's so. If you control any part the boot code, from the perspective of anything that follows, all is lost anyway. What does controlling that step of the boot process add?
If that's your goal, what's wrong with the advice I gave you in another thread? https://www.raspberrypi.org/forums/view ... 7&t=254969stefano.setti wrote: ↑Mon Oct 28, 2019 3:53 pmI didn't find an example that do what I need: decode and image and render on screen without x11.