Changes between Version 5 and Version 6 of newport/bsp
- Timestamp:
- 07/02/2018 06:33:42 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/bsp
v5 v6 2 2 3 3 = Newport Board Support Package (BSP) = 4 Gateworks provides a Board Support Package for Newport which provides source code and an easy mechanism to build: 5 * [wiki:#kernel Gateworks Newport Linux Kernel] 4 Gateworks provides a Board Support Package for Newport which provides source code and an easy mechanism to build different images, including Ubuntu and OpenWrt. 5 6 * [#kernel Gateworks Newport Linux Kernel] 6 7 * [wiki:newport/boot Gateworks Newport Boot Firmware] 7 * [wiki:#openwrt Gateworks Newport OpenWrt]8 8 9 9 [=#source] … … 26 26 Pre-built firmware images can be found on http://dev.gateworks.com/newport: 27 27 * [http://dev.gateworks.com/newport/images/gsc_630x.txt GSC firmware image] 28 * [http://dev.gateworks.com/newport/boot_firmware/firmware-newport.img firmware-newport.img] Boot Firmware (everything up to and including the bootloader stored on the embedded FLASH boot device) (see [wiki:newport/boot newport/boot] for details)28 * [http://dev.gateworks.com/newport/boot_firmware/firmware-newport.img firmware-newport.img] - Boot Firmware (everything up to and including the bootloader stored on the embedded FLASH boot device) (see [wiki:newport/boot newport/boot] for details) 29 29 * [http://dev.gateworks.com/newport/kernel/linux-newport.tar.xz linux-newport.tar.xz] - Compressed TAR archive of pre-built Linux kernel 30 30 * [http://dev.gateworks.com/newport/images/xenial-newport.img.gz xenial-newport.img.gz] - Compressed Disk Image containing Firmware and Ubuntu 16.04 Xenial … … 35 35 [=#build] 36 36 == Building BSP from source == 37 Below are instructions for building all of the bootloader components and Linux kernel . This does not include Ubuntu or any other operating systems.Pre-built images are available [#images above].37 Below are instructions for building all of the bootloader components and Linux kernel and Ubuntu or OpenWrt. Pre-built images are available [#images above]. 38 38 39 39 The Gateworks Newport Board Support Package uses the Google {{{repo}}} tool to manage multiple code repositories. … … 67 67 source newport/setup-environment 68 68 }}} 69 1. Build desired targets and images. For example:69 1. Build desired software target as definied below. For example: 70 70 {{{#!bash 71 71 make -j8 openwrt-image # build openwrt-newport.img.gz … … 107 107 108 108 == Building Ubuntu Operating System - rootfs == 109 This is not part of the Gateworks BSP described above. 109 110 You can build a Ubuntu image from the BSP, but you cannot build the isolated rootfs. 111 112 The rootfs is not part of the Gateworks BSP described above. 110 113 111 114 Information for building Ubuntu rootfs can be found here: [wiki:newport/ubuntu]