Nicoxygen Posted July 25, 2017 Posted July 25, 2017 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
Igor Posted July 26, 2017 Posted July 26, 2017 Please supply logs with armbianmonitor -uWrote on mobile
Igor Posted July 26, 2017 Posted July 26, 2017 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
Nicoxygen Posted July 26, 2017 Author Posted July 26, 2017 Someone would be how to disable bluetooth on a cubietruck mainline 5.31 thanks
Igor Posted July 27, 2017 Posted July 27, 2017 6 hours ago, Nicoxygen said: Someone would be how to disable bluetooth on a cubietruck mainline 5.31 thanks https://forum.armbian.com/index.php?/search/&q=disable bluetooth
SarahBishop Posted August 1, 2017 Posted August 1, 2017 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.
Recommended Posts