pyavitz/debian-image-builder

bcm2711-*.img missing

fdcon opened this issue · 5 comments

fdcon commented

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.

fdcon commented

You must be missing dependencies?

Screeenshot

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

fdcon commented

Ah yes, the docker builder. Happy you figured it out.