By default the Linux console is disabled to improve performance and to prevent any display artifacts between application transitions. To re-enable the console do the following:
Connect a serial cable board
Interrupt the U-Boot startup sequence
env edit console
Switch ttymxc1 to ttymxc0
env save
To disable the console, repeat the above steps but instead switch ttymxc0 to ttymxc1.