Changes between Version 6 and Version 7 of ventana/bootloader
- Timestamp:
- 11/05/2018 04:34:39 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ventana/bootloader
v6 v7 208 208 make 209 209 }}} 210 * Optional: Once you know you're building successfully: 211 {{{ 212 vi ./include/configs/gw_ventana.h # vi or your favorite editing program 213 }}} 214 Make changes to environment you would like to see persistent across your installations of this image you are creating. 215 Once changes are made save file then 216 {{{ 217 make 218 }}} 210 219 5. Create a JTAG binary suitable for programming via the Gateworks JTAG dongle and {{{jtag_usbv4}}} software (Optional) using the [http://dev.gateworks.com/ventana/images/mkimage_jtag mkimage_jtag script] 211 220 {{{#!bash