raspberrypi / usbboot

Raspberry Pi USB booting code, moved from tools repository
Apache License 2.0
910 stars 229 forks source link

Install target missing in Makefile. Program loops forever #7

Closed tvoverbeek closed 7 years ago

tvoverbeek commented 7 years ago

Makefile is missing install target. Intentional? If so Readme has to be updated to use sudo ./rpiboot. Since loop variable is initialized as 1 the program will loop forever and the -l option is meaningless.

ghollingworth commented 7 years ago

Yes, I've removed the install target for the moment, not sure it's the right solution for this...

Must have changed the loop=1 which debugging and forgot!