fix jetson-nano legacy and install btrfs emmc (#4024)

* fix jetson-nano legacy and install btrfs emmc

* fix initrd module
This commit is contained in:
Oleg
2022-07-27 09:44:43 +03:00
committed by GitHub
parent aaabfd3a17
commit 7c00615de4
7 changed files with 107 additions and 300 deletions

View File

@@ -11,7 +11,7 @@
NAME_KERNEL="zImage"
NAME_INITRD="uInitrd"
MAIN_CMDLINE="rootflags=data=writeback rw no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 bootsplash.bootfile=bootsplash.armbian"
MAIN_CMDLINE="rw no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 bootsplash.bootfile=bootsplash.armbian"
INITRD_ARCH=arm
QEMU_BINARY="qemu-arm-static"
ARCHITECTURE=arm