preparing to release, add more uboot script including recovery one

This commit is contained in:
Jaroslav Kysela
2015-03-31 18:50:27 +02:00
parent 3aa2d34426
commit af2ee644a8
6 changed files with 102 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
set filesize
fatload usb 0 $load_addr satip-axe-@VERSION@.fw
if test \"${filesize}\" != \"\"; then nand erase fw2-nand0; nand write.jffs2 $load_addr fw2-nand0 $filesize; fi
if test \"${satip-axe}\" = \"\"; then set bootcmd run\ updatefw\;set\ bootargs\ console\=ttyAS0\,115200\ bigphysarea\=20000\;nboot.jffs2\ \$load_addr fw2-nand0; set satip-axe 1; saveenv; fi

View File

@@ -0,0 +1 @@
if test \"${satip-axe}\" != \"\"; then set bootcmd run\ updatefw\;nboot.jffs2\ \$load_addr fw1-nand0; set satip-axe; saveenv; fi

View File

@@ -1,3 +1,3 @@
fatload usb 0 0x84000000 satip-axe-@VERSION@.fw
fatload usb 0 $load_addr satip-axe-@VERSION@.fw
set bootargs console=ttyAS0,115200 bigphysarea=20000
bootm 0x84000000
bootm $load_addr