Changes between Version 22 and Version 23 of newport


Ignore:
Timestamp:
12/20/2017 08:02:27 PM (6 years ago)
Author:
Tim Harvey
Comment:

added missing setup-environment step to BSP build

Legend:

Unmodified
Added
Removed
Modified
  • newport

    v22 v23  
    147147chmod a+x $HOME/.bin/repo
    148148}}}
    149  2. Initialize repo (fetch the repo manifest)
     149 1. Initialize repo (fetch the repo manifest)
    150150{{{#!bash
    151151mkdir $HOME/newport
     
    153153repo init -u https://github.com/Gateworks/manifest-newport.git
    154154}}}
    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)
    156156{{{#!bash
    157157repo sync
    158158}}}
    159159  * 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
     162source newport/setup-environment
     163}}}
     164 1. Build 'Boot Firmware' (takes about 2 mins on a modern development system)
    161165{{{#!bash
    162166make -j8 firmware # build boot firmware using 8 sub-processes