Changes between Version 47 and Version 48 of newport/bsp
- Timestamp:
- 09/04/2024 06:52:13 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/bsp
v47 v48 49 49 [=#build] 50 50 == Building the BSP from source 51 Below are instructions for building the entire BSP, which includes all of the bootloader components and Linux kernel and Ubuntu or OpenWrt.Pre-built images are available [#images above].51 Below are instructions for building the entire BSP, which includes all of the bootloader components, Linux kernel and Ubuntu based rootfs. Pre-built images are available [#images above]. 52 52 53 53 The Gateworks Venice Board Support Package uses the Google [https://gerrit.googlesource.com/git-repo/git-repo git-repo] tool to manage multiple code repositories. 54 54 55 55 The following pre-requisites are needed to build the Newport BSP: 56 * Linux Development host (desktop or laptop computer) (Ubuntu 16.04 is used by Gateworks and tested)57 * Python 2.x(required by the 'repo' tool and imaging tools)56 * Linux Development host (desktop or laptop computer) (Ubuntu 20.04 Focal is supported) 57 * Python (required by the 'repo' tool and imaging tools) 58 58 * Git (used for source code repositories) 59 59 * repo (used to manage multiple git repos)