I've managed to install Venus OS on a Beaglebone green, However the spidev entries are missing in the /dev directory.
On the beaglebone black these are there (under Debian os). I also need the pin drivers.
The Debian /BBB command "config-pin" is not implemented under Venus, Is there an equivalent?
Or a way to get these files created by setting the IO mode?
This was first mentioned in https://community.victronenergy.com/questions/103384/bbb-venus-spi-port.html, but it does not seem to be resolved.
From the research I've found that this is probably due to a missing entry in the device tree tables / description, but how to fix this without learning how to compile Venus from scratch? @mvader (Victron Energy)
As an experiment I thought to check on a BBBlack, new, and the listing in the /dev directory includes spidev 0,1:0,1 (4 devices) and i2c 0,1,2 (3 devices).
After flashing with the same Venus download
venus-install-sdcard-beaglebone-20230529211714-v3.00
i2c2 and all of the spi devices are gone!! I found also that the 2nd stage led remained flashing rather than steady, possibly indicating a fault with the file system install, but the console works.
also tried
venus-install-sdcard-beaglebone-20220208072000-v2.82.img
on the Black with identical results.