pyavitz / rpi-img-builder

Image Builder for the Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stage1 throws "command not found" error

alex9434 opened this issue · comments

Hi, i get the following error message when doing "make image"

sudo: ./scripts/rpi4-stage1: command not found
make: *** [Makefile:112: image] Error 1

Any idea what command I am missing?

My bad, something must have got deleted during the last update.

rm -f Makefile
wget -cq https://raw.githubusercontent.com/pyavitz/rpi-img-builder/master/Makefile

Please let me know if that fixed the issue. Thanx!

Hi @pyavitz, that solved it. Thank you!