summaryrefslogtreecommitdiff
path: root/SITE1/HBI0225B/images.txt
diff options
context:
space:
mode:
Diffstat (limited to 'SITE1/HBI0225B/images.txt')
-rw-r--r--SITE1/HBI0225B/images.txt35
1 files changed, 31 insertions, 4 deletions
diff --git a/SITE1/HBI0225B/images.txt b/SITE1/HBI0225B/images.txt
index f1691aa..9d995ca 100644
--- a/SITE1/HBI0225B/images.txt
+++ b/SITE1/HBI0225B/images.txt
@@ -1,7 +1,34 @@
TITLE: Versatile Express Images Configuration File
[IMAGES]
-TOTALIMAGES: 1 ;Number of Images (Max : 32)
-NOR0UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE
-NOR0ADDRESS: BOOT ;Image Flash Address
-NOR0FILE: \SOFTWARE\A5\uefi.bin ;Image File Name
+TOTALIMAGES: 5 ;Number of Images (Max : 32)
+NOR0UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE
+NOR0ADDRESS: BOOT ;Image Flash Address
+NOR0NAME: boot.bin
+NOR0FILE: \SOFTWARE\boot-a5.bin ;Image File Name
+
+NOR1UPDATE: AUTO ;IMAGE UPDATE:NONE/AUTO/FORCE
+NOR1ADDRESS: 03000000 ;Image Flash Address
+NOR1FILE: \SOFTWARE\zImage ;Image File Name - master kernel
+NOR1LOAD: 80008000 ;Image Load Address
+NOR1ENTRY: 80008000 ;Image Entry Point
+
+NOR2UPDATE: AUTO ;IMAGE UPDATE:NONE/AUTO/FORCE
+NOR2ADDRESS: 00600000 ;Image Flash Address
+NOR2NAME: ramdisk.img
+NOR2FILE: \SOFTWARE\ramdisk.img ;Image File Name - master initrd
+NOR2LOAD: a0100000 ;Image Load Address
+NOR2ENTRY: a0100000 ;Image Entry Point
+
+NOR3UPDATE: AUTO ;IMAGE UPDATE:NONE/AUTO/FORCE
+NOR3ADDRESS: 0c000000 ;Image Flash Address
+NOR3NAME: board.dtb
+NOR3FILE: \SOFTWARE\a5.dtb ;Image File Name - master DTB
+NOR3LOAD: a0000000 ;Image Load Address
+NOR3ENTRY: a0000000 ;Image Load Address
+
+NOR4UPDATE: AUTO ;IMAGE UPDATE:NONE/AUTO/FORCE
+NOR4ADDRESS: 0ffc0000 ;Image Flash Address
+NOR4FILE: \SOFTWARE\blank.img ;Image File Name
+NOR4LOAD: 00000000 ;Image Load Address
+NOR4ENTRY: 00000000 ;Image Entry Point