GER -> DE renamed, link to MC218 DE ROM in readme
This commit is contained in:
parent
706188a71b
commit
baf97c62f3
|
@ -4,11 +4,11 @@ Some of this ROM files are upgraded (patched) to solve some bugs or add function
|
|||
|
||||
Contents:
|
||||
|
||||
- ROMs for Psion 5mx Pro, patched with 2 Additional Apps from Ericsson MC218 (MyPhone + PostCard) ([UK](5mxPro/UK/), [GER](5mxPro/GER/))
|
||||
- ROMs for Psion 5mx Pro, patched with 2 Additional Apps from Ericsson MC218 (MyPhone + PostCard) ([UK](5mxPro/UK/), [DE](5mxPro/DE/))
|
||||
- ROMs for Psion netBook, patched with additional Apps and components([UK](netBook/UK/), [DE](netBook/DE), [FR](netBook/FR/), [SP](netBook/SP/))
|
||||
- Dumped ROM of Ericcson MC218 ([UK](MC218/UK/))
|
||||
- Dumped ROM of Ericcson MC218 ([UK](MC218/UK/), [DE](MC218/DE/))
|
||||
- ROM Update for Series 7 ([UK](Series7/UK/), [US](Series7/US/))
|
||||
- Revo Firmware Dump ([DE](Revo/GER/))
|
||||
- Revo Firmware Dump ([DE](Revo/DE/))
|
||||
- Dumped ROM for Psion 5mx ([UK](5mx/UK/))
|
||||
- Dumped ROM for Psion Series 5 ([UK](Series5/UK/))
|
||||
- [Tools](Tools/) for Patching Psion ROMs and additional components.
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
PsiROMx shows dump defaults:
|
||||
|
||||
Start address
|
||||
50000000
|
||||
Size (KB) 8192
|
||||
End address
|
||||
50800000
|
||||
|
||||
But the German Psion Revo was claimed to have 16MB. So I tried to dump it in 4MB chunks.
|
||||
|
||||
Size (KB) 4096
|
||||
|
||||
Start address
|
||||
50000000
|
||||
50400000
|
||||
50800000 (fail)
|
||||
50C00000 (fail)
|
||||
|
||||
sys$rom1.bin = 50000000 to 50400000
|
||||
sys$rom2.bin = 50400000 to 50800000
|
||||
|
||||
There should be 2 more of them, but it fails.
|
||||
|
||||
Bug??: Dump from 50800000 to 50C00000 produces a 0 bytes file but wastes 4MB as a memory leak. Deleting the file does not bring memory back. Apparently it corrupts the RAM file system. Trying to dump only 50800000 to 50A00000 (2048KB) produces the same 0KB file with memory leak. The only way to get memory back is doing a hard reset (i.e. delete entire RAM disk memory).
|
||||
|
||||
It turned out that according to the menu "Information/Computer", the model indeed has only each 8MB ROM and 8MB RAM, hence the rom dump likely caused a memory leak. So I merged both 4MB files with HxD back into 8MB, which looks correct.
|
||||
PsiROMx shows dump defaults:
|
||||
|
||||
Start address
|
||||
50000000
|
||||
Size (KB) 8192
|
||||
End address
|
||||
50800000
|
||||
|
||||
But the German Psion Revo was claimed to have 16MB. So I tried to dump it in 4MB chunks.
|
||||
|
||||
Size (KB) 4096
|
||||
|
||||
Start address
|
||||
50000000
|
||||
50400000
|
||||
50800000 (fail)
|
||||
50C00000 (fail)
|
||||
|
||||
sys$rom1.bin = 50000000 to 50400000
|
||||
sys$rom2.bin = 50400000 to 50800000
|
||||
|
||||
There should be 2 more of them, but it fails.
|
||||
|
||||
Bug??: Dump from 50800000 to 50C00000 produces a 0 bytes file but wastes 4MB as a memory leak. Deleting the file does not bring memory back. Apparently it corrupts the RAM file system. Trying to dump only 50800000 to 50A00000 (2048KB) produces the same 0KB file with memory leak. The only way to get memory back is doing a hard reset (i.e. delete entire RAM disk memory).
|
||||
|
||||
It turned out that according to the menu "Information/Computer", the model indeed has only each 8MB ROM and 8MB RAM, hence the rom dump likely caused a memory leak. So I merged both 4MB files with HxD back into 8MB, which looks correct.
|
|
@ -1 +1,3 @@
|
|||
English (UK) Series5 ROM version 1.01(145)
|
||||
Series 5
|
||||
English (UK)
|
||||
ROM version 1.01(145)
|
||||
|
|
Loading…
Reference in New Issue