Changes between Version 6 and Version 7 of venice/boot
- Timestamp:
- 03/06/2023 08:43:14 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/boot
v6 v7 8 8 * Bootloader (U-Boot) 9 9 10 Gateworks provides pre-built Boot Firmware [http://dev.gateworks.com/venice/boot_firmware/flash.bin flash.bin] ready to flash onto boot devices as well as source for building and/or modifying the boot firmware yourself.10 Gateworks provides [http://dev.gateworks.com/venice/boot_firmware/ pre-built Boot Firmware] ready to flash onto boot devices as well as source for building and/or modifying the boot firmware yourself. 11 11 12 12 [=#bootrom] … … 27 27 28 28 Venice Boot Firmware Image Map: 29 * imx8mm: 29 30 ||= start-end =||= len =||= item =||= notes =|| 30 31 || 0x0000000 - 0x0008400 || 33KiB || MBR Partition Table || only first 512B used || … … 33 34 || 0x0FF0000 - 0x1000000 || 64KB || U-Boot env || redudant 32KB env || 34 35 || 0x1000000 - || || Disk Partitions || used by the OS || 35 36 The firmware image starting at the 33KB offset is the 'flash.bin' file created by U-Boot which contains the u-boot.itb. 36 * imx8mn/imx8mp: 37 ||= start-end =||= len =||= item =||= notes =|| 38 || 0x0000000 - 0x0008400 || 32KiB || MBR Partition Table || only first 512B used || 39 || 0x0008000 - 0x0060000 || 351KiB || SPL || Loads and u-boot.itb and transfers control to the ATF || 40 || 0x0060000 - 0x0FF0000 || 15MiB || u-boot.itb || FIT image containing u-boot, ATF, and fdt || 41 || 0x0FF0000 - 0x1000000 || 64KB || U-Boot env || redudant 32KB env || 42 || 0x1000000 - || || Disk Partitions || used by the OS || 37 43 38 44