blob: 47b436ff6bc02dec8aedb5d009d8875e8453c8b7 [file] [log] [blame]
Christophe Leroyf6469c22023-04-04 13:09:36 +02001loadaddr=0x1a00000
2filename=cmpcpro.itb
3netdev=eth0
4console_args=console=ttyS0,115200N8
5loadkernel=ubi part nand0;ubifsmount ubi0; ubifsload ${loadaddr} /boot/${filename}; ubifsumount; ubi detach
Jean-Michel CASAUBONc4870ef2023-10-31 11:27:22 +00006flashboot=mw.w 90000040 0x000E 1; setenv bootargs ${console_args} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:eth0:off ${ofl_args}; run loadkernel; bootm ${loadaddr}#${config}
7tftpboot=mw.w 90000040 0x000E 1; setenv bootargs ${console_args} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:eth0:off ${ofl_args}; tftp ${loadaddr} ${filename}; bootm ${loadaddr}#${config}
Christophe Leroyf6469c22023-04-04 13:09:36 +02008update=echo 'Updating ubi image'; mw.w 90000040 0x000E 1; if tftp $loadaddr $ubifile; then nand erase.chip; nand write $loadaddr 0x00 $filesize; fi;