I can't seem to enable the serial console for PiCore 13 on a Raspberry Pi Zero or Raspberry Pi Zero W.
I've added enable_uart=1 to config.txt. In cmdline.txt I've tried:
console=ttyAMA0,115200
console=ttyS0,115200
console=/dev/ttyS0,115200
console=Serial0,115200
It's driving me nuts. I know everything's hooked up right because I had PiCore 11 working via serial on a Pi Zero, and can access Raspberry Pi OS over serial.
I hooked it up to a TV to confirm it is booting, but access via the serial console would be much more practical.