uwu

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

commit 03f31396c9577a676ef5af73d337ddb560c7acba
parent 0bbd46be269464fa672ee36a702d6f8c48f21035
Author: parazyd <parazyd@dyne.org>
Date:   Wed,  3 Feb 2021 00:49:14 +0100

Only use gadget serial console in cmdline.

Diffstat:
Mrpi-boot/upstream/cmdline.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rpi-boot/upstream/cmdline.txt b/rpi-boot/upstream/cmdline.txt @@ -1 +1 @@ -console=ttyAMA0,115200 earlyprintk- \ No newline at end of file +console=ttyGS0,115200 earlyprintk+ \ No newline at end of file