Did 'udev' run? I didn't see it in your log. Normally, udevwould be responsible for creating /dev/ttyUL0
What image are you trying to run? e.g. core-image-minimal, etc?
# Don't use tty1 # USE_VT = "0" SERIAL_CONSOLE ?= "115200 ttyUL0" # Device nodes add xsa for (system ace) IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \ files/device_table_add-xsa.txt"
# Add nodes for xilinx system ace /dev/xsa b 640 0 0 125 0 0 0 - /dev/xsa1 b 640 0 1 125 0 0 0 - /dev/xsa2 b 640 0 2 125 0 0 0 - /dev/xsa3 b 640 0 3 125 0 0 0 - /dev/ttyUL c 666 0 0 204 187 0 1 4
© 2023 Groups.io