Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: NinjaCowboy on January 13, 2019, 08:04:26 PM
-
I am running piCore 9.0 on a Raspberry Pi 3 B, but unlike the x86 version, I don't get any console output during boot. It boots pretty slow, and I'd like to see which extension is taking so long. I've added the showapps option in cmdline3.txt, and removed the quiet option, but there isn't any output. All I see is the four raspberry logos with a blinking cursor until the shell prompt comes up.
-
hi NinjaCowboy,
Normally "console=tty0" in cmdline.txt directs the output to your screen.
regards
Greg Erskine
-
Thanks, it was set to ttyS0, which I assume is a legacy serial port. Changing it to tty0 works.