1
0
Fork 0
forked from Miroirs/x49gp
x50ng/dist/firmware/Makefile

24 lines
666 B
Makefile
Raw Normal View History

.PHONY: get-roms mrproper
all: bootloaders official newrpl
mrproper:
2024-10-23 09:52:11 +02:00
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
2024-10-23 09:50:05 +02:00
rm -f hp-arm-models-bootloader.zip
official:
wget https://www.hpcalc.org/hp49/pc/rom/hp4950v215.zip
unzip -j hp4950v215.zip -d hp4950v215
2024-10-23 09:50:05 +02:00
rm -f hp4950v215.zip
unzip -j hp4950v215/2MB\ FIX.zip -d hp4950v215/2MB_FIX
rm -f hp4950v215/2MB\ FIX.zip
newrpl:
2024-10-22 13:38:45 +02:00
mkdir -p newrpl-latest
wget https://hpgcc3.org/downloads/newrplfw.bin -O newrpl-latest/newrplfw.bin
echo "newrplfw.bin" > newrpl-latest/update.scp