Changes between Version 22 and Version 23 of newport
- Timestamp:
- 12/20/2017 08:02:27 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport
v22 v23 147 147 chmod a+x $HOME/.bin/repo 148 148 }}} 149 2. Initialize repo (fetch the repo manifest)149 1. Initialize repo (fetch the repo manifest) 150 150 {{{#!bash 151 151 mkdir $HOME/newport … … 153 153 repo init -u https://github.com/Gateworks/manifest-newport.git 154 154 }}} 155 3. Sync repositories (repeat this when you want to fetch the latest code updates)155 1. Sync repositories (repeat this when you want to fetch the latest code updates) 156 156 {{{#!bash 157 157 repo sync 158 158 }}} 159 159 * This will fetch/update the source repos described [#source above]. The first time it can take several minutes depending on your Internet connection and will take approximately ~2.5GB of disk space 160 4. Build 'Boot Firmware' (takes about 2 mins on a modern development system) 160 1. Setup build environment (repeat this each time you open shell) 161 {{{#!bash 162 source newport/setup-environment 163 }}} 164 1. Build 'Boot Firmware' (takes about 2 mins on a modern development system) 161 165 {{{#!bash 162 166 make -j8 firmware # build boot firmware using 8 sub-processes