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

Programming KOMBI and NBT fails on F series
08-04-2016, 12:45 PM,
Post: #81
XZBMW  RE: Programming KOMBI and NBT fails on F series
(04-04-2016, 11:18 AM)dracon Wrote:  
(04-04-2016, 06:03 AM)winter Wrote:  
(03-04-2016, 12:19 PM)dracon Wrote:  
(03-04-2016, 05:59 AM)Terabyte Wrote:  I know that flashing NBT with ENET and Esys works.

But I wanna try to flash with ISTA/P like the BMW Dealer does it.

For the DHCP Server, does it mean I have to connect the ENET Cable to a router and the Computer too?

Gesendet von meinem Nexus 5X mit Tapatalk

http://cartechnology.co.uk/showthread.ph...#pid147928

I posted the solution literally two posts above your original post. You don't need a router, but you do need a DHCP server on the ethernet interface on your laptop.

The problem is that either the ENET or ICOM interface doesn't get an IP to start programming when those modules are flipped into boot loader mode. So they basically time out and abort programming.

DHCP Server works the same with ENET or ICOM, it'll hand out IP addresses to all the devices connected to the Ethernet port and inside the vehicle.

Dear dracon:

You said "DHCP Server works the same with ENET or ICOM",could you program MOST modules by ENET cable +DHCP server?I was sure ICOM+DHCP server totally support MOST programming,but for ENET cable couldn't recongnize the VIN.

If you said ENET+DHCP server is valid for MOST programming,How to setup?is it same with ICOM?please give me detailed information.thx a lot!

F-Series vehicles only program via ENET, there's no MOST port on a F-Series vehicle to connect to. If a module needs to be programmed via MOST, the ZGW handles communication from ENET to MOST.

Dear dracon:

From F01 LCI ZGM wasn't in the MOST,so it couldn't assign IP for MOST and couldn't programming these modules.Router and DHCPSVR could solve this issue for ICOM interface,but for ENET cable,I tried several times and failed.If you are sure ENET cable+DHCPSVR+ISTA/P loader can programming for MOST,please tell me how to do it.thx in advance.
Quote this message in a reply
08-04-2016, 17:14 PM,
Post: #82
RE: Programming KOMBI and NBT fails on F series
(03-04-2016, 19:58 PM)dracon Wrote:  
(03-04-2016, 13:18 PM)Terabyte Wrote:  
(25-03-2016, 07:07 AM)dracon Wrote:  1) Set a static IP on the Ethernet (not wireless) interface - I use 192.168.254.1
2) Install DHCP server (www.dhcpserver.de)
3) Configure DHCP server to listen on the Ethernet interface
4) Click on the buttons to set firewall ports and run as service
5) Connect up your ICOM and it'll get a DHCP address from the DHCP server

So what IP-Pool did you set in DHCP Server programm?
If you set nothing it will be 0.0.0.1 - 255

I left it as is. Since it's a direct connection it doesn't matter. Although it will be assigning IPs to all the various devices on the vehicle network so I'd just leave it alone.

I tried it today, but it doesn´t work.

Maybe it has something to do with the ISTA P Loader or it´s configuration.

This is my dhcpserver.ini

[SETTINGS]
IPPOOL_1=169.254.1.1-255
IPBIND_1=0.0.0.0
AssociateBindsToPools=1
Trace=1
DeleteOnRelease=0
ExpiredLeaseTimeout=3600

[GENERAL]
LEASETIME=86400
NODETYPE=8
SUBNETMASK=255.255.0.0
NEXTSERVER=0.0.0.0
ROUTER_0=0.0.0.0

[DNS-SETTINGS]
EnableDNS=0

[TFTP-SETTINGS]
EnableTFTP=0
ROOT=C:\Users\BYTE\Desktop\dhcpsrv2.5.1\wwwroot
WritePermission=0

[HTTP-SETTINGS]
EnableHTTP=0
ROOT=C:\Users\BYTE\Desktop\dhcpsrv2.5.1\wwwroot
Quote this message in a reply
09-04-2016, 07:45 AM,
Post: #83
XZBMW  RE: Programming KOMBI and NBT fails on F series
Hi, try this dhcpsrv.ini

Set on an Ethernet card IP address and subnet mask:
192.168.254.1
255.255.255.0

