Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

Changing adjustblock
18-01-2023, 15:36 PM,
Post: #21
RE: Changing adjustblock
(18-01-2023, 09:18 AM)RomeyRome Wrote:  
(18-01-2023, 08:52 AM)walkernight88 Wrote:  I guess your endgoal is to add the GPS to the headunit. Let me know how it goes. As i saw from your adjblock you're trying with the whole chip, not with the G7 one.

Yep. Have a variety of LEA-* modules. LEA-M8S wouldn't even let the evo turn on. Put the most common LEA-6R on at the moment. powered on at least.

The eeprom chip needs to be replaced, and I'm still not entirely sure why, or why it has to be new. I'm not sure if I'm supposed to clone the current one, or it'll write to it whatever it needs. I think it has some write-once functionality on certain blocks based on the datasheet, so maybe that's why it needs to be replaced... That's the next thing to swap.

What do you mean by "the G7 one"?

There are two value types for GPS - 1 - verbaut[CRLF], 2 - G7. Apparently G7 is the other kind of GPS module
NBT_AdjBlock_Jacinto.txt
File Type: .txt
Downloaded: 71 times
Size: 24.26 KB


Only BMW services:

Remote coding/programming - E, F, G serie
HDD change, Carplay, Screen mirroring activation
FSC pack - CIC, NBT, NBT EVO, ENTRYNAV2, MGU, KAFAS
Remote reset 8HP ISN F serie
ELV disable for CAS3, 3+
Quote this message in a reply
18-01-2023, 21:22 PM, (This post was last modified: 18-01-2023, 21:22 PM by RomeyRome.)
Post: #22
RE: Changing adjustblock
(18-01-2023, 08:52 AM)walkernight88 Wrote:  There are two value types for GPS - 1 - verbaut[CRLF], 2 - G7. Apparently G7 is the other kind of GPS module


Oh weird. I have looked at that file many times and never noticed the second option. But I have never even seen what that hardware would look like.
Quote this message in a reply
19-01-2023, 00:34 AM,
Post: #23
RE: Changing adjustblock
Swapped eeprom for a brand new one.

Unit booted into bootloader
Switched it into app mode.
EEPROM was still blank.
CAFD was gone in esys.
Coded cafd, stuff got written to eeprom.
Did some GPS FDL coding, some stuff changed in eeprom.

Still don't seem to be getting a gps signal. I'm just testing through tool32.

Like I said, I don't know the point of changing eeprom is, but I'm doing it. lol

sysetV850io only dumps 5k. It's a 64k chip, so I don't know what the rest of it is.


Attached Files
eeprom_after_cafd.bin.txt
File Type: .txt
Downloaded: 10 times
Size: 5 KB

eeprom_after_gpscoding.bin.txt
File Type: .txt
Downloaded: 10 times
Size: 5 KB

eeprom_original.bin.txt
File Type: .txt
Downloaded: 14 times
Size: 5 KB

Quote this message in a reply
19-01-2023, 12:40 PM, (This post was last modified: 19-01-2023, 13:11 PM by m5proud.)
Post: #24
RE: Changing adjustblock
here is your original eeprom with gps activated. But in your file checksumm was not correct, so i don't know if modified would be correct

here is your original eeprom with gps activated. But in your file checksumm was not correct, so i don't know if modified would be correct


Attached Files
eeprom_mod.bin.txt
File Type: .txt
Downloaded: 20 times
Size: 5 KB


Urbi et Orbi
Quote this message in a reply
[+] 1 user says Thank You to m5proud for this post
19-01-2023, 16:32 PM,
Post: #25
RE: Changing adjustblock
That's interesting. In my case sysetV850io dump only 2k. Maybe it depend where syset is copied on the HU?
sysetV850io_dump_adjust_0_1792209003.bin.txt
File Type: .txt
Downloaded: 7 times
Size: 1.99 KB


Only BMW services:

Remote coding/programming - E, F, G serie
HDD change, Carplay, Screen mirroring activation
FSC pack - CIC, NBT, NBT EVO, ENTRYNAV2, MGU, KAFAS
Remote reset 8HP ISN F serie
ELV disable for CAS3, 3+
Quote this message in a reply
19-01-2023, 17:43 PM, (This post was last modified: 19-01-2023, 17:45 PM by walkernight88.)
Post: #26
RE: Changing adjustblock
(19-01-2023, 00:34 AM)RomeyRome Wrote:  Swapped eeprom for a brand new one.

Unit booted into bootloader
Switched it into app mode.
EEPROM was still blank.
CAFD was gone in esys.
Coded cafd, stuff got written to eeprom.
Did some GPS FDL coding, some stuff changed in eeprom.

Still don't seem to be getting a gps signal. I'm just testing through tool32.

Like I said, I don't know the point of changing eeprom is, but I'm doing it. lol

sysetV850io only dumps 5k. It's a 64k chip, so I don't know what the rest of it is.

95640 -> 64kilobits -> 8KB. 

Here's a complete dump from mine without GPS from 95640. Or what have you dumped?


"Matthew53
That's interesting. In my case sysetV850io dump only 2k. Maybe it depend where syset is copied on the HU?"

Adjustblock is 2036bytes. So it's correct. He's talking about an eeprom...


Attached Files
95640_EEPROM.bin.txt
File Type: .txt
Downloaded: 22 times
Size: 8 KB


I like Objective-C

https://bmwevofix.com EVO Ram upgrade, gps, NAND, NOR, etc...
Quote this message in a reply
20-01-2023, 22:53 PM,
Post: #27
RE: Changing adjustblock
(19-01-2023, 17:43 PM) walkernight88 Wrote:  
(19-01-2023, 00:34 AM)RomeyRome Wrote:  Swapped eeprom for a brand new one.

Unit booted into bootloader
Switched it into app mode.
EEPROM was still blank.
CAFD was gone in esys.
Coded cafd, stuff got written to eeprom.
Did some GPS FDL coding, some stuff changed in eeprom.

Still don't seem to be getting a gps signal. I'm just testing through tool32.

Like I said, I don't know the point of changing eeprom is, but I'm doing it. lol

sysetV850io only dumps 5k. It's a 64k chip, so I don't know what the rest of it is.

95640 -> 64kilobits -> 8KB. 

Here's a complete dump from mine without GPS from 95640. Or what have you dumped?

Right. I was thinking kBytes, not bits.

How do you get 8k? sysetV850io --eeprom --dump only gives me 5k on old and new 95640s.

I have various 95640s to play with. This particular one is 95640-DWDW4TP/K.
I guess I could solder up o it and read it with external tools,
Quote this message in a reply
21-01-2023, 07:27 AM, (This post was last modified: 21-01-2023, 07:27 AM by RomeyRome.)
Post: #28
RE: Changing adjustblock
(19-01-2023, 12:40 PM) m5proud Wrote:  here is your original eeprom with gps activated. But in your file checksumm was not correct, so i don't know if modified would be correct

How would it get the wrong checksum? I have not edited the eeprom manually. Only through esys.
Quote this message in a reply
21-01-2023, 12:12 PM,
Post: #29
RE: Changing adjustblock
@walkernight88 Ok, it makes sense. I read 95640 with VVDI. So as I understand GPS need to be enabled in eeprom as well as in adjustblock?

95640_EEPROM_nbt_evo_ID4_without_GPS.bin.txt
File Type: .txt
Downloaded: 9 times
Size: 8 KB


Only BMW services:

Remote coding/programming - E, F, G serie
HDD change, Carplay, Screen mirroring activation
FSC pack - CIC, NBT, NBT EVO, ENTRYNAV2, MGU, KAFAS
Remote reset 8HP ISN F serie
ELV disable for CAS3, 3+
Quote this message in a reply
21-01-2023, 18:13 PM,
Post: #30
RE: Changing adjustblock
(21-01-2023, 12:12 PM)Matthew53 Wrote:  @walkernight88 Ok, it makes sense. I read 95640 with VVDI. So as I understand GPS need to be enabled in eeprom as well as in adjustblock?

Someone correct me if I’m wrong, but it seems like eeprom is just fdl coding data…? I just don’t understand why the chip needs to be replaced to enable gps, but it does.
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW need ista 3.55.11 standalone, for changing AGR rate sathunter 7 414 06-03-2024, 23:58 PM
Last Post: wrp_199
XZBMW NBT EVO ID5/6 Changing Adjust Block ferrytan25 6 1,170 20-02-2024, 18:30 PM
Last Post: Limespirit
  NBT EVO changing stations randomly jaramillo 0 232 13-07-2023, 03:08 AM
Last Post: jaramillo
XZBMW Problem in BMW F36 changing typschlussel in FA number7 5 401 07-07-2023, 06:52 AM
Last Post: Siki78
XZBMW changing cas3+ frequency from 315 to 434 mercuris 24 2,153 04-03-2023, 12:38 PM
Last Post: ____ANGEL___
XZBMW E65 Changing voice commands language from german to english rana 11 1,264 30-09-2022, 05:41 AM
Last Post: joz
  2004 E60 changing steering to Servotronic from Hydraulic GoNz0- 5 711 05-09-2022, 12:21 PM
Last Post: GoNz0-
XZBMW trying to flash F10 ZGW-01 after changing it but getting strange error iyade46 3 516 20-07-2022, 18:02 PM
Last Post: Node
  mgu changing car colour Trys2penki 5 811 03-02-2022, 13:27 PM
Last Post: Trys2penki
  Changing vin mevd1724 dme, what is the easiest way without flashing.? willisodhiambo 2 514 11-08-2019, 19:32 PM
Last Post: willisodhiambo

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content