From 9e46ff5c10e3e8955c3e26dd34eed51f42145d45 Mon Sep 17 00:00:00 2001 From: Martin Kaistra Date: Mon, 25 Sep 2017 15:05:02 +0200 Subject: [PATCH 1/3] update kernel version to 4.9 --- examples/armhf-ti-beaglebone-black.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/armhf-ti-beaglebone-black.xml b/examples/armhf-ti-beaglebone-black.xml index 9ea37e6697..18b7cece86 100644 --- a/examples/armhf-ti-beaglebone-black.xml +++ b/examples/armhf-ti-beaglebone-black.xml @@ -78,9 +78,9 @@ /boot/u-boot.img - /boot/dtb-3.16.0-4-armmp + /boot/dtb-4.9.0-3-armmp - echo "uenvcmd=setenv bootargs 'console=ttyO0,115200 root=/dev/mmcblk0p2';load mmc 0:1 0x84000000 vmlinuz-3.16.0-4-armmp;load mmc 0:1 0x82000000 dtb-3.16.0-4-armmp;load mmc 0:1 0x88000000 initrd.img-3.16.0-4-armmp;bootz 0x84000000 0x88000000:${filesize} 0x82000000" > /boot/uEnv.txt + echo "uenvcmd=setenv bootargs 'console=ttyO0,115200 root=/dev/mmcblk0p2';load mmc 0:1 0x84000000 vmlinuz-4.9.0-3-armmp;load mmc 0:1 0x82000000 dtb-4.9.0-3-armmp;load mmc 0:1 0x88000000 initrd.img-4.9.0-3-armmp;bootz 0x84000000 0x88000000:${filesize} 0x82000000" > /boot/uEnv.txt /var/cache/apt/archives/*.deb /var/cache/apt/*.bin From 89f69af7ef818abcb5a5cb56f41f1f46ca337a9e Mon Sep 17 00:00:00 2001 From: Martin Kaistra Date: Mon, 25 Sep 2017 15:05:55 +0200 Subject: [PATCH 2/3] fix typos --- examples/armhf-ti-beaglebone-black.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/armhf-ti-beaglebone-black.xml b/examples/armhf-ti-beaglebone-black.xml index 18b7cece86..1017d50122 100644 --- a/examples/armhf-ti-beaglebone-black.xml +++ b/examples/armhf-ti-beaglebone-black.xml @@ -73,11 +73,11 @@ - + /boot/MLO - + /boot/u-boot.img - + /boot/dtb-4.9.0-3-armmp echo "uenvcmd=setenv bootargs 'console=ttyO0,115200 root=/dev/mmcblk0p2';load mmc 0:1 0x84000000 vmlinuz-4.9.0-3-armmp;load mmc 0:1 0x82000000 dtb-4.9.0-3-armmp;load mmc 0:1 0x88000000 initrd.img-4.9.0-3-armmp;bootz 0x84000000 0x88000000:${filesize} 0x82000000" > /boot/uEnv.txt From 9de95afe3a36fd890ef7c9f6815753209aa17c21 Mon Sep 17 00:00:00 2001 From: Martin Kaistra Date: Mon, 25 Sep 2017 15:07:37 +0200 Subject: [PATCH 3/3] kernel did not load initrd, stop substitution of uboot filesize variable during build --- examples/armhf-ti-beaglebone-black.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/armhf-ti-beaglebone-black.xml b/examples/armhf-ti-beaglebone-black.xml index 1017d50122..3dcf130d7b 100644 --- a/examples/armhf-ti-beaglebone-black.xml +++ b/examples/armhf-ti-beaglebone-black.xml @@ -80,7 +80,7 @@ /boot/dtb-4.9.0-3-armmp - echo "uenvcmd=setenv bootargs 'console=ttyO0,115200 root=/dev/mmcblk0p2';load mmc 0:1 0x84000000 vmlinuz-4.9.0-3-armmp;load mmc 0:1 0x82000000 dtb-4.9.0-3-armmp;load mmc 0:1 0x88000000 initrd.img-4.9.0-3-armmp;bootz 0x84000000 0x88000000:${filesize} 0x82000000" > /boot/uEnv.txt + echo "uenvcmd=setenv bootargs 'console=ttyO0,115200 root=/dev/mmcblk0p2';load mmc 0:1 0x84000000 vmlinuz-4.9.0-3-armmp;load mmc 0:1 0x82000000 dtb-4.9.0-3-armmp;load mmc 0:1 0x88000000 initrd.img-4.9.0-3-armmp;bootz 0x84000000 0x88000000:\${filesize} 0x82000000" > /boot/uEnv.txt /var/cache/apt/archives/*.deb /var/cache/apt/*.bin