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.