Jump to content

Recommended Posts

Posted

Hello, i reinstalled the latest version of armbian with jessie on the cubietruck, on UART0 (ttys0) i plugged in a razberry but since the last version it is not recognized and does not turn on. Is it possible that UART0 is inactive?

I have found on this forum for OrangePi with script.bin but not for cubietruck

Where is script.bin ?

thank you

Posted

You are using modern kernel where script.bin does not have any role. Check docs.armbian.com for device tree overlay ... while uart0 aka serial console should be enabled by default. If not, than we have a bug.

Wrote on mobile

Posted

You open the port, modify the script.fex to open the uart3 ,uart4 as below:

[uart_para3]
uart_used = 1
uart_port = 3
uart_type = 4
uart_tx = port:PG06<4><1><default><default>
uart_rx = port:PG07<4><1><default><default>
uart_rts = port:PG08<4><1><default><default>
uart_cts = port:PG09<4><1><default><default>

[uart_para4]
uart_used = 1
uart_port = 4
uart_type = 2
uart_tx = port:PG10<4><1><default><default>
uart_rx = port:PG11<4><1><default><default>

Save the modification.

After the reboot, the uart3 and uart4 are available.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines