Skip to content
Snippets Groups Projects
Commit 1e85a79a authored by Bob Mottram's avatar Bob Mottram
Browse files

Enable serial console at end of boot script

parent 99fc03cd
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@ EOF
{ echo "rtc_sunxi";
echo "vfat"; } >> /etc/initramfs-tools/modules
;;
"r"*) echo "vfat" >> /etc/initramfs-tools/modules
"rock"*) echo "vfat" >> /etc/initramfs-tools/modules
;;
esac
......@@ -257,6 +257,8 @@ EOF
;;
esac
fi
enable_serial_console ttyS0
}
case "$MACHINE" in
......@@ -294,5 +296,3 @@ case "$MACHINE" in
arm_setup_boot "rockchip/rk3328-rock64"
;;
esac
enable_serial_console ttyS0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment