Changes between Version 11 and Version 12 of OpenWrt/building
- Timestamp:
- 08/02/2018 11:02:44 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenWrt/building
v11 v12 147 147 cd gateworks-openwrt 148 148 }}} 149 149 - Mainline 18.06 150 {{{#!bash 151 git clone git://git.openwrt.org/openwrt/openwrt.git -b openwrt-18.06 152 cd openwrt/ 153 make package/symlinks 154 make menuconfig 155 }}} 156 - In menuconfig: 157 - Target system: 158 - Ventana: Freescale i.MX6 159 - Laguna: Cavium Networks Econa CNS3xxx 160 - Newport: Octeon-TX 161 - Profile: Multiple devices (in order to build both large/normal ubi images for ventana) 162 - Devices: (only available with Profile: Multiple devices) Devices will be automatically selected depending on target system. Be sure to double check this setting. For Ventana you will need "Gateworks ventana large/normal" 163 - Target Images: check this setting is correct, Ventana will require squashfs and ubifs 164 - install whatever packages you want 165 - Packages can be added to packages/feeds/packages and must contain a Makefile. 166 150 167 2. Building: 151 168 * Our OpenWrt Git repository has a 'gateworks' directory added consisting of a Makefile providing targets that aim to simplify the entire process of: … … 170 187 make -C gateworks/ cns3xxx 171 188 }}} 189 - Mainline OpenWrt: 190 {{{#!bash 191 make #This is the only command you need once configured after make menuconfig 192 }}} 172 193 - 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. 173 194 - 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}}} … … 179 200 * [wiki:cambria/openwrt Cambria OpenWrt Specific] 180 201 202 181 203 3. Installing: 182 204 * To install the OpenWrt image onto the Gateworks SBC, please follow the instructions: