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

NBT EVO Bench setup
16-04-2022, 19:55 PM,
Post: #1
XZBMW  NBT EVO Bench setup
Hi,

I need help/information on how to make NBT EVO from a G30 turn the screen on on bench.
I'm connecting as flow:

A ZGW2-4sk to HU via k-can2 HU connected to CID screen also connected ZBE3 (touch)
I reflashed the ZGW with same vin as HU. ZGW connected to enet cable.

I can see and code HU in esys. I can see and diagnos HU and ZGW in ista. But the screen still black. Can not see the ZBE3 (touch) on esys and It does not light.

I could run the R,G,B test on the screen in ista and the screen works fine. I use an Arduino CAN bus code to wakeup the HU and the ZGW.
Can see on ampere meter when they went wake and sleep. Otherwise I would not be able to communicate with them via esys vs ista. 

I tried to connect the 


What I am missing here?

These are the commands I used. I tried other commands but same result. the HU and ZGW are wake but screen still black.



Using these two commands every 500 ms.

<
 message1.can_id = 0x130; //formatted in HEX

   message1.can_dlc = 5; //formatted in DEC
   message1.data[0] = 0x45;
   message1.data[1] = 0x40;
   message1.data[2] = 0x22; //formatted in HEX
   message1.data[3] = 0x8F;
   message1.data[4] = 0xFE;

   message2.can_id = 0x12F; //formatted in HEX
   message2.can_dlc = 8; //formatted in DEC
   message2.data[0] = 0x37;
   message2.data[1] = 0x7C;
   message2.data[2] = 0x8A;
   message2.data[3] = 0xDD; //formatted in HEX
   message2.data[4] = 0xD4;
   message2.data[5] = 0x05;
   message2.data[6] = 0x33;
   message2.data[7] = 0x06;
>

*****UPDATE 20/04/2022******
Finaly I got the screen lights up, thanks for DEJMIEN for the code hint.
Bluetoothe could not startup untils I coded <ENT_MODE_CONNECTIVITY to aktiv>.
Found out that the controller (ZBE4) wakes just if I press the buttons not rotating the dail. After pressing any button the dial works and gos sleep after 3 seconds. Wakes up everytime I press any button. Even start shows on esys but still dissapper if I stop pressing the buttons.

******UPDATE 26/04/2022******
Tried to flash the HU. Something seams to be wrong with OABR between HU and ZGW.
Only way that alloed me to flash it via ethernet is to remove the wiring between HU and ZGW. Make a enet cable to OABR.
Connect OABR,ZGW,PC to a router.
Still need the OABR to ZGW to work to use feature installer....
Quote this message in a reply
16-04-2022, 22:58 PM,
Post: #2
RE: NBT EVO Bench setup
Just code conventional clamp in esys or via SSH. Btw you no need to change vin on zgw when you using bench.

• EGS7/7DCT300 ISN RESET REMOTE •
• KaFAS4 (MID/HIGH) MRR, RAM VIRGIN REMOTE •
• NBTevo/ENTRYNAV2/MGU VIRGIN/PATCH •
• HDD -> SSD NBT/NBTevo/MGU
• CARPLAY NBTevo/EN2/MGU •
• FULL FSC PATCH/RETROFIT CIC, EN2,NBT, NBT2, MGU, •
• REMOVE CP --> NBTEVO ID4&6/Entrynav2/MGU •
UK BASED!
Quote this message in a reply
16-04-2022, 23:07 PM, (This post was last modified: 16-04-2022, 23:18 PM by alsamaraee.)
Post: #3
RE: NBT EVO Bench setup
(16-04-2022, 22:58 PM)DEJMIEN Wrote:  Just code conventional clamp in esys or via SSH. Btw you no need to change vin on zgw when you using bench.

Hi,

Thank you for answering. Can you explain please "code conventional clamp in esys"?

Here are some pictures


Attached Files Thumbnail(s)
               
Quote this message in a reply
18-04-2022, 16:17 PM,
Post: #4
RE: NBT EVO Bench setup
(16-04-2022, 23:07 PM)alsamaraee Wrote:  
(16-04-2022, 22:58 PM)DEJMIEN Wrote:  Just code conventional clamp in esys or via SSH. Btw you no need to change vin on zgw when you using bench.

Hi,

Thank you for answering. Can you explain please "code conventional clamp in esys"?

Here are some pictures

Code FDL via esys or ssh Vehicle_state_concept set to conventional_clamp if evo is from G series.

• EGS7/7DCT300 ISN RESET REMOTE •
• KaFAS4 (MID/HIGH) MRR, RAM VIRGIN REMOTE •
• NBTevo/ENTRYNAV2/MGU VIRGIN/PATCH •
• HDD -> SSD NBT/NBTevo/MGU
• CARPLAY NBTevo/EN2/MGU •
• FULL FSC PATCH/RETROFIT CIC, EN2,NBT, NBT2, MGU, •
• REMOVE CP --> NBTEVO ID4&6/Entrynav2/MGU •
UK BASED!
Quote this message in a reply
[+] 1 user says Thank You to DEJMIEN for this post
18-04-2022, 20:44 PM, (This post was last modified: 18-04-2022, 21:34 PM by alsamaraee.)
Post: #5
RE: NBT EVO Bench setup
Thank you DEJMIEN,
Will try.

