Changes between Version 16 and Version 17 of newport/bsp
- Timestamp:
- 08/01/2018 09:23:47 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/bsp
v16 v17 81 81 1. Build desired software target as definied below. For example: 82 82 {{{#!bash 83 make -j8 openwrt-image # build openwrt-newport.img.gz 83 make -j8 openwrt-image # build openwrt-newport.img.gz or change to any of below build targets 84 84 }}} 85 85 86 The build targets supported by the Newport BSP include: 86 The '''build targets''' supported by the Newport BSP include: 87 * **ubuntu-image** - builds ubuntu-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 Kernel and Ubuntu root filesystem. 88 * [wiki:newport/firmware#serial-ethernet-uboot Installation Instructions] 89 * **openwrt-image** - builds 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 90 * [wiki:newport/firmware#serial-ethernet-uboot Installation Instructions] 87 91 * **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). 88 92 * **kernel_image** - builds linux-newport.tar.xz - A compressed tarball of the kernel (boot/Image) and kernel modules (lib/modules/*) which can be used on top of any compatible root filesystem 89 * **ubuntu-image** - builds ubuntu-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 Kernel and Ubuntu root filesystem90 * **openwrt-image** - builds 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 Kenrel and root filesystem91 93 92 The resulting images can be installed to boot media (see [wiki:/newport/boot#BuildingaBootableDiskImagesfirmware-update Bootable Disk Images]) 93 94 General installation instructions: 95 * [wiki:newport/firmware Flashing / Updating software on Newport SBC] 96 * [wiki:/newport/boot#BuildingaBootableDiskImages Creating Entire Disk Images for Booting] 94 97 95 98 [=#kernel]