mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-19 12:57:16 +00:00
Tinkerboard: fix firmware update mechanism
This commit is contained in:
parent
abd5ee8eb3
commit
87e4db97f3
@ -2,4 +2,3 @@ label kernel-4.4
|
||||
kernel /zImage
|
||||
fdt /rk3288-miniarm.dtb
|
||||
append console=tty1 root=/dev/mmcblk0p2 rootwait panic=10 earlyprintk quiet loglevel=1 ipv6.disable=1
|
||||
|
||||
|
Binary file not shown.
@ -1,4 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
sed 's/\([ ]*\)\(initrd.*\)/\1#\2/g' /boot/extlinux/extlinux.conf
|
||||
|
||||
sed -i 's/\([ ]*\)\(initrd.*\)/\1#\2/g' /boot/extlinux/extlinux.conf
|
||||
|
@ -5,5 +5,6 @@ set -e
|
||||
cp $IMG_DIR/zImage $BOOT_DIR
|
||||
cp $IMG_DIR/rk3288-miniarm.dtb $BOOT_DIR
|
||||
cp $BOARD_DIR/hw_intf.conf $BOOT_DIR
|
||||
cp $BOARD_DIR/initrd.gz $BOOT_DIR
|
||||
cp -r $BOARD_DIR/extlinux $BOOT_DIR
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user