Changes between Version 20 and Version 21 of venice/bsp
- Timestamp:
- 08/25/2022 08:41:01 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/bsp
v20 v21 84 84 {{{#!bash 85 85 source setup-environment 86 }}} 86 export 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) 87 89 1. Build desired software target as defined below. For example: 88 90 {{{#!bash 89 make -j8 ubuntu-image # build focal-venice.img.gz91 make -j8 ubuntu-image # build <distro>-venice-<soc>.img.gz compressed disk images 90 92 }}} 91 93