Start dhcp server on notebook and then connect ICOM and turn on 12V. Icom at startup get IP adress from the DHCP server.

MiPeyes

[SETTINGS]
IPPOOL_1=192.168.254.33-254
IPBIND_1=192.168.254.1
AssociateBindsToPools=1
Trace=1
DeleteOnRelease=0
ExpiredLeaseTimeout=3600

[GENERAL]
LEASETIME=86400
NODETYPE=8
SUBNETMASK=255.255.255.0
NEXTSERVER=192.168.254.1
ROUTER_0=0.0.0.0

[DNS-SETTINGS]
EnableDNS=0

[TFTP-SETTINGS]
EnableTFTP=0
ROOT=C:\DhcpSrv\wwwroot
WritePermission=0

[HTTP-SETTINGS]
EnableHTTP=1
ROOT=C:\DhcpSrv\wwwroot
Reputation: +1 - 320ed [+1]
Quote this message in a reply
[+] 12 users say Thank You to mipe for this post
09-04-2016, 07:52 AM,
Post: #84
RE: Programming KOMBI and NBT fails on F series
Ok. Thank you. I will try.

But I don´t have ICOM. I use ENET Cable.

Is it the same config?
Quote this message in a reply
09-04-2016, 07:57 AM,
Post: #85
XZBMW  RE: Programming KOMBI and NBT fails on F series
The settings should be the same for ENET. I just tried it with ICOM.
After starting the DHCP server on the laptop then connect the Enet cable to car.
Quote this message in a reply
09-04-2016, 07:58 AM,
Post: #86
RE: Programming KOMBI and NBT fails on F series
You also use ISTA P Loader 4.8?
Quote this message in a reply
09-04-2016, 08:23 AM,
Post: #87
XZBMW  RE: Programming KOMBI and NBT fails on F series
Yes. ICOM and Beemerboy Loader v4.8hi

But I think that the loader has nothing to do. On the web interface dhcp server (http://127.0.0.1) to check whether a car leased IP address from DHCP server.

MiPe
Quote this message in a reply
09-04-2016, 08:26 AM,
Post: #88
RE: Programming KOMBI and NBT fails on F series
Ok. Thanks.

I will give it a try
Quote this message in a reply
09-04-2016, 10:07 AM,
Post: #89
RE: Programming KOMBI and NBT fails on F series
So I tried it, but it doesn´t work.

ZGW Search can not find the car with these settings...
Quote this message in a reply
10-04-2016, 14:06 PM,
Post: #90
XZBMW  RE: Programming KOMBI and NBT fails on F series
(09-04-2016, 10:07 AM)Terabyte Wrote:  So I tried it, but it doesn´t work.

ZGW Search can not find the car with these settings...

Yes.I tried several times by manual enter VIN,but couldn't programming by ENET cable+DHCPSVR.and nobody can give an information of how to set up if this combination is valid for car programming.
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to code hands free driver assistant (G-series) btvaleks 21 5,644 14-05-2024, 07:27 AM
Last Post: btvaleks
XZBMW using Inpa for f series hero3838 1 157 07-05-2024, 04:26 AM
Last Post: Stratofortress
  F25 5AS,8th and 5AC coding with 6wb kombi simplextibi 1 92 04-05-2024, 06:37 AM
Last Post: Stratofortress
  dissable RDC on G series ? xMoses 6 261 02-05-2024, 08:48 AM
Last Post: Node
  BMW F40 (1 series) no FZD module Ibrahim24 5 200 01-05-2024, 19:27 PM
Last Post: Siki78
XZBMW G12 used Kombi 35128WT palapas1974 14 597 29-04-2024, 17:54 PM
Last Post: johann74270
XZBMW E60 M5 KOMBI cruise control bmwfnatic 4 201 29-04-2024, 09:51 AM
Last Post: bmwfnatic
XZBMW Difference 677 vs. 688 F series ? AlpinWeiss2k18 8 478 16-04-2024, 19:55 PM
Last Post: sebastianfernandes
  Making F-series combox work in e-series Ryn079 5 654 11-04-2024, 15:03 PM
Last Post: wrp_199
XZBMW Lost Navigation - aircon wont turn off 2016 BMW 2 series DannyDans435 6 300 08-04-2024, 08:45 AM
Last Post: painsage

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content