mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
orangepione: initramfs: add resize2fs
This commit is contained in:
parent
1759450379
commit
83c1db3e99
@ -1,7 +1,7 @@
|
||||
setenv bootargs earlyprintk console=tty1 root=/dev/mmcblk0p2 rootwait ro no_console_suspend panic=10 quiet loglevel=1 ipv6.disable=1
|
||||
|
||||
fatload mmc 0 $kernel_addr_r zImage
|
||||
fatload mmc 0 $ramdisk_addr_r rootfs.cpio.uboot
|
||||
fatload mmc 0 $ramdisk_addr_r uInitrd
|
||||
fatload mmc 0 $fdt_addr_r sun8i-h3-orangepi-one.dtb
|
||||
|
||||
bootz $kernel_addr_r $ramdisk_addr_r $fdt_addr_r
|
||||
|
Binary file not shown.
4
board/orangepione/cpinitramfs.sh
Executable file
4
board/orangepione/cpinitramfs.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cp $IMG_DIR/rootfs.cpio.uboot $BOARD_DIR/uInitrd
|
||||
|
BIN
board/orangepione/uInitrd
Normal file
BIN
board/orangepione/uInitrd
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user