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