Changes between Version 20 and Version 21 of venice/bsp


Ignore:
Timestamp:
08/25/2022 08:41:01 PM (20 months ago)
Author:
Tim Harvey
Comment:

updated build instructions with the SOC env variable

Legend:

Unmodified
Added
Removed
Modified
  • venice/bsp

    v20 v21  
    8484{{{#!bash
    8585source setup-environment
    86 }}}
     86export SOC=imx8mm # be sure to build firmware that matches the SOC you are using
     87}}}
     88  * Be sure to build firmware that matches the SoC on your board (see [wiki:venice/firmware#serial-ethernet venice/firmware] for details)
    8789 1. Build desired software target as defined below. For example:
    8890{{{#!bash
    89 make -j8 ubuntu-image # build focal-venice.img.gz
     91make -j8 ubuntu-image # build <distro>-venice-<soc>.img.gz compressed disk images
    9092}}}
    9193