Hello,
Is there a way to download the kernel and/or the file system from U-boot prompt via the console (terminal) and not via U-boot tftp?
Thanks,
Yehuda.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
Is there a way to download the kernel and/or the file system from U-boot prompt via the console (terminal) and not via U-boot tftp?
Thanks,
Yehuda.
u-boot has three commands to download over the serial port.
loadb - load binary file over serial line (kermit mode)
loads - load S-Record file over serial line
loady - load binary file over serial line (ymodem mode)
Steve K.