Changes between Version 11 and Version 12 of venice/firmware


Ignore:
Timestamp:
04/13/2023 07:26:43 PM (13 months ago)
Author:
Tim Harvey
Comment:

update JTAG image information

Legend:

Unmodified
Added
Removed
Modified
  • venice/firmware

    v11 v12  
    9393 * JTAG Programming of the GSC firmware is supported by [http://dev.gateworks.com/jtag/jtag_usbv4 jtag_usbv4] - see [#jtag-gsc below]
    9494
    95 To flash the Venice base firmware (no operating system), use the following command:
     95To flash the Venice boot firmware (no operating system), use the following command:
    9696{{{
    9797sudo ./jtag_usbv4 –p firmware-venice-imx8mm.bin
    9898}}}
    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]
     99 * You must use firmware appropriate for the SoC on your board:
     100  - GW730x-0x/GW720x-0x/GW710x-0x with an IMX8MM: [http://dev.gateworks.com/venice/images/firmware-venice-imx8mm.bin firmware-venice-imx8mm.bin]
     101  - GW740x with an IMX8MP: [http://dev.gateworks.com/venice/images/firmware-venice-imx8mp.bin firmware-venice-imx8mm.bin]
    106102
    107103