Try without the custom beaglebone kernel
This commit is contained in:
parent
21b375617d
commit
03b065c71d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue