From a72c03188d5d710574717c2262b241a3c50645cb Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Sat, 13 Jun 2015 22:02:59 +0200 Subject: [PATCH] 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. --- src/oceanic_atom2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/oceanic_atom2.c b/src/oceanic_atom2.c index d4a8f40..a17725e 100644 --- a/src/oceanic_atom2.c +++ b/src/oceanic_atom2.c @@ -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[] = {