Closed kraeml closed 2 weeks ago
Hi. I've just done some experimentation with this and there needs to be an environment variable named BASE_BOARD
that matches one of the branches of the images.yml
file. I added export BASE_BOARD="raspberrypiarmhf"
to my build_dist
shell script before it calls build_custom_os
. This creates another error, but if you make the image folder name image-${BASE_BOARD}
, it resolves it all and works.
@IronWill79 Hey, indeed BASE_BOARD is a new variable introduced on CustomPiOS v2 that just made it in to the devel branch.
In OPs code there is no image downloaded. Ill have a look if any change that i missed that needs to be added to the make os scripts.
Found the issue, working on it. This error should be fixed, now, just making sure there are no other errors after it
To show my problem I make the https://github.com/guysoft/CustomPiOS?tab=readme-ov-file#how-to-use-it with a dummy testPi.
Here is my history:
I get this error massaging:
I can't find any information about image config and how to setup. I am using CustomPiOs in my project and have the same error. Also in github runner fails with same error. Any idea what I can do.