Johooo
Now the screen lights up. Next-> what am I missing to make the zbe with/without touch working? Nothing happens when I rotate it neither the buttons.
Quote this message in a reply
20-04-2022, 10:38 AM,
Post: #6
RE: NBT EVO Bench setup
Finaly I got the screen lights up, thanks for DEJMIEN for the code hint.
Bluetoothe could not startup untils I coded <ENT_MODE_CONNECTIVITY to aktiv>.
Found out that the controller (ZBE4) wakes just if I press the buttons not rotating the dial. After pressing any button the dial works and gos sleep after 3 seconds. Wakes up everytime I press any button. Even start shows on esys but still dissapper if I stop pressing the buttons.
Quote this message in a reply
24-04-2022, 09:08 AM,
Post: #7
RE: NBT EVO Bench setup
Now the big question. How to flash?
As i menstioned I have the hu-evo2 connected to ZGW2-4sk via can-bus. I made even ethernet cable to OARB connector but not wired to ZGW.
Tried to flash but get error C207.
What FA and I-steps should I use are they from the G-series that the HU come from or the one from my car F11(jan-2012)?
Should I connect as G/F?

<
TAL execution started.
ExecutionID=2022/04/24-11:03:31.152
[] prepareTALExecution started [PROGRESS]
[] prepareTALExecution finished [PROGRESS]
[] prepareVehicleForFlash started [PROGRESS]
[] prepareVehicleForFlash finished [PROGRESS]
MCDDiagService<id=230900, job=com.bmw.psdz.jobs.common.MCD3_ActivateProgModeCascade, service=DSC - DiagnosticSessionControl, description=error: timeout, link=HU_NBT2_63_ETHERNET_63> [DIAGSERVICE]
MCDDiagService<id=230900, job=com.bmw.psdz.jobs.common.MCD3_ActivateProgModeCascade, service=DSC - DiagnosticSessionControl, description=error: timeout, link=HU_NBT2_63_ETHERNET_63> [DIAGSERVICE]
MCDDiagService<id=230900, job=com.bmw.psdz.jobs.common.MCD3_ActivateProgModeCascade, service=DSC - DiagnosticSessionControl, description=error: timeout, link=HU_NBT2_63_ETHERNET_63> [DIAGSERVICE]
MCDDiagService<id=242900, job=com.bmw.psdz.jobs.common.MCD3_ActivateProgModeCascade, service=RC_SDB - RoutineControl SetDefaultBus, description=error: timeout, link=HU_NBT2_63_ETHERNET_63> [DIAGSERVICE]
[] Activate programming mode was not successful for: ECUId:HU_NBT2_0x63 [WARN]
[] ECUId:HU_NBT2_0x63 not accessible cause could not be switched to parallel programming mode [WARN]
[HU_NBT2 - 63] ECUId:HU_NBT2_0x63 not accessible cause could not be switched to parallel programming mode [THROWABLE]
[] ECUId:HU_NBT2_0x63 not accessible cause could not be switched to parallel programming mode [WARN]
[] finalizeVehicleFlash started [PROGRESS]
[] finalizeVehicleFlash finished [PROGRESS]
[] prepareVehicleForCoding started [PROGRESS]
[] prepareVehicleForCoding finished [PROGRESS]
[] finalizeVehicleCoding started [PROGRESS]
[] finalizeVehicleCoding finished [PROGRESS]
[] finalizeTALExecution started [PROGRESS]
[] finalizeTALExecution finished [PROGRESS]
TAL execution finished [TAL_EXECUTION_FINISHED]
TAL-Execution finished with status: "FinishedWithError". [C207]
TAL execution finished. Duration: "2min 13s". [C206]

Read SVT after TAL execution started.
Read SVT after TAL execution finished.
>
This is the log when I flshing via zgw. Get the blue screen on the HU and then reboot.
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Anti-theft code does not work on bench naderlouis 2 170 28-02-2024, 12:36 PM
Last Post: thirumal1
1Man IVECO Stralis Navi Connection on bench IVEconnect eFighter 2 1,151 23-11-2022, 12:39 PM
Last Post: Trebor
HLumbargini Clarion PU-2859A test bench Teitek 0 613 12-11-2022, 08:37 AM
Last Post: Teitek
  rns-e 193g radio code entry on bench not possible ??? century-voyager 0 592 09-09-2022, 06:32 AM
Last Post: century-voyager
XZBMW Flashing NBT Evo on Bench ady_e_n 6 3,684 24-04-2022, 09:38 AM
Last Post: alsamaraee
  Mib 1 / Mib 2 on bench absetup 5 1,940 30-10-2019, 10:20 AM
Last Post: absetup
  Coding ccc with bench Kiko77 5 2,038 27-05-2019, 04:08 AM
Last Post: trawqu
PPeugeot Bench navigator Peugeot 5008 alclot 0 563 03-04-2019, 10:25 AM
Last Post: alclot
ZVW RCD 510 death after reading code on bench Nec + 95128 Jester 2 1,243 31-03-2019, 09:02 AM
Last Post: Jester
  Rns 510 code .. can't to on bench Jester 3 1,239 19-02-2019, 10:51 AM
Last Post: Codieren

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content