finalize sunxi boards; kernel 4.11.0 config

This commit is contained in:
parazyd 2017-05-03 16:33:33 +02:00
parent 200bb7a09f
commit e0953d225b
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
3 changed files with 4305 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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

2
config
View File

@ -76,7 +76,7 @@ uboot_configs=(
A10-OLinuXino-Lime_defconfig
A20-OLinuXino-Lime2_defconfig
A20-OLinuXino-Lime_defconfig
A20-OLinuXino-MICRO_defconfig
A20-OLinuXino_MICRO_defconfig
Bananapi_defconfig
Bananapro_defconfig
CHIP_defconfig