mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-25 21:58:49 +01:00
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:
|
||||
|
||||
```
|
||||
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:
|
||||
|
||||
```
|
||||
cd x49gp
|
||||
make
|
||||
make sdcard
|
||||
make config
|
||||
```
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
Mount SD card:
|
||||
|
||||
OS/X:
|
||||
|
||||
```
|
||||
open sdcard.dmg
|
||||
|
||||
```
|
||||
Linux:
|
||||
|
||||
```
|
||||
sudo mkdir -p /Volumes/X49GP/
|
||||
sudo mount -o loop sdcard /Volumes/X49GP
|
||||
```
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
Put stuff in SD, e.g.:
|
||||
|
||||
OS/X:
|
||||
|
||||
```
|
||||
cp BACKUP /Volumes/X49GP/
|
||||
|
||||
```
|
||||
Linux:
|
||||
|
||||
```
|
||||
sudo cp BACKUP /Volumes/X49GP/
|
||||
|
||||
```
|
||||
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:
|
||||
|
||||
OS/X:
|
||||
|
||||
```
|
||||
hdiutil detach $(df | grep -i x49gp | head -1 | awk '{print $1}')
|
||||
|
||||
```
|
||||
Linux:
|
||||
|
||||
```
|
||||
sudo umount /Volumes/X49GP
|
||||
|
||||
```
|
||||
------------------------------------------------------------------------
|
||||
|
||||
Run:
|
||||
|
||||
```
|
||||
./x49gp config
|
||||
|
||||
```
|
||||
------------------------------------------------------------------------
|
||||
|
||||
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.
|
||||
|
||||
Hack:
|
||||
|
||||
```
|
||||
cp hp50g-hack.png hp50g.png
|
||||
|
||||
```
|
||||
------------------------------------------------------------------------
|
||||
|
||||
Do stuff, e.g.:
|
||||
|
||||
Restore backup:
|
||||
|
||||
```
|
||||
BACKUP
|
||||
3
|
||||
-\>TAG
|
||||
->TAG
|
||||
RESTORE
|
||||
|
||||
```
|
||||
Install ARMToolbox (HPGCC2):
|
||||
|
||||
```
|
||||
2
|
||||
SETUP.BIN
|
||||
3
|
||||
-\>TAG
|
||||
->TAG
|
||||
RCL
|
||||
EVAL
|
||||
```
|
||||
(Right Click ON, Left Click C)
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
@ -139,15 +143,15 @@ To Exit Emulator
|
|||
Start Over:
|
||||
|
||||
* clean slate?
|
||||
|
||||
```
|
||||
rm -f flash-49g+ flash-50g flash-noboot sram s3c2410-sram
|
||||
make flash-49g+ flash-50g flash-noboot sram s3c2410-sram
|
||||
./newconfig
|
||||
|
||||
```
|
||||
* soft reset only?
|
||||
|
||||
```
|
||||
./newconfig
|
||||
|
||||
```
|
||||
------------------------------------------------------------------------
|
||||
|
||||
Known Limitations:
|
||||
|
|
Loading…
Reference in a new issue