forked from Miroirs/x49gp
readme cleanup
This commit is contained in:
parent
ecf4a1ef46
commit
c45d794520
1 changed files with 30 additions and 26 deletions
56
README.md
56
README.md
|
@ -33,8 +33,9 @@ Start up X11 and use xterm
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
Download x49gp source:
|
Download x49gp source:
|
||||||
|
```
|
||||||
git clone https://github.com/datajerk/x49gp.git
|
git clone https://github.com/datajerk/x49gp.git
|
||||||
|
```
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -46,37 +47,39 @@ The default firmware will be 4950_92.bin, for HPGCC3 development copy
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
Build:
|
Build:
|
||||||
|
```
|
||||||
cd x49gp
|
cd x49gp
|
||||||
make
|
make
|
||||||
make sdcard
|
make sdcard
|
||||||
make config
|
make config
|
||||||
|
```
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
Mount SD card:
|
Mount SD card:
|
||||||
|
|
||||||
OS/X:
|
OS/X:
|
||||||
|
```
|
||||||
open sdcard.dmg
|
open sdcard.dmg
|
||||||
|
```
|
||||||
Linux:
|
Linux:
|
||||||
|
```
|
||||||
sudo mkdir -p /Volumes/X49GP/
|
sudo mkdir -p /Volumes/X49GP/
|
||||||
sudo mount -o loop sdcard /Volumes/X49GP
|
sudo mount -o loop sdcard /Volumes/X49GP
|
||||||
|
```
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
Put stuff in SD, e.g.:
|
Put stuff in SD, e.g.:
|
||||||
|
|
||||||
OS/X:
|
OS/X:
|
||||||
|
```
|
||||||
cp BACKUP /Volumes/X49GP/
|
cp BACKUP /Volumes/X49GP/
|
||||||
|
```
|
||||||
Linux:
|
Linux:
|
||||||
|
```
|
||||||
sudo cp BACKUP /Volumes/X49GP/
|
sudo cp BACKUP /Volumes/X49GP/
|
||||||
|
```
|
||||||
NOTE: If using HPGCC2 don't forget the the ARMToolbox.
|
NOTE: If using HPGCC2 don't forget the the ARMToolbox.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
@ -84,19 +87,19 @@ NOTE: If using HPGCC2 don't forget the the ARMToolbox.
|
||||||
Eject SD:
|
Eject SD:
|
||||||
|
|
||||||
OS/X:
|
OS/X:
|
||||||
|
```
|
||||||
hdiutil detach $(df | grep -i x49gp | head -1 | awk '{print $1}')
|
hdiutil detach $(df | grep -i x49gp | head -1 | awk '{print $1}')
|
||||||
|
```
|
||||||
Linux:
|
Linux:
|
||||||
|
```
|
||||||
sudo umount /Volumes/X49GP
|
sudo umount /Volumes/X49GP
|
||||||
|
```
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
Run:
|
Run:
|
||||||
|
```
|
||||||
./x49gp config
|
./x49gp config
|
||||||
|
```
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
Where's the key labels?
|
Where's the key labels?
|
||||||
|
@ -104,28 +107,29 @@ Where's the key labels?
|
||||||
Good question. This is a bug when compiled for 64-bit platforms.
|
Good question. This is a bug when compiled for 64-bit platforms.
|
||||||
|
|
||||||
Hack:
|
Hack:
|
||||||
|
```
|
||||||
cp hp50g-hack.png hp50g.png
|
cp hp50g-hack.png hp50g.png
|
||||||
|
```
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
Do stuff, e.g.:
|
Do stuff, e.g.:
|
||||||
|
|
||||||
Restore backup:
|
Restore backup:
|
||||||
|
```
|
||||||
BACKUP
|
BACKUP
|
||||||
3
|
3
|
||||||
-\>TAG
|
->TAG
|
||||||
RESTORE
|
RESTORE
|
||||||
|
```
|
||||||
Install ARMToolbox (HPGCC2):
|
Install ARMToolbox (HPGCC2):
|
||||||
|
```
|
||||||
2
|
2
|
||||||
SETUP.BIN
|
SETUP.BIN
|
||||||
3
|
3
|
||||||
-\>TAG
|
->TAG
|
||||||
RCL
|
RCL
|
||||||
EVAL
|
EVAL
|
||||||
|
```
|
||||||
(Right Click ON, Left Click C)
|
(Right Click ON, Left Click C)
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
@ -139,15 +143,15 @@ To Exit Emulator
|
||||||
Start Over:
|
Start Over:
|
||||||
|
|
||||||
* clean slate?
|
* clean slate?
|
||||||
|
```
|
||||||
rm -f flash-49g+ flash-50g flash-noboot sram s3c2410-sram
|
rm -f flash-49g+ flash-50g flash-noboot sram s3c2410-sram
|
||||||
make flash-49g+ flash-50g flash-noboot sram s3c2410-sram
|
make flash-49g+ flash-50g flash-noboot sram s3c2410-sram
|
||||||
./newconfig
|
./newconfig
|
||||||
|
```
|
||||||
* soft reset only?
|
* soft reset only?
|
||||||
|
```
|
||||||
./newconfig
|
./newconfig
|
||||||
|
```
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
Known Limitations:
|
Known Limitations:
|
||||||
|
|
Loading…
Reference in a new issue