Use the correct layout for the Oceanic Geo.
At least one Oceanic Geo is unable to download the last memory page. However, another device with an older firmware version (version 1D instead of 2B), does not have this problem. So in theory the correct layout depends on the firmware version. But since the profile ringbuffer also appears to end at the address 0xFE00 instead of 0x10000, we'll never need to download that last page in practice. Thus we can be lazy and simply use a single layout for all firmware versions. The only drawback is that the last page might be missing when downloading a full memory dump.
This commit is contained in:
parent
e7d142e5eb
commit
a72c03188d
@ -104,6 +104,7 @@ static const oceanic_common_version_t oceanic_atom2a_version[] = {
|
||||
{"ATMOSAI R\0\0 512K"},
|
||||
{"PROPLUS2 \0\0 512K"},
|
||||
{"OCEGEO20 \0\0 512K"},
|
||||
{"OCE GEO R\0\0 512K"},
|
||||
};
|
||||
|
||||
static const oceanic_common_version_t oceanic_atom2b_version[] = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user