Hello! I need change default debug console from UARTA to UARTB in colibri F61. What I need to change?
U-boot version is 2.7 and kernel is 4.4.
I already change in u-boot:
(first, sorry for my english) I build u-boot and kernel from here, where u-boot branche is 2016.11-toradex (v2.8) and kernel branche is toradex_vf_4.4 (v2.8).
Than I build openEmbedded (oe-core) from here v2017.12 (LinuxImageV2.8). Now I need change debug console to UART_B → generate new u-boot and kernel files and replace old one.
default console is on UART_A, but I need change to UART_B.
If I change (uboot) vf-colibri.dtsi, colibri_vf.h and (kernel) vf-colibri-eval-v3.dtsi (see above) and build new files → u-boot-nand.imx, zImage and vf610-colibri-eval-v3.dtb (replace on sd card and do update), console is gone. I looked in extension connector X16 to pin 27, 31 and 35, but didn’t see nothing. so I need know, what must set yet.
Thanks for this Info. Before trying to make all the changes in uboot and devicetree, did you just try to change the variable console in U-Boot to the UART_B (ttyLP1) and checked if this is working.
Currently you will need to put the module to recovery mode and reinstall the image following the instructions on this page.
it works! you’re the best! Thx a lot
May I ask to another question? If I want do recovery on that second UART, is it possible or must be something changed? Where I get more information about recovery (how is it work?)?