we are deprecating this channel - join us on matrix: https://matrix.to/#/#meta-raspberrypi:cub.icu
@agherzan Whats the difference between setting the Machine value to Raspberrypi3 and raspberrypi-cm3.
The reason behind this question is that.
I had a image file that I downloaded from the raspberrypi website. I was able to use the same image file on raspberrypi 3B+ and on the compute module with a little change to the config.txt
And Can I do same with the generated yocto images?
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SPLASH_IMAGES = " file://psplash-mysplash.png;outsuffix=default"
ALTERNATIVE_PRIORITY_psplash-default[psplash] = "999"
INITSCRIPT_PARAMS = "start 5 S . stop 20 0 1 6 ."
I don't know if the syntax is 100% correct (in particular with the init parameters) but it works