bcm2711-*.img missing
fdcon opened this issue · 5 comments
Have tried to build feature branch but get this error all the time
I am going to assume that you are using the dialog
menu interface?
Did you install all of the needed dependencies?
Are you cross or native compiling?
What OS are you running?
Are you using docker?
I am running a build now to test if this error presents its self.
You must be missing dependencies?
Whilst inside debian-image-builder run:
make ccompile
for cross compiling
make ncompile
for native compiling
nano userdata.txt
Change: verbose=0 to verbose=1 (this will show errors in the stage1 script)
Check the output directory and make sure you see the uboot and *.deb (ls output/raspi4
)
To start fresh run git pull
followed by make purge-all
Run each command individually: make raspi4-uboot
make raspi4-kernel
make rootfs
make raspi4-image
Ah yes, the docker builder. Happy you figured it out.