Thanks guys,
As a write-up:
Add
to enable the boot output over GPIO UART on a pi zero.
In my situation I had to remove other console= statements to get it working properly.
Greetz M-H
...
As a write-up:
Add
Code: [Select]
console=ttyAMA0,115200
to /mnt/mmcblk0p1/cmdline.txtto enable the boot output over GPIO UART on a pi zero.
In my situation I had to remove other console= statements to get it working properly.
Greetz M-H
...