2023-02-06 18:17:24 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
|
|
|
|
|
|
sdram_type=SDRAM
|
|
|
|
flash_type=AM29LV160DB
|
2023-02-06 18:33:53 +00:00
|
|
|
loadaddr=0x1200000
|
|
|
|
filename=mcr3000.itb
|
2023-02-06 18:17:24 +00:00
|
|
|
dhcp_ip=ip=:::::eth0:dhcp
|
|
|
|
console_args=console=ttyCPM0,115200N8
|
2023-02-06 18:33:53 +00:00
|
|
|
loadkernel=ubi part nand0;ubifsmount ubi0;ubifsload ${loadaddr} /boot/${filename};ubifsumount; ubi detach
|
|
|
|
bootcmd=run flashboot
|
|
|
|
flashboot=setenv bootargs ${console_args} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:mcr3k:eth0:off;${ofl_args}; run loadkernel; bootm ${loadaddr}
|
|
|
|
tftpboot=setenv bootargs ${console_args} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:mcr3k:eth0:off ${ofl_args}; tftp ${loadaddr} ${filename}; bootm ${loadaddr}
|
|
|
|
dhcpboot=dhcp ${loadaddr} ${filename};setenv bootargs ${console_args} ${dhcp_ip} ${ofl_args}; bootm ${loadaddr}
|
|
|
|
update=echo 'Updating ubi image'; if tftp 0x2000 $ubifile; then nand erase.chip; nand write 0x2000 0x00 $filesize; fi
|