Changes between Version 16 and Version 17 of OpenWrt/building
- Timestamp:
- 09/25/2018 11:10:26 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenWrt/building
v16 v17 131 131 To support OpenWrt for the Gateworks products, we maintain a patchset that is generic to all our standard product families. 132 132 133 The below instructions are primarily for Ventana and Laguna. 134 135 *** Note, for all Newport related building, please follow these instructions: [wiki:newport/bsp#BuildingtheBSPfromsource Newport OpenWrt BSP Instructions] 136 137 133 138 1. Getting Source Code: 134 139 * There are multiple code branches (see above for recommended branch per product), please checkout the one you prefer with the following commands: … … 188 193 }}} 189 194 - The build process will take some time depending on your Internet connection and host system. On an Intel Quad Core @ 3.10GHz the build takes a couple of hours to build all product families and takes appx 15GB of disk space. 190 - The resulting kernel/rootfs files will be in the {{{bin/<target>}}} directory. For Example, a 256MB flash Ventana image is located at: {{{bin/imx6/gateworks-imx6-ventana-squashfs-nand_normal.ubi}}} 191 - For information about loading the resulting firmware onto a board see the per-board instructions: 192 * [wiki:ventana/openwrt Ventana OpenWrt Specific] 193 * [wiki:laguna/openwrt Laguna OpenWrt Specific] 194 195 196 3. Installing: 195 196 197 3. Artifacts 198 - The resulting kernel/rootfs files will be in the {{{bin/<target>}}} directory. 199 - For Example, a 256MB flash Ventana image is located at: {{{bin/imx6/gateworks-imx6-ventana-squashfs-nand_normal.ubi}}} 200 - Ventana with 256MB flash will be labeled as a normal artifact, and 2GB of flash will be labeled as a large artifact. 201 202 203 4. Installing: 197 204 * To install the OpenWrt image onto the Gateworks SBC, please follow the instructions: 198 205 - [wiki:ventana/openwrt#Step2.InstallingFirmware Ventana Instructions]: