|
Posted at 2/2/2018 18:31:17
Only Author
5#
If someone has the same issue, here is the solution I found :
After disabling every nodes using the same pins as uart1, simply change the value of rockchip,serial-id to 1 in the node "fiq-debugger", then set the "Debug UART" option to 1 in menuconfig. Finally, in the file Android/u-boot/include/configs/rk_default_config.h change the definition of CONFIG_UART_NUM in the rockchip Hardware drivers section to :
- #define CONFIG_UART_NUM UART_CH1
Copy the code
This works for me |
|