Hello. I’m trying to boot a 4C+ with LTSP. I have made some progress so far, but the first obstacle I have is to boot properly from PXE
I am able to do that, but I must get into uboot shell and send the dhcp, pxe get and pxe boot every single time. That’s not nice.
I’ve read the totorial for uboot compiling, etc., but don’t really know how to update the boot stuff properly. First of all, I think the tutorial abou uboot updating is not made for booting from the Debian 11 image (I think the partitions are not equal as the tutorial, so when I do the dd stuff to update the uboot img and stuuf, the card won’t boot anymore)
On the other hand I have managed to update boot parameters making use of uboot-update as stated in eEnv.txt file at Debian 11 image fro 4C+. But is not convenient either, because in this case I must boot once and modify the sd card image and reboot to be able to boot from the network… but in this case, because the remote root image doesn’t have users, I can’t get into the system even when I get graphical interface.
So the most important question here is: how to update uboot in that image (DEBIAN 11) so the new uboot has a differente bootcmd to don’t start from the SD card but from the netowok?
All the best
Jorge