Hi Lup, That is very nice! I never tested TFTP on NuttX, but I used to boot Linux/uCLinux using it, downloading the kernel image inside the bootloader:
https://acassis.wordpress.com/2009/03/19/solved-dbug-bootloader-network-problem/ In NuttX case it is easier because we can do it without the bootloader! BR, Alan On 7/13/23, Lee, Lup Yuen <lu...@appkaki.com> wrote: > Testing NuttX can get painfully tedious on a Single-Board Computer... > Swapping, reflashing and rebooting a MicroSD Card, again and again and > again! (Like how we tested NuttX on PinePhone) > > Thankfully there’s a better way: Booting NuttX over the Local Network, with > U-Boot Bootloader and TFTP! In this article we’ll configure TFTP Network > Boot for testing NuttX on the new Star64 JH7110 RISC-V SBC... > > https://lupyuen.codeberg.page/articles/tftp.html > > Lup >