Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | TITLE: Versatile Express Images Configuration File |
| 2 | |
| 3 | [IMAGES] |
| 4 | TOTALIMAGES: 10 ;Number of Images (Max: 32) |
| 5 | |
| 6 | NOR0UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE |
| 7 | NOR0ADDRESS: 0x00000000 ;Image Flash Address |
| 8 | NOR0FILE: \SOFTWARE\fip.bin ;Image File Name |
| 9 | NOR0LOAD: 00000000 ;Image Load Address |
| 10 | NOR0ENTRY: 00000000 ;Image Entry Point |
| 11 | |
| 12 | NOR1UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE |
| 13 | NOR1ADDRESS: 0x03EC0000 ;Image Flash Address |
| 14 | NOR1FILE: \SOFTWARE\bl1.bin ;Image File Name |
| 15 | NOR1LOAD: 00000000 ;Image Load Address |
| 16 | NOR1ENTRY: 00000000 ;Image Entry Point |
| 17 | |
| 18 | NOR2UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE |
| 19 | NOR2ADDRESS: 0x00500000 ;Image Flash Address |
| 20 | NOR2FILE: \SOFTWARE\Image ;Image File Name |
| 21 | NOR2NAME: norkern ;Rename kernel to norkern |
| 22 | NOR2LOAD: 00000000 ;Image Load Address |
| 23 | NOR2ENTRY: 00000000 ;Image Entry Point |
| 24 | |
| 25 | NOR3UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE |
| 26 | NOR3ADDRESS: 0x03000000 ;Image Flash Address |
| 27 | NOR3FILE: \SOFTWARE\juno.dtb ;Image File Name |
| 28 | NOR3NAME: board.dtb ;Specify target filename to preserve file extension |
| 29 | NOR3LOAD: 00000000 ;Image Load Address |
| 30 | NOR3ENTRY: 00000000 ;Image Entry Point |
| 31 | |
| 32 | NOR4UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE |
| 33 | NOR4ADDRESS: 0x030C0000 ;Image Flash Address |
| 34 | NOR4FILE: \SOFTWARE\hdlcdclk.dat ;Image File Name |
| 35 | NOR4LOAD: 00000000 ;Image Load Address |
| 36 | NOR4ENTRY: 00000000 ;Image Entry Point |
| 37 | |
| 38 | NOR5UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE |
| 39 | NOR5ADDRESS: 0x03E40000 ;Image Flash Address |
| 40 | NOR5FILE: \SOFTWARE\scp_bl1.bin ;Image File Name |
| 41 | NOR5LOAD: 00000000 ;Image Load Address |
| 42 | NOR5ENTRY: 00000000 ;Image Entry Point |
| 43 | |
| 44 | NOR6UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE |
| 45 | NOR6ADDRESS: 0x0BF00000 ;Image Flash Address |
| 46 | NOR6FILE: \SOFTWARE\startup.nsh ;Image File Name |
| 47 | NOR6NAME: startup.nsh |
| 48 | NOR6LOAD: 00000000 ;Image Load Address |
| 49 | NOR6ENTRY: 00000000 ;Image Entry Point |
| 50 | |
| 51 | NOR7UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE |
| 52 | NOR7ADDRESS: 0x0BFC0000 ;Image Flash Address |
| 53 | NOR7FILE: \SOFTWARE\blank.img ;Image File Name |
| 54 | NOR7NAME: BOOTENV |
| 55 | NOR7LOAD: 00000000 ;Image Load Address |
| 56 | NOR7ENTRY: 00000000 ;Image Entry Point |
| 57 | |
| 58 | NOR8UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE |
| 59 | NOR8ADDRESS: 0x03100000 ;Image Flash Address |
| 60 | NOR8FILE: \SOFTWARE\selftest ;Image File Name |
| 61 | NOR8LOAD: 00000000 ;Image Load Address |
| 62 | NOR8ENTRY: 00000000 ;Image Entry Point |
| 63 | |
| 64 | NOR9UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE |
| 65 | NOR9ADDRESS: 0x03180000 ;Image Flash Address |
| 66 | NOR9NAME: uEnv.txt |
| 67 | NOR9FILE: \SOFTWARE\uEnv.txt ;Image File Name |
| 68 | NOR9LOAD: 00000000 ;Image Load Address |
| 69 | NOR9ENTRY: 00000000 ;Image Entry Point |
| 70 | |
| 71 | |