Skip to content
Snippets Groups Projects
Commit 03b065c7 authored by Bob Mottram's avatar Bob Mottram
Browse files

Try without the custom beaglebone kernel

parent 21b37561
No related branches found
No related tags found
No related merge requests found
......@@ -130,16 +130,16 @@ beaglebone_repack_kernel() {
# optionally use a separately compiled kernel
bbb_dtb_file=/usr/lib/$kernelVersion/${bbb_dtb}.dtb
if [ -f /boot/bbb.tar.gz ]; then
cd /boot
tar -xzvf /boot/bbb.tar.gz
if [ -f /boot/bbb/dtbs/${bbb_dtb}.dtb ]; then
if [ -f /boot/bbb/zImage ]; then
bbb_dtb_file=/boot/bbb/dtbs/${bbb_dtb}.dtb
vmlinuz=/boot/bbb/zImage
fi
fi
fi
#if [ -f /boot/bbb.tar.gz ]; then
# cd /boot
# tar -xzvf /boot/bbb.tar.gz
# if [ -f /boot/bbb/dtbs/${bbb_dtb}.dtb ]; then
# if [ -f /boot/bbb/zImage ]; then
# bbb_dtb_file=/boot/bbb/dtbs/${bbb_dtb}.dtb
# vmlinuz=/boot/bbb/zImage
# fi
# fi
#fi
mkdir /tmp/initrd-repack
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment