Changes between Version 38 and Version 39 of newport/bsp


Ignore:
Timestamp:
10/22/2021 08:07:52 PM (3 years ago)
Author:
Cale Collins
Comment:

added note about openwrt filesystem size change

Legend:

Unmodified
Added
Removed
Modified
  • newport/bsp

    v38 v39  
    136136
    137137
    138 === Modifying OpenWrt (toolchain, apps, kernel)
     138=== Modifying OpenWrt (toolchain, apps, kernel, filesystem)
    139139The OpenWrt build system includes building its own toolchain and kernel (so the kernel and toolchain directories in the bsp directory are not used)
    140140
     
    163163}}}
    164164 * results in {{{openwrt-newport.img}}} - see {{{bsp/Makefile}}} {{{openwrt-image}}} target for details
     165
     166If you would like to change the filesystem size for the image being created you will need to edit gen_image.sh:
     167
     168https://github.com/Gateworks/openwrt/blob/20.06/target/linux/octeontx/image/gen_image.sh#L47
     169
     170The path to this configuration script is established here:
     171
     172https://github.com/Gateworks/openwrt/blob/20.06/target/linux/octeontx/image/Makefile
     173