Changes between Version 22 and Version 23 of venice/bsp


Ignore:
Timestamp:
06/08/2023 04:56:52 PM (11 months ago)
Author:
Tim Harvey
Comment:

remove SOC from build process as the latest bsp no longer requires this and separates soc-specific firmware from OS images

Legend:

Unmodified
Added
Removed
Modified
  • venice/bsp

    v22 v23  
    8989{{{#!bash
    9090source 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}}}
    9492 1. Build desired software target as defined below. For example:
    9593{{{#!bash
    96 make -j8 ubuntu-image # build <distro>-venice-<soc>.img.gz compressed disk images
     94make -j8 ubuntu-image # build <distro>-venice.img.gz compressed disk images
    9795}}}
    9896