Changes between Version 48 and Version 49 of OpenWrt/building
- Timestamp:
- 03/18/2026 08:05:35 PM (17 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenWrt/building
v48 v49 56 56 57 57 Instructions 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 60 VER=25.12 63 61 # get source 64 62 git clone https://github.com/openwrt/openwrt.git openwrt -b openwrt-$VER … … 78 76 curl -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/{} 79 77 git am *.patch 80 # start with an example config (for ventana use diffconfig.ventana)78 # start with an example config 81 79 wget https://dev.gateworks.com/openwrt/$VER/diffconfig.venice -O .config 82 80 make defconfig … … 88 86 cp bin/targets/imx/cortexa53/openwrt-imx-cortexa53-gateworks_venice-squashfs-img.gz /tftpboot/openwrt-venice.img.gz 89 87 }}} 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 91 91 * Video: [https://youtu.be/cnObX6tErhw] 92 92
