Changes between Version 6 and Version 7 of ventana/openwrt
- Timestamp:
- 08/09/2018 08:01:01 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ventana/openwrt
v6 v7 18 18 You can find pre-built binaries for Ventana OpenWrt here: 19 19 * [http://dev.gateworks.com/openwrt/latest/imx6/ latest build] 20 * [http:// svn.gateworks.com/ventana/images/ Stable well tested releases]20 * [http://dev.gateworks.com/ventana/images/ Stable well tested releases] 21 21 22 22 … … 32 32 This method does not require anything other than a Gateworks USB JTAG programmer, a Linux PC, and the {{{jtag_usbv4}}} application. 33 33 34 '''NOTE: Ventana JTAG only works on Linux and with {{{jtag_usbv4}}}''' found [http:// svn.gateworks.com/jtag/linux/x86/jtag_usbv4 here]. Please see [wiki:jtag_instructions JTAG instructions] for more details.35 36 The {{{jtag_usbv4}}} application requires a binary firmware image of the entire FLASH storage device. By convention we put a {{{.bin}}} file extension on this. These images are created with the {{{mkimage_jtag}}} script which can be found [http:// svn.gateworks.com/ventana/images/mkimage_jtag here]. For details on creating JTAGable FLASH images see [wiki:jtag_instructions#ventana-images here].34 '''NOTE: Ventana JTAG only works on Linux and with {{{jtag_usbv4}}}''' found [http://dev.gateworks.com/jtag/linux/x86/jtag_usbv4 here]. Please see [wiki:jtag_instructions JTAG instructions] for more details. 35 36 The {{{jtag_usbv4}}} application requires a binary firmware image of the entire FLASH storage device. By convention we put a {{{.bin}}} file extension on this. These images are created with the {{{mkimage_jtag}}} script which can be found [http://dev.gateworks.com/ventana/images/mkimage_jtag here]. For details on creating JTAGable FLASH images see [wiki:jtag_instructions#ventana-images here]. 37 37 38 38 Note that you need to choose the firmware image appropriate for your board's FLASH storage: … … 69 69 See also: 70 70 * [wiki:jtag_instructions JTAG Tutorial Page] 71 * [http:// svn.gateworks.com/jtag/linux/x86/jtag_usbv4 jtag_usbv4 executable (32/64bit x86 Linux)]71 * [http://dev.gateworks.com/jtag/linux/x86/jtag_usbv4 jtag_usbv4 executable (32/64bit x86 Linux)] 72 72 * [http://dev.gateworks.com/openwrt/latest/imx6 Ventana most recent pre-built OpenWrt images] 73 * [http:// svn.gateworks.com/images/ventana Ventana stable/released pre-built OpenWrt images]73 * [http://dev.gateworks.com/images/ventana Ventana stable/released pre-built OpenWrt images] 74 74 75 75 … … 201 201 202 202 In the above example, we pass in several tarballs that match the gateworks-imx6-ventana-*.tar.gz expansion and flash it onto /dev/sdc. In the process, we re-partition /dev/sdc with a single ext4 partition where the contents of the tarballs are placed. 203 * [http:// svn.gateworks.com/ventana/images/SPL Ventana SPL Download]204 * [http:// svn.gateworks.com/ventana/images/u-boot.img Ventana u-boot.img Download]203 * [http://dev.gateworks.com/ventana/images/SPL Ventana SPL Download] 204 * [http://dev.gateworks.com/ventana/images/u-boot.img Ventana u-boot.img Download] 205 205 206 206 To flash an msata device, you may have to do the following: