Hey all, I’m trying to service some custom image builder scripts that my club maintains. I think we’re using a legacy configuration format, but that’s not really the point.
My custom script relies on an early_chroot script that copies our device tree binaries into tempdir/tmp
cp ../../device_trees/*.dtb $tempdir/tmp
I noticed that maybe at some point the omap image builder stopped supporting the early_chroot script feature, but now I’m unsure of the right way to copy these dtb’s to the target. I could obviously add an absolute path to the dtbs in my config, but that seems hacky. What should I do?
oresat-dev.conf (4.8 KB)