mirror of https://github.com/parazyd/arm-sdk.git
finalize sunxi boards; kernel 4.11.0 config
This commit is contained in:
parent
200bb7a09f
commit
e0953d225b
File diff suppressed because it is too large
Load Diff
|
|
@ -60,11 +60,9 @@ postbuild() {
|
|||
|
||||
notice "executing $device_name postbuild"
|
||||
|
||||
copy-root-overlay
|
||||
|
||||
notice "building u-boot"
|
||||
mkdir -p $R/dist/u-boot
|
||||
clone-git $sunxi_uboot "$R/tmp/kernels/$device_name/u-boot" || zerr
|
||||
mkdir $R/dist/u-boot
|
||||
pushd $R/extra/u-boot
|
||||
pushd $R/tmp/kernels/$device_name/u-boot
|
||||
for board in $uboot_configs; do
|
||||
notice "building u-boot for $board"
|
||||
|
|
@ -87,6 +85,7 @@ postbuild() {
|
|||
done
|
||||
popd
|
||||
|
||||
|
||||
notice "creating boot.cmd"
|
||||
cat <<EOF | sudo tee ${strapdir}/boot/boot.cmd
|
||||
setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait panic=10
|
||||
|
|
|
|||
Loading…
Reference in New Issue