Changes between Version 16 and Version 17 of newport/bsp


Ignore:
Timestamp:
08/01/2018 09:23:47 PM (6 years ago)
Author:
Ryan Erbstoesser
Comment:

update build targets and fix typo on kenrel

Legend:

Unmodified
Added
Removed
Modified
  • newport/bsp

    v16 v17  
    8181 1. Build desired software target as definied below. For example:
    8282{{{#!bash
    83 make -j8 openwrt-image # build openwrt-newport.img.gz
     83make -j8 openwrt-image # build openwrt-newport.img.gz or change to any of below build targets
    8484}}}
    8585
    86 The build targets supported by the Newport BSP include:
     86The '''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]
    8791  * **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).
    8892  * **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 filesystem
    90   * **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 filesystem
    9193
    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]
    9497
    9598[=#kernel]