latest machinekit image isn't loading uio dtb

Using image:

bone-debian-9.12-machinekit-armhf-2020-05-
02-4gb.img.xz

while starting machinekit it just hangs in a wait loop for /sys/class/uio and listing it there is nothing created.

I checked uEnv.txt and it shows uncommented:
uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo

Xylotex board config Xylotex4Axis.ini has this and the pru_generic…bin was confirmed:
[PRUCONF]
DRIVER=hal_pru_generic
#PRUCODE=/usr/lib/linuxcnc/rt-preempt/pru_generic.bin pru=1 pru_period=25000 halname=hpg num_stepgens=4 num
_pwmgens=1
#PRUBIN=xenomai/pru_generic.bin
PRUBIN=/usr/lib/linuxcnc/rt-preempt/pru_generic.bin
CONFIG=pru=1 halname=hpg num_stepgens=4 num_pwmgens=1

Hello,

I am working, well trying still, to get that image to boot w/ Machinekit and EmcApplication. Have you looked in the logs /var/log/ and type dmesg or journalctl -xe ?

I am having some complication so far as I have not tried to compile the EmcApplication w/ QEMU yet. But…I got the MachineKit-hal to work just fine w/ halrun and halcmd.

Um…upgrading to a newer kernel may prove useful too. I am currently trying plain, ole LinuxCNC for now.

Seth

P.S. W/ LCD Cape, I got it to work but in a server online, the LinuxCNC does not want to show up due to errors. Even if this does not help, please try to reply. I may think of other items of interest soon b/c of further testing.

In debian LTS-5_4 (20-05-18) there is no uio_pruss driver. See

https://groups.google.com/g/beagleboard/c/WhS8mHDWY58/m/1Ip8wMO9AQAJ

No answer yet.