Changes between Version 38 and Version 39 of newport/bsp
- Timestamp:
- 10/22/2021 08:07:52 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/bsp
v38 v39 136 136 137 137 138 === Modifying OpenWrt (toolchain, apps, kernel )138 === Modifying OpenWrt (toolchain, apps, kernel, filesystem) 139 139 The OpenWrt build system includes building its own toolchain and kernel (so the kernel and toolchain directories in the bsp directory are not used) 140 140 … … 163 163 }}} 164 164 * results in {{{openwrt-newport.img}}} - see {{{bsp/Makefile}}} {{{openwrt-image}}} target for details 165 166 If you would like to change the filesystem size for the image being created you will need to edit gen_image.sh: 167 168 https://github.com/Gateworks/openwrt/blob/20.06/target/linux/octeontx/image/gen_image.sh#L47 169 170 The path to this configuration script is established here: 171 172 https://github.com/Gateworks/openwrt/blob/20.06/target/linux/octeontx/image/Makefile 173