[elbe-devel] [PATCH] examples/beaglebone: use an available kernel
Manuel Traut
manut at linutronix.de
Tue Aug 8 14:35:55 CEST 2017
the image was converted to stretch but the kernel in the pkg-list
was not available in stretch.
Signed-off-by: Manuel Traut <manut at linutronix.de>
---
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 b7c918ee..9ea37e66 100644
--- a/examples/armhf-ti-beaglebone-black.xml
+++ b/examples/armhf-ti-beaglebone-black.xml
@@ -78,7 +78,7 @@
<!-- move the 2nd stage bootloader to the path where the 1 stage excpets it -->
<cp path="/usr/lib/u-boot/am335x_boneblack/u-boot.img">/boot/u-boot.img</cp>
<!-- move the devicetree to the path where the bootloader excpets it -->
- <cp path="/usr/lib/linux-image-3.16.0-4-armmp/am335x-boneblack.dtb">/boot/dtb-3.16.0-4-armmp</cp>
+ <cp path="/usr/lib/linux-image-4.9.0-3-armmp/am335x-boneblack.dtb">/boot/dtb-3.16.0-4-armmp</cp>
<!-- set a proper u-boot environment -->
<command>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</command>
<!-- shrink target image -->
@@ -95,7 +95,7 @@
</pbuilder>
<pkg-list>
<pkg>u-boot-omap</pkg>
- <pkg>linux-image-3.16.0-4-armmp</pkg>
+ <pkg>linux-image-armmp</pkg>
<pkg>openssh-server</pkg>
<pkg>less</pkg>
<pkg>bash</pkg>
--
2.14.0
More information about the elbe-devel
mailing list