Maybe you can then download the RaspiOS image, it's vfat + ext4 so you can easily mount it and check the files on its filesystem.
On RaspiOS the RTC on the CM4 IO board works out of the box. I also do most of the openwrt tests on this board. The RTC should be identical do the "dualeth" box, it's also the one with higher…
This looks like too much work, maybe then get rid of this, I'll push instead and try to automate initial wireguard provisioning.
Still no files in /boot/overlays. However the driver now seems loaded, except other drivers are missing: i2c_mux
, i2c_mux_pinctrl
, rtc_pcf85063
.
Also the config.txt
files are incorrect,…
Ok it's a step further now. Both ansible and cherrypy are installed but I'm getting an error running openwrt.
ERROR! module 'git' not found.
I tried both git@
and https://
URLs.
I wouldn't mind just having the target software installed, but the problem is, the machine may not be reachable from the outside via ssh before wireguard is provisioned and I may be stuck without…
Maybe we can try to use https://github.com/gekmihesg/ansible-openwrt instead of full ansible and then wrap it into a script that does
git pull
?I started learning a situation with the…
I think maybe you need to add the list of dtbos here: ${OPENWRT_TARGET}/${OPENWRT_DEVICE}/arch/arm64/boot/dts/overlays/Makefile
Maybe you can work around it somehow like:
make image…
Maybe we can try to use https://github.com/gekmihesg/ansible-openwrt instead of full ansible and then wrap it into a script that does git pull
?