We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3786e commit 6e3ece1Copy full SHA for 6e3ece1
build_lpi4a.sh
@@ -119,7 +119,7 @@ build_kernel() {
119
120
build_u-boot() {
121
if [ ! -d $build_dir/thead-u-boot ]; then
122
- git clone --depth=1 https://github.com/chainsx/thead-u-boot.git -b distro_bootcmd
+ git clone --depth=1 https://github.com/chainsx/thead-u-boot.git -b extlinux
123
fi
124
cd thead-u-boot
125
make ARCH=riscv CROSS_COMPILE=${build_dir}/riscv64-gcc/bin/riscv64-unknown-linux-gnu- light_lpi4a_defconfig
0 commit comments