Changes between Version 48 and Version 49 of OpenWrt/building


Ignore:
Timestamp:
03/18/2026 08:05:35 PM (19 hours ago)
Author:
Tim Harvey
Comment:

recommend 25.12

Legend:

Unmodified
Added
Removed
Modified
  • OpenWrt/building

    v48 v49  
    5656
    5757Instructions vary depending on what version of OpenWrt you are building:
    58  * Upstream OpenWrt 25.12 ('''release candidate for IMX based Venice''')
    59   - For imx8m SoC based Gateworks Venice boards you can use the instructions for OpenWrt 24.10 below and set VER=25.12 to build an OpenWrt 25.12 image
    60  * Upstream OpenWrt 24.10 ('''recommended for IMX based Venice / Ventana''')
    61 {{{#!bash
    62 VER=24.10
     58 * Upstream OpenWrt 25.12 ('''recommended for IMX based Venice''')
     59{{{#!bash
     60VER=25.12
    6361# get source
    6462git clone https://github.com/openwrt/openwrt.git openwrt -b openwrt-$VER
     
    7876curl -s https://dev.gateworks.com/openwrt/$VER/patches/ | grep -o 'href="[^"]*\.patch"' | cut -d'"' -f2 | xargs -I {} wget https://dev.gateworks.com/openwrt/$VER/patches/{}
    7977git am *.patch
    80 # start with an example config (for ventana use diffconfig.ventana)
     78# start with an example config
    8179wget https://dev.gateworks.com/openwrt/$VER/diffconfig.venice -O .config
    8280make defconfig
     
    8886cp bin/targets/imx/cortexa53/openwrt-imx-cortexa53-gateworks_venice-squashfs-img.gz /tftpboot/openwrt-venice.img.gz
    8987}}}
    90   * For Ventana use https://dev.gateworks.com/openwrt/$VER/diffconfig.venice and target NAND ubi images will be bin/targets/imx/cortexa9/openwrt-imx-cortexa9-gateworks_ventana-large-squashfs-nand.ubi and bin/targets/imx/cortexa9/openwrt-imx-cortexa9-gateworks_ventana-squashfs-nand.ubi
     88 * Upstream OpenWrt 24.10 ('''recommended for IMX based Ventana''')
     89  * Use the above build instructions with VER=24.10
     90  * For Ventana use https://dev.gateworks.com/openwrt/$VER/diffconfig.ventana and target NAND ubi images will be bin/targets/imx/cortexa9/openwrt-imx-cortexa9-gateworks_ventana-large-squashfs-nand.ubi and bin/targets/imx/cortexa9/openwrt-imx-cortexa9-gateworks_ventana-squashfs-nand.ubi
    9191  * Video: [https://youtu.be/cnObX6tErhw]
    9292