When I build the reference design in 19.2 (basic linux design) I get a Vivado design, export the hardware and use this to configure a new petalinux as mentioned in petalinux kickstart. When I use the precompiled files I get console output on the TE0706 carrier board, but when I build my own u-boot or kernel I loose console output for u-boot or kernel, even though the u-boot and kernel still work.
I think this is because Xilinx uses UART1 as the default console port, not UART0, which is connected to the console port on the TE0706 base board.
Is there an easy configuration change to fix this?