Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing make-boot-image call #21

Open
rikkuness opened this issue Nov 27, 2024 · 1 comment
Open

Missing make-boot-image call #21

rikkuness opened this issue Nov 27, 2024 · 1 comment

Comments

@rikkuness
Copy link

rikkuness commented Nov 27, 2024

Running as per the README example I get a failure at the last line:

...
/usr/bin/pi-gen-micro: line 359: make-boot-image: command not found

I tried to locate which package provides this, closest I could find was:

$ apt-file find make-boot-image
rpi-make-boot-image: /usr/bin/rpi-make-boot-image

Which seems to have the same arguments, I symlinked /usr/bin/rpi-make-boot-image to /usr/local/bin/make-boot-image and the script appears to run to completion.

Edit: Scratch that it doesn't run to completion, fails with Disk full also this, although this may be cause for a different issue:

...
Using IMAGE_SIZE of 58
Warning: Large image size detected. Try removing unused files.
Creating FAT file system
mkfs.fat 4.2 (2021-01-31)
Copying files to file system image /tmp/tmp.tswLRpWjwe/boot.img
...
@rikkuness
Copy link
Author

Looks like it might be a symlink to this anyway as part of https://github.com/raspberrypi/usbboot/blob/master/tools/make-boot-image?

Shell scripts all the way down 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant