Changes between Version 30 and Version 31 of newport/bsp
- Timestamp:
- 02/10/2021 10:48:55 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/bsp
v30 v31 51 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]. 52 52 53 The Gateworks Newport Board Support Package uses the Google {{{repo}}}tool to manage multiple code repositories.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: … … 62 62 Installing pre-requisites: 63 63 {{{#!bash 64 sudo apt-get install build-essential git python repo libssl-dev ncurses-dev kmod 64 sudo apt-get install build-essential git python libssl-dev ncurses-dev kmod 65 }}} 66 67 Install the latest version of {{{repo}}} (Do not rely on Ubuntu apt package being up to date): 68 {{{#!bash 69 sudo wget https://storage.googleapis.com/git-repo-downloads/repo -O /usr/local/bin/repo 70 sudo chmod a+rx /usr/local/bin/repo 65 71 }}} 66 72