Changes between Version 45 and Version 46 of newport/bsp
- Timestamp:
- 02/13/2023 08:20:34 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/bsp
v45 v46 106 106 * [wiki:newport/ubuntu Ubuntu on Newport Wiki Page] - more details, versions, etc 107 107 * [wiki:newport/firmware#serial-ethernet-uboot Installation Instructions] 108 * **openwrt-image** - build s openwrt-newport.img.gz: A Compressed Disk Image which includes the 16MB [wiki:newport/boot Boot Firmware] (BDK/ATF/U-Boot and Device-Tree images) as well as the !OpenWrt Kernel and root filesystem. Since the release of 20.06 using the BSP is not recommended. OpenWRT can be built stand alone from its Github repo.108 * **openwrt-image** - build openwrt from the git repo, using instructions here: [wiki:OpenWrt/building] 109 109 * [wiki:newport/firmware#serial-ethernet-uboot Installation Instructions] 110 110 * **firmware-image** - builds 'firmware-newport.img': 16MB [wiki:newport/boot Boot Firmware] which includes the BDK/ATF/U-Boot and Device-Tree images - (takes about 2 mins on a modern development system). … … 224 224 - results in build artifacts in {{openwrt/bin/targets/octeontx/generic/}}} including rootfs tarball, linux kernel, and squashfs filesystem 225 225 226 Building OpenWrt Image from Newport BSP directory:227 {{{#!bash228 make openwrt-image # builds OpenWrt for octeontx and compressed disk image229 }}}230 * results in {{{openwrt-newport.img}}} - see {{{bsp/Makefile}}} {{{openwrt-image}}} target for details231 226 232 227 If you would like to change the filesystem size for the image being created you will need to edit gen_image.sh: