-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bcm2711: restore lost RPI_DEBUG_CONSOLE
#6425
base: main
Are you sure you want to change the base?
bcm2711: restore lost RPI_DEBUG_CONSOLE
#6425
Conversation
8d15303
to
9630931
Compare
It wasn't really lost. I removed it on purpose as whether the bluetooth needs to be disabled or not depends on the raspberry pi board being used by the user. As boot partition can usually easily be mounted across platforms, I just figured whoever needs it can simply modify the config.txt file either maually or can use some the hook system to modify the same. However I don't have any issues if you want to bring it back either. |
Thanks for explanation Gunjan. This is an anomaly (as most rpi/broadcom stuff) that requires all those different changes (cmdline, config.txt) instead of a single simple setting like every other board. If they're different across boards, I could make this rpi4b specific somehow. Do you know what difference the other boards would have? I've seen I wouldn't insist on this except for the fact I'm producing images for usage in automated rigs (PXE-booting, testing labs, etc) where I need UART to work out-of-the box from the first boot, thus your remove it cos it's easy to enable after you already got in to the machine somehow else doesn't really resonate. |
131bb7f
to
7377b29
Compare
May be you can use conditional filtering in config.txt by adding a [pi4] section
As I said before, feel free to bring it back. Armbian also supports extensions and userpatches and customization scripts so there were plenty of ways to bring it into image as well if needed. Not just by manually updating the system. But you ofcourse already know that :) |
7377b29
to
bf1af33
Compare
294b2ba
to
4002ee2
Compare
32f0fde
to
ff470c9
Compare
88d27a4
to
e441e8e
Compare
e441e8e
to
66edcc4
Compare
66edcc4
to
8d0fb30
Compare
8d0fb30
to
6b2834a
Compare
6b2834a
to
c5b8b9d
Compare
- if `RPI_DEBUG_CONSOLE=yes`: - `config.txt`: - `enable_uart=1` - `dtoverlay=disable-bt` - `cmdline.txt`: - `console=tty1 console=ttyAMA0,115200 loglevel=7` - this was lost in revision 1c3b7ec for some reason
c5b8b9d
to
c419d2a
Compare
bcm2711: restore lost
RPI_DEBUG_CONSOLE
RPI_DEBUG_CONSOLE
RPI_DEBUG_CONSOLE=yes
:config.txt
:enable_uart=1
dtoverlay=disable-bt
cmdline.txt
:console=tty1 console=ttyAMA0,115200 loglevel=7