aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/README
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/layerscape/README')
-rw-r--r--target/linux/layerscape/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/layerscape/README b/target/linux/layerscape/README
index a8d1846468..1e3f707b4f 100644
--- a/target/linux/layerscape/README
+++ b/target/linux/layerscape/README
@@ -12,6 +12,7 @@ users can bring up the board without difficulty.
LS1012ARDB (QSPI NOR boot)
LS1012AFRDM (QSPI NOR boot)
LS1012AFRWY (QSPI NOR boot)
+ LS1028ARDB (QSPI NOR boot | SD card boot)
LS1043ARDB (NOR boot | SD card boot)
LS1046ARDB (QSPI NOR boot | SD card boot)
LS1046AFRWY (QSPI NOR boot | SD card boot)
@@ -95,6 +96,15 @@ from SD card. (sdcard.img images are gz-iped to save space. Please extract them
=> sf write a0000000 0 $filesize
=> reset
+* LS1028ARDB
+ Board has only one bank. Those commands will replace stock bootloader
+ and firmware.
+ => tftp a0000000 <firmware_name>-firmware.bin
+ => sf probe 0:0
+ => sf erase 0 +$filesize
+ => sf write a0000000 0 $filesize
+ => reset
+
* LS1043ARDB
Start up from bank0, and program firmware to bank4 with below commands.
Switch to bank4 to start up OpenWrt.