1
0
Fork 0
forked from Miroirs/x49gp

install bootloader in the expected path

This commit is contained in:
Gwenhael Le Moine 2024-10-23 09:44:11 +02:00
parent 41b501f9a1
commit 6d874040ad
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
2 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View file

@ -13,6 +13,7 @@
/dist/x49gpng.desktop
/dist/x49gpng.man
/dist/firmware/*.zip
/dist/firmware/hp-arm-models-bootloader/
/dist/firmware/Readme.txt
/dist/firmware/boot-*.bin
/dist/firmware/hp4950v215/
/dist/firmware/newrpl-latest/

View file

@ -3,11 +3,11 @@
all: bootloaders official newrpl
mrproper:
rm -fr ./hp-arm-models-bootloader ./hp4950v215 ./newrpl
rm -fr ./Readme.txt ./boot*.bin ./hp4950v215 ./newrpl
bootloaders:
wget https://www.hpcalc.org/hp49/pc/rom/hp-arm-models-bootloader.zip
unzip -j hp-arm-models-bootloader.zip -d hp-arm-models-bootloader
unzip -j hp-arm-models-bootloader.zip
rm hp-arm-models-bootloader.zip
official: