View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002972 | Alternative Architectures | General | public | 2023-04-21 20:34 | 2023-04-21 20:34 |
Reporter | Dan Heath | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Raspberry Pi CM4 | OS | Rocky Linux | OS Version | 8 |
Summary | 0002972: Rocky 8 uart serial console configuration missing/incomplete | ||||
Description | When attempting to use the implemented console configuration provided, the console port selected is incorrect. Also uart is not enabled although a console is setup. | ||||
Steps To Reproduce | - attach uart cable (I'm using the ADAFRUIT Industries 954 USB-to-TTL Serial Cable) - start uart session on client (screen /dev/ttyUSB0 115200 on connecting host) - boot Raspberry Pi using Rocky Linux RockyRpi_8.7.img installed on usb storage Result is no console output is produced on the console session. | ||||
Additional Information | The following changes followed by a reboot resolve this issue for me: Update /boot/cmdline.txt: Original: console=ttyAMA0,115200 console=tty1 root=PARTUUID=13381799-03 rootfstype=ext4 elevator=deadline rootwait Updated: console=serial0,115200 console=tty1 root=PARTUUID=13381799-03 rootfstype=ext4 elevator=deadline rootwait Create /boot/config.txt and adding the following: [cm4] enable_uart=1 | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-04-21 20:34 | Dan Heath | New Issue |