UART1 (/dev/ttyS1) disapear after reboot (PICO ULTRA / Ubuntu)
Posted: 2024-09-12 13:03
Hello!
I have PICO Ultra board with latest Ubuntu image flashed.
With "sudo luckfox-config" all 6 UART available ports were enabled. (UART2 - debug, all other works as expected).
After system reboot only 5 ports are visible, UART1 (/dev/ttyS1) is missing.
Could you please explain this behavior ? How to fix it ?
Thanks!
I have PICO Ultra board with latest Ubuntu image flashed.
With "sudo luckfox-config" all 6 UART available ports were enabled. (UART2 - debug, all other works as expected).
After system reboot only 5 ports are visible, UART1 (/dev/ttyS1) is missing.
Code: Select all
pico@luckfox:~$ ls /dev/ttyS*
/dev/ttyS0 /dev/ttyS2 /dev/ttyS3 /dev/ttyS4 /dev/ttyS5
Code: Select all
pico@luckfox:~$ cat /etc/luckfox.cfg
SPI0_M0_CS_ENABLE=1
SPI0_M0_MODE=1
TS_ENABLE=0
RGB_ENABLE=0
CSI_ENABLE=0
UART3_M0_STATUS=1
UART4_M0_STATUS=1
UART2_M1_STATUS=1
UART5_M1_STATUS=1
UART1_M1_STATUS=1
UART0_M1_STATUS=1
Thanks!