Skip to content
Nils Schneider edited this page Apr 4, 2015 · 2 revisions

initial flash

tftpboot 0x80010000 sysupgrade.bin
erase 0x9f080000 +0xF60000
cp.b 0x80010000 0x9f080000 0xF60000
setenv bootcmd bootm 0x9fda0000
saveenv
boot
Clone this wiki locally