mirror of
https://github.com/nxshock/uboot-nanopi-r2s.git
synced 2025-07-02 00:23:41 +05:00
Initial commit
This commit is contained in:
commit
1b54616659
4 changed files with 83 additions and 0 deletions
9
extlinux.conf
Normal file
9
extlinux.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
timeout 3
|
||||
|
||||
default Arch
|
||||
|
||||
label Arch
|
||||
linux /Image
|
||||
fdt /dtbs/rockchip/rk3328-nanopi-r2s.dtb
|
||||
append console=ttyS2,1500000 root=/dev/mmcblk0p1 rw rootwait earlycon=uart8250,mmio32,0xff130000
|
||||
initrd /initramfs-linux.img
|
Loading…
Add table
Add a link
Reference in a new issue