Changes between Version 2 and Version 3 of OpenWrt/upstream


Ignore:
Timestamp:
02/12/2025 05:35:47 PM (10 days ago)
Author:
Tim Harvey
Comment:

add instructions for creating JTAG images for Ventana NAND flash

Legend:

Unmodified
Added
Removed
Modified
  • OpenWrt/upstream

    v2 v3  
    7878  - [wiki:linux/ubi#UpdatingNANDFLASHwithaUBIimage normal geometry NAND flash]
    7979
     80Instructions for creating Ventana JTAG images from NAND flash images:
     81{{{#!bash
     82# fetch mkimage_jtag script and make it executable
     83wget -N https://dev.gateworks.com/jtag/mkimage_jtag
     84chmod +x mkimage_jtag
     85# fetch boot firmware (SPL and U-Boot)
     86wget -N https://dev.gateworks.com/ventana/images/SPL
     87wget -N https://dev.gateworks.com/ventana/images/u-boot.img
     88# create an image for 'normal' flash geometry (most boards including newer 2GiB boards)
     89./mkimage_jtag SPL u-boot.img gateworks_ventana-squashfs-nand.ubi  > ventana_normal.bin
     90# create an image for 'large' flash geometry (some older 2GiB boards)
     91./mkimage_jtag SPL u-boot.img gateworks_ventana-large-squashfs-nand.ubi> ventana_large.bin
     92}}}
     93
     94
    8095== Upstream OpenWrt 24.10 branch:
    8196The 24.10 branch can be summarized as: