Autor: hal Datum: To: dng Betreff: Re: [DNG] Booting devuan on a rasberry pi
On 7/28/19 3:57 PM, hal wrote:
<snip> >
> Some searching says to add "core_freq=250" or "enable_uart=1" but
> so far still nothing. Any suggestions are appreciated.
Hi,
I got the serial port working. It's a bit of a task. Apparently the
bluetooth integration messed up the serial port configuration so
when you boot, you're actually connected to the bluetooth chip
on /dev/ttyAMA0. You have to fiddle with /boot/config.txt and
/boot/cmdline.txt to restore the serial functionality.
Additionally, I had to launch a getty on /dev/ttyS0 since
the default starts on /dev/ttyAMA0.
Below is what I changed to get a serial port back on the UART
pins:
root@devuan:~# cat /boot/config.txt
## memory shared with the GPU
gpu_mem=128