This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # build u-boot | |
| git clone -b rockos-dev https://github.com/rockos-riscv/rockos-u-boot | |
| pushd rockos-u-boot | |
| make eic7700_milkv_megrez_defconfig | |
| make | |
| popd | |
| # produce a combined opensbi+u-boot payload | |
| git clone -b rockos-dev https://github.com/rockos-riscv/rockos-opensbi | |
| cd rockos-opensbi |