SHOW:
|
|
- or go back to the newest paste.
1 | everything with < > is replaced by valid values | |
2 | ||
3 | setenv kernel_addr_r 0x80000000 | |
4 | #bootcmd=mmc rescan 0; ext2load mmc 0:2 ${kernel_addr_r} /boot/uImage; bootm ${kernel_addr_r} | |
5 | - | bootcmd=mmc rescan 0; ext2load mmx 0:2 0x80000000 /boot/uImage; bootm ${kernel_addr_r} |
5 | + | bootcmd=mmc rescan 0; ext2load mmc 0:2 0x80000000 /boot/uImage; bootm ${kernel_addr_r} |
6 | bootargs=console=ttyO2,115200n8 ip=<TARGET_IP>:<SERVER_IP>:<TARGET_IP>:255.255.255.0::eth0: nfsroot=<SERVER_IP>:/opt/<ELDK_VERSION>/armv7a/rootfs-sato-sdk | |
7 | netup=dcache off; setenv usbethaddr <TARGET_MAC>; setenv ipaddr <TARGET_IP>; setenv serverip <SERVER_IP>; setenv netmask 255.255.255.0; usb start | |
8 | loaduimage=run netup; ping $serverip; boot |