Changes between Version 31 and Version 32 of newport/firmware
- Timestamp:
- 12/14/2022 05:58:44 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/firmware
v31 v32 23 23 [wiki:newport/bsp#images Newport Pre-Built Firmware / Software] 24 24 25 - firmware-newport.bin is a JTAG image of first 16MiB of Flash containing the partition table BDK, U-Boot, ATF, device-trees and default U-Boot env. Flash with JTAG if recovering a board from an unknown state. 26 27 This binary file will flash the first 16MiB of flash, for more information on what's contained in this portion of memory see this [wiki:/newport/boot#BootFirmareImage table]. 25 28 26 29 27 [=#firmware-version] … … 76 74 == JTAG Programming == 77 75 76 - firmware-newport.bin is a JTAG image of first 16MiB of Flash containing the partition table BDK, U-Boot, ATF, device-trees and default U-Boot env. Flash with JTAG if recovering a board from an unknown state. 77 78 *** WARNING: Flashing firmware-newport.bin via JTAG will erase the entire eMMC, including the root filesystem, kernel, etc. All data will be lost *** 79 80 This binary file will flash the first 16MiB of flash, for more information on what's contained in this portion of memory see this [wiki:/newport/boot#BootFirmareImage table]. 81 78 82 The bootloader firmware can be programmed directly through the JTAG programmer using the [http://dev.gateworks.com/newport/images/firmware-newport.bin] .bin binary file with the command below, with [wiki:jtag_instructions JTAG Details] providing other details. 79 83 … … 81 85 ./jtag_usbv4 -p firmware-newport.bin 82 86 }}} 87 83 88 84 89 The Gateworks JTAG adapter (GW16099) is available in the Newport Dev Kit as well as on the Gateworks web store [http://shop.gateworks.com/index.php?route=product/category&path=70_80 here] … … 92 97 * 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 98 * JTAG Programming of the GSC firmware is supported by [http://dev.gateworks.com/jtag/jtag_usbv4 jtag_usbv4] - see [#jtag-gsc below] 99 100 94 101 95 102