mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-26 21:58:41 +01:00
add 2MB 2.15 update file
This commit is contained in:
parent
1bfe0818fe
commit
ec9ea8e5ca
2 changed files with 3 additions and 4 deletions
BIN
2MB_215f.bin
Normal file
BIN
2MB_215f.bin
Normal file
Binary file not shown.
7
Makefile
7
Makefile
|
@ -35,12 +35,12 @@ DEBUG = -g # -pg
|
||||||
|
|
||||||
#2.09
|
#2.09
|
||||||
#FIRMWARE = 4950_92.bin
|
#FIRMWARE = 4950_92.bin
|
||||||
#2.10-7
|
|
||||||
#FIRMWARE = hp49g-u.bin
|
|
||||||
#HPGCC3 (copy HPGCC3 ROM first)
|
#HPGCC3 (copy HPGCC3 ROM first)
|
||||||
#FIRMWARE = 49_hpgcc.bin
|
#FIRMWARE = 49_hpgcc.bin
|
||||||
#2.15
|
#2.15
|
||||||
FIRMWARE = 4950_215.bin
|
#FIRMWARE = 4950_215.bin
|
||||||
|
#2.15full
|
||||||
|
FIRMWARE = 2MB_215f.bin
|
||||||
|
|
||||||
BOOT49GP = boot-49g+.bin
|
BOOT49GP = boot-49g+.bin
|
||||||
BOOT50G = boot-50g.bin
|
BOOT50G = boot-50g.bin
|
||||||
|
@ -218,7 +218,6 @@ flash-noboot: $(FIRMWARE)
|
||||||
done; \
|
done; \
|
||||||
echo ""
|
echo ""
|
||||||
@/bin/echo -n "$@: Copy firmware \"$(FIRMWARE)\" to "; expr 16 \* 1024
|
@/bin/echo -n "$@: Copy firmware \"$(FIRMWARE)\" to "; expr 16 \* 1024
|
||||||
@dd if=hp49g-u.bin of=$@ bs=16 seek=1024 conv=notrunc 2>/dev/null
|
|
||||||
@dd if=$(FIRMWARE) of=$@ bs=16 seek=1024 conv=notrunc 2>/dev/null
|
@dd if=$(FIRMWARE) of=$@ bs=16 seek=1024 conv=notrunc 2>/dev/null
|
||||||
@/bin/echo -n "$@: Set copyright \"$(COPYRIGHT)\" at "; expr 16 \* 1024
|
@/bin/echo -n "$@: Set copyright \"$(COPYRIGHT)\" at "; expr 16 \* 1024
|
||||||
@/bin/echo -n "$(COPYRIGHT)" >copyright
|
@/bin/echo -n "$(COPYRIGHT)" >copyright
|
||||||
|
|
Loading…
Reference in a new issue