Changes between Version 10 and Version 11 of venice/firmware
- Timestamp:
- 11/03/2022 09:15:36 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/firmware
v10 v11 18 18 [wiki:venice/bsp#images Venice Pre-Built Firmware / Software] 19 19 20 JTAG binary images 21 - flash with Gateworks JTAG dongle on a Linux hsot22 - see http://trac.gateworks.com/wiki/jtag_instructions20 JTAG binary images: 21 - Flash with Gateworks JTAG dongle on a Linux host with instructions [#jtag 22 - Note there are several variants of the i.MX8M processor (mini (mm), nano (mn), plus(mp)) which is indicated in the filename. 23 23 - firmware-venice-imx8mm.bin 24 24 - JTAG image of first 16MiB of Flash containing: … … 28 28 unknown state. 29 29 - venice-imx8mm-u-boot_spl.bin 30 - venice-imx8mn-u-boot_spl.bin31 30 - JTAG image of SPL, U-Boot, ATF, DDR firmware and DTBs 32 31 (does not modify partition table or U-Boot env) … … 89 88 90 89 Please Note: 91 * Linux software is supported for programming Venice (jtag_usbv4 required). Windows is not supported. (serial console through Windows does work). 90 * Only flash .bin files via the JTAG programmer and jtag_usbv4 91 * Linux software is supported for programming Venice (jtag_usbv4 required). Windows is not supported. (Serial console through Windows does work). 92 92 * JTAG Programming of eMMC is supported by [http://dev.gateworks.com/jtag/jtag_usbv4 jtag_usbv4] - see [wiki:jtag_instructions here]. Due to this being a slow process for large eMMC devices it is recommended to program boot firmware via JTAG if you brick your board and use the bootloader to install firmware when possible for speed (see [#serial-ethernet] below). 93 93 * JTAG Programming of the GSC firmware is supported by [http://dev.gateworks.com/jtag/jtag_usbv4 jtag_usbv4] - see [#jtag-gsc below] 94 95 To flash the Venice base firmware (no operating system), use the following command: 96 {{{ 97 sudo ./jtag_usbv4 –p firmware-venice-imx8mm.bin 98 }}} 99 * [http://dev.gateworks.com/venice/imagesfirmware-venice-imx8mm.bin firmware-venice-imx8mm.bin is available here] 100 101 To flash the Venice bootloader (no operating system), use the following command: 102 {{{ 103 sudo ./jtag_usbv4 –p venice-imx8mm_u-boot_spl.bin 104 }}} 105 * [http://dev.gateworks.com/venice/images/venice-imx8mm_u-boot_spl.bin venice-imx8mm_u-boot_spl.bin is available here] 94 106 95 107