Changes between Version 18 and Version 19 of venice/bsp


Ignore:
Timestamp:
06/29/2022 04:37:11 PM (23 months ago)
Author:
Ryan Erbstoesser
Comment:

add step for building uboot

Legend:

Unmodified
Added
Removed
Modified
  • venice/bsp

    v18 v19  
    168168 * Build kernel tarball:
    169169{{{#!bash
     170make uboot # builds uboot, a requirement to build the kernel and modules and tarball
    170171make kernel_image # builds the kernel and modules and tarball
    171172}}}