uwu

hardware bitcoin wallet software and build system
git clone https://git.parazyd.org/uwu
Log | Files | Refs | README | LICENSE

commit 192f38cae340ad4998274aabb2ade35aa8588007
parent 55349405f0b5cee855efbccbeddb370e0f3d6c4f
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 21 Nov 2020 02:22:03 +0100

cmdline: Output console on the serial gadget.

Diffstat:
Mrpi-boot/cmdline.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rpi-boot/cmdline.txt b/rpi-boot/cmdline.txt @@ -1 +1 @@ -console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 fsck.repair=yes rootwait +console=ttyGS0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 fsck.repair=yes rootwait