12-06-2017, 07:06 AM
Did someone manage to disable Serial Console to free up the UART for other another purpose?
|
free UART
|
|
12-06-2017, 07:06 AM
Did someone manage to disable Serial Console to free up the UART for other another purpose?
12-18-2017, 07:12 AM
(12-06-2017, 07:06 AM)drekrob Wrote: Did someone manage to disable Serial Console to free up the UART for other another purpose? I think I just did, here are the steps: sudo apt-get install device-tree-compiler dtc -I dtb -O dts /boot/efi/dtb > tmp.dts // open tmp.dts with your text editor find section 'serial@ff130000' and set status from 'disabled' to 'okay' // then scroll down to find the 'fiq-debugger' section, set this status to 'disabled', save it dtc -I dts -O dtb tmp.dts > tmp.dtb sudo cp tmp.dtb /boot/efi/dtb after a reboot /dev/ttyS2 should be ready to use, good luck
12-18-2017, 08:40 AM
Switching the UART in the Linux dts should work fine, but I think there are other UARTs in the pin multiplex?
Come have a chat in the Pine IRC channel >>
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| can rock64 4gb ram run entirely on free software? | heocb | 1 | 2,329 |
01-07-2025, 05:47 AM Last Post: KC9UDX |
|
| Using multiple UART's on Rock64. | ramprasad | 0 | 1,900 |
08-29-2022, 01:22 PM Last Post: ramprasad |
|
| Using multiple UART's on Rock64. | sachineswar | 0 | 1,642 |
08-29-2022, 12:31 PM Last Post: sachineswar |
|
| If installing free software system which devices will not work? | heocb | 6 | 9,973 |
08-17-2018, 09:42 AM Last Post: heocb |
|
| bootlin creates free vpu software for the rock64? | heocb | 2 | 5,087 |
08-13-2018, 04:00 PM Last Post: mcerveny |
|
| Debian image takes all Free Space | croquin | 2 | 3,894 |
02-28-2018, 04:04 PM Last Post: dkryder |
|
| Configure the UART 1 for connecting Bluetooth module | channaankit25 | 2 | 5,133 |
10-11-2017, 10:09 AM Last Post: MarkHaysHarris777 |
|