Changes between Version 31 and Version 32 of newport
- Timestamp:
- 01/03/2018 07:42:48 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport
v31 v32 135 135 [=#build] 136 136 == Building BSP from source == 137 138 Pre-built images are available above. 139 140 Below are instructions for building all of the bootloader components and Linux kernel. This does not include Ubuntu or any other operating systems. 141 137 142 The Gateworks Newport Board Support Package uses the Google {{{repo}}} tool to manage multiple code repositories. 138 143 139 144 The following pre-requisites are needed to build the Newport BSP: 140 * Linux Development host ( Ubuntu 16.04 is used by Gateworks and tested)145 * Linux Development host (desktop or laptop computer) (Ubuntu 16.04 is used by Gateworks and tested) 141 146 * Python 2.x (required by the 'repo' tool) 142 147 * Git (used for source code repositories) … … 175 180 [=#kernel] 176 181 === Building or modifying the Linux Kernel === 177 The Gateworks Newport BSP creates an environment for building the Linux kernel. Here are some additional instructions for common actions: 182 The Gateworks Newport BSP instructions above (pre-requisite) create an environment for building the Linux kernel. Here are some additional instructions for common actions: 183 * Pre-Requisite: Perform instructions above for Newport BSP from source. 178 184 * Modify Kernel configuration (enabling modules etc): 179 185 {{{#!bash … … 194 200 - You can install this kernel on a running system via {{{cd /; tar xvf linux-newport.tar.xz}}} 195 201 202 === Building Ubuntu Operating System - rootfs === 203 This is not part of the Gateworks BSP described above. 204 205 Information for building Ubuntu rootfs can be found here: [wiki:newport/ubuntu] 196 206 197 207 [=#firmware-version]