Skip to content

Instantly share code, notes, and snippets.

@yaneti
yaneti / gist:653c880ef732ab04bc65ee1fc6bfaa9f
Last active August 25, 2025 06:13
Milk-V Megrez bootchain build steps
# 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