From 3b56ae025f02596d677884d0e6033a133820da99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=9A=E6=9C=80=E5=A5=BD=E7=9A=84=E8=87=AA=E5=B7=B1?= Date: Sat, 8 Jun 2019 21:21:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extlinux/extlinux.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 extlinux/extlinux.conf diff --git a/extlinux/extlinux.conf b/extlinux/extlinux.conf new file mode 100644 index 0000000..3715bee --- /dev/null +++ b/extlinux/extlinux.conf @@ -0,0 +1,4 @@ +label kernel-4.9.81 + kernel /zImage + fdt /rk3288-miqi.dtb + append earlyprintk console=tty1 console=ttyS2,115200n8 rw root=/dev/sda2 rootfstype=ext4 init=/sbin/init