Forum Discussion
Altera_Forum
Honored Contributor
21 years ago> There is also a port of UBoot available which I believe will do the same job
Yes, u-boot supports file download via tftp, NFS, serial (kermit/SREC), and flash programming ... along with the associated support for BOOTP/DHCP, ping, netconsole, etc. u-boot however, is purely "pull" model for file download ... i.e. all download activity is initiated on the target via command line interface. So a "remote" upgrade would require u-boot to be configured with netconsole suport, or you'll need remote access to the serial/JTAG-uart port. Regards, --Scott