Browse Source

2020.02.12 / Folus Wen

Actions:
1. Flash_Command update for FactoryConfiguration.bin write.

Files:
1. As follow commit history

Image version: D0.00.XX.XXXX.PH
Image checksum: XXXXXXXX

Hardware PWB P/N : XXXXXXX
Hardware Version : XXXXXXX
FolusWen 5 years ago
parent
commit
07b84b1656
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Flash_Write_Command

+ 4 - 4
Flash_Write_Command

@@ -5,8 +5,7 @@ mw 0x80000000 0xffffffff 0x00100000;fatload mmc 0 0x80000000 u-boot.img;nand era
 mw 0x80000000 0xffffffff 0x00080000;fatload mmc 0 0x80000000 am335x-evm.dtb;nand erase 0x00300000 0x00080000;nand write 0x80000000 0x00300000 0x00080000;
 mw 0x80000000 0xffffffff 0x00A00000;fatload mmc 0 0x80000000 zimage;nand erase 0x00400000 0x00A00000;nand write 0x80000000 0x00400000 0x00A00000;
 mw 0x80000000 0xffffffff 0x03000000;fatload mmc 0 0x80000000 ramdisk.gz;nand erase 0x03000000 0x03000000;nand write 0x80000000 0x03000000 0x03000000;
-mw 0x80000000 0xffffffff 0x00600000;fatload mmc 0 0x80000000 FactoryConfig.bin;nand erase 0x09C00000 0x00600000;nand write 0x80000000 0x09C00000 0x00600000;
-
+mw 0x80000000 0xffffffff 0x00600000;fatload mmc 0 0x80000000 FactoryDefaultConfig.bin;nand erase 0x09000000 0x00600000;nand write 0x80000000 0x09000000 0x00600000;nand erase 0x09600000 0x00600000;nand write 0x80000000 0x09600000 0x00600000;nand erase 0x09c00000 0x00600000;nand write 0x80000000 0x09c00000 0x00600000;boot;
 
 // By TFTP
 nand erase.chip;
@@ -14,6 +13,7 @@ tftp 0x80000000 MLO;nand erase 0x00000000 0x00080000;nand write 0x80000000 0x000
 tftp 0x80000000 u-boot.img;nand erase 0x00080000 0x00100000;nand write 0x80000000 0x00080000 0x00100000;
 tftp 0x80000000 am335x-evm.dtb;nand erase 0x00300000 0x00080000;nand write 0x80000000 0x00300000 0x00080000;
 tftp 0x80000000 zimage;nand erase 0x00400000 0x00A00000;nand write 0x80000000 0x00400000 0x00A00000;
-tftp 0x80000000 ramdisk.gz;nand erase 0x03000000 0x03000000;nand write 0x80000000 0x03000000 0x03000000;
-tftp 0x80000000 FactoryConfig.bin;nand erase 0x09C00000 0x00600000;nand write 0x80000000 0x09C00000 0x00600000;
+tftp 0x80000000 ramdisk.gz;nand erase 0x03000000 0x03000000;nand write 0x80000000 0x03000000 0x03000000; 
+tftp 0x80000000 FactoryDefaultConfig.bin;nand erase 0x09000000 0x00600000;nand write 0x80000000 0x09000000 0x00600000;nand erase 0x09600000 0x00600000;nand write 0x80000000 0x09600000 0x00600000;nand erase 0x09c00000 0x00600000;nand write 0x80000000 0x09c00000 0x00600000;
+