1
0
Fork 0
forked from Miroirs/x49gp
x50ng/dist/firmware/Makefile
Gwenhael Le Moine ef322786fd
clean newrpl too
2024-10-23 09:52:11 +02:00

23 lines
666 B
Makefile

.PHONY: get-roms mrproper
all: bootloaders official newrpl
mrproper:
rm -fr ./Readme.txt ./boot*.bin ./hp4950v215 ./newrpl-latest
bootloaders:
wget https://www.hpcalc.org/hp49/pc/rom/hp-arm-models-bootloader.zip
unzip -j hp-arm-models-bootloader.zip
rm -f hp-arm-models-bootloader.zip
official:
wget https://www.hpcalc.org/hp49/pc/rom/hp4950v215.zip
unzip -j hp4950v215.zip -d hp4950v215
rm -f hp4950v215.zip
unzip -j hp4950v215/2MB\ FIX.zip -d hp4950v215/2MB_FIX
rm -f hp4950v215/2MB\ FIX.zip
newrpl:
mkdir -p newrpl-latest
wget https://hpgcc3.org/downloads/newrplfw.bin -O newrpl-latest/newrplfw.bin
echo "newrplfw.bin" > newrpl-latest/update.scp