Changes between Version 22 and Version 23 of venice/bsp
- Timestamp:
- 06/08/2023 04:56:52 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/bsp
v22 v23 89 89 {{{#!bash 90 90 source setup-environment 91 export SOC=imx8mm # be sure to build firmware that matches the SOC you are using 92 }}} 93 * Be sure to build firmware that matches the SoC on your board (see [wiki:venice/firmware#serial-ethernet venice/firmware] for details) 91 }}} 94 92 1. Build desired software target as defined below. For example: 95 93 {{{#!bash 96 make -j8 ubuntu-image # build <distro>-venice -<soc>.img.gz compressed disk images94 make -j8 ubuntu-image # build <distro>-venice.img.gz compressed disk images 97 95 }}} 98 96