Christophe Leroy | dac3c6f | 2022-10-14 12:54:50 +0200 | [diff] [blame] | 1 | loadaddr=0x1a00000 |
| 2 | filename=cmpc885.itb |
| 3 | console_args=console=ttyCPM0,115200N8 |
| 4 | loadkernel=ubi part nand0;ubifsmount ubi0;ubifsload ${loadaddr} /boot/${filename};ubifsumount; ubi detach |
| 5 | flashboot=setenv bootargs ${console_args} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:eth0:off ${ofl_args}; run loadkernel; bootm $loadaddr#$config |
| 6 | tftpboot=setenv bootargs ${console_args} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:eth0:off ${ofl_args}; tftp ${loadaddr} ${filename};bootm $loadaddr#$config |
| 7 | update=echo 'Updating ubi image'; if tftp $loadaddr $ubifile; then nand erase.chip; nand write $loadaddr 0x00 $filesize; fi; |