mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
pine64: add fwupdate support
This commit is contained in:
parent
6db20f62fe
commit
7082a639cc
BIN
board/pine64/initrd.img
Normal file
BIN
board/pine64/initrd.img
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
sed -i 's/00 0x13000000 0x/00 - 0x/' /boot/boot.ini
|
sed -i 's/initrd_filename=/#initrd_filename=/' /boot/uEnv.txt
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sed -i 's/00 - 0x/00 0x13000000 0x/' /boot/boot.ini
|
sed 's/#initrd_filename=.*/initrd_filename=initrd.img/' uEnv.txt
|
||||||
|
|
||||||
|
@ -6,5 +6,5 @@ mkdir -p $BOOT_DIR/pine64
|
|||||||
cp $IMG_DIR/Image $BOOT_DIR/kernel.img
|
cp $IMG_DIR/Image $BOOT_DIR/kernel.img
|
||||||
cp $BOARD_DIR/uEnv.txt $BOOT_DIR
|
cp $BOARD_DIR/uEnv.txt $BOOT_DIR
|
||||||
cp $BOARD_DIR/dtb/* $BOOT_DIR/pine64
|
cp $BOARD_DIR/dtb/* $BOOT_DIR/pine64
|
||||||
#cp $BOARD_DIR/uInitrd $BOOT_DIR
|
cp $BOARD_DIR/initrd.img $BOOT_DIR
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user