Just wanted to share some experiences remaping all the ECUs in my F11 2010 BMW, hopefully other BMW owners can benefit from this.

Order of ENET cable and E-Sys download

My E-Sys ENET cable is ordered from this site for $15.6, with freight included: http://www.eobd2.fr/bmw-enet-ethernet-to-obd-interface-cable-e-sys-icom-coding-f-series.html
. Shipping took longer than I thought, 15 days to my place. I have no problem connecting it to my F11, so no complaints.

I found free E-Sys on a BMW forum. The software and its details can be downloaded from the links below:
http://f30.bimmerpost.com/forums/attachment.php?s=61cf71b0cf508da688b5fa5716b43746&attachmentid=698252&d=1338274757

http://f30.bimmerpost.com/forums/attachment.php?s=61cf71b0cf508da688b5fa5716b43746&attachmentid=698255&d=1338274757

Note: BMW ICOM Rheingold
could be required in ACSM module reflashing. My ICOM is from the same
site with full ICOM A2, B, C and D software. If you do not have one, the
procedure can be done with E-Sys or Tool32.

Order of flashing modules:

When
you flash KOMBI before ZGM and SZL some functions will fail: most
notable Cruise Control and Speed Limiter can no longer be activated. It
makes sense to flash ZGM and SZL first.

After flashing IHKA airconditioning didn't work (hot air instead of cold), this went away after flashing CAS.

Flashing ZGM:
Attemps to flash ZGM failed initially with the following error:

Code:
MCDDiagService id=240900,
job=com.bmw.psdz.jobs.common.MCD3_ActivateProgMode, service=RC_GAC -
RoutineControl GetActualConfig, description=error: timeout,
link=Physical request to ECU with address 0x10>

I found a few other threads mentioning possible solutions which are
•    Use direct connection via gateway url instead of via vin to tcp://ip address of your car:6801 eg tcp://169.254.30.100:6801
•    In Tal Processing | Parameters uncheck "Switch gateway(s) to programming mode"

In
my case both options did not work with E-Sys 3.23.4, I then tried E-Sys
3.24.3 and was able to flash ZGM at the first attempt.

ZGM is around 3 minutes

ACSM module:
After programming operations (flash) on ACSM module the airbag will be
disabled, this is by design. KOMBI and iDrive will report disable
airbag, seatbelts and abs to the driver.

If you read fault memory with BMW ICOM Rheingold you'll see the following error on ACSM:
Code:

Fault description
A fault occurred during transmission of the coding data. The coding data in the control unit are incomplete or faulty.

Condition for fault identification Supply voltage between 9 and 18.5 volts.

Terminal 15 on

Condition for fault memory entry

Action
in service Check whether message faults are stored in the vehicle. If
necessary, run the system analysis test module. Ensure that the latest
version of the program including the current software update is used for
programming. Repeat programming/encoding. If the fault occurs again,
use a different vehicle interface (a different ICOM) and repeat
programming/encoding. If the fault still reoccurs, contact Technical
Support.

Fault effect and breakdown warning

Driver information Check Control message (97): Faulty airbag function

The
airbag indicator light illuminates as soon as the fault is set in the
fault memory, until the fault is deleted. The switched-on period of the
airbag indicator light is at least 4 s.

Service instruction
I followed the Server Plan | Test plan procedure in Rheingold on the ACSM which allowed me to enable the airbag again:

Finally I cleared fault memory and all appears to be well:

After flashing ACSM, the Airbag needs to be locked. This can be done with ICOM or E-Sys or Tool32:

E-Sys Transmitter:

1) Click "External Applications" in the left menu.
2) Click "External Application"
3) Double-click "Transmitter"
4) Double-click "ACSM verriegelung_schreiben"

Tool32:

1) Launch C:\EDIABAS\Bin\TOOL32.EXE
2) Hit F3
3) Load C:\EDIABAS\Ecu\ACSM4.prg
4) In the "Select Job: F01" window, select steuern_verriegelung_schreiben
5) Hit F5
6) "Results" window should show "JOB_STATUS = OKAY"

Remap BMW F11 2010 all ECUs with E-Sys and ENET cable的更多相关文章

  1. How to program BMW KOMBI and NBTwith ENET E sys cable ICOM A2

    This is how to set up Router or DHCP server for BMW KOMBI and NBT programming with Enet e sys cable ...

  2. JavaScript基础复盘补缺

    语法规范 JavaScript严格区分大小写,对空格.换行.缩进不敏感,建议语句结束加':' JavaScript 会忽略多个空格.您可以向脚本添加空格,以增强可读性. JavaScript 程序员倾 ...

  3. 【python原理解析】gc原理初步解析

    python的gc是会用到:引用计数.标记-清除和分代收集,首先说明一下什么是引用计数 可以通过sys模块中的getrefcount()方法获取某个对象的引用计数 python本身的数据类型有基础类型 ...

  4. Visual Studio 2010初学者的调试指南:Mastering Debugging in Visual Studio 2010 - A Beginner's Guide

    Introduction In the software development life cycle, testing and defect fixing take more time than a ...

  5. Visual Studio 2010 快捷键

    Visual Studio 2010 快捷键: CTRL + SHIFT + B 生成解决方案CTRL + F7 生成编译CTRL + O 打开文件CTRL + SHIFT + O 打开项目CTRL ...

  6. VSTO 学习笔记(十)Office 2010 Ribbon开发

    原文:VSTO 学习笔记(十)Office 2010 Ribbon开发 微软的Office系列办公套件从Office 2007开始首次引入了Ribbon导航菜单模式,其将一系列相关的功能集成在一个个R ...

  7. 《Visual C++ 2010入门教程》系列五:合理组织项目、使用外部工具让工作更有效

    原文:http://www.cnblogs.com/Mrt-02/archive/2011/07/24/2115631.html 这一章跟大家分享一些与c++项目管理.VAX.SVN.VS快捷键等方面 ...

  8. 《Visual C++ 2010入门教程》系列六:VC2010常见调试技术

    <Visual C++ 2010入门教程>系列六:VC2010常见调试技术   犹豫了好久,最终还是决定开始这一章,因为我不清楚到底有没有必要写这样的一章,是应该在这里说明一些简单的调试方 ...

  9. 【VS开发】VSTO 学习笔记(十)Office 2010 Ribbon开发

    微软的Office系列办公套件从Office 2007开始首次引入了Ribbon导航菜单模式,其将一系列相关的功能集成在一个个Ribbon中,便于集中管理.操作.这种Ribbon是高度可定制的,用户可 ...

随机推荐

  1. Working with Sprites

    [Working with Sprites] 1.An SKSpriteNode object can be drawn either as a rectangle with a texture ma ...

  2. CISCO3560 VLAN配置实例

    1.注意事项 1.1.交换机启动需要大约4-5分钟: 1.2.网线插入交换机接口从黄变为绿需要大约1-2分钟,即进入正常工作模式: 1.3.建议使用XP系统进行操作,2003默认没有安装超级终端,需要 ...

  3. OracleCommand.CommandText 无效

    OracleCommand insertADataCmd = conn.CreateCommand(); insertBDataCmd.CommandText = SQL OracleParamete ...

  4. Mac配置JAVA_HOME

    首先打开终端,输入/usr/libexec/java_home,看到 /Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home 说 ...

  5. jsp 是什么 ,jsp 隐式对象

    google 搜索 java server page http://www.oracle.com/technetwork/java/javaee/jsp/index.html http://docs. ...

  6. js 中使用工厂方法和构造器方法

    1 直接创建对象 <!DOCTYPE html> <html> <head lang="en"> <meta charset=" ...

  7. STM32 + RT Thread OS 学习笔记[三]

    RTGUI 据说RTGUI是多线程的,因此与RT-Thread OS的耦合度较高,有可能要访问RT-Thread的线程控制块.如果要移植到其它OS,估计难度较大.目前还处于Alpha状态,最终将会包含 ...

  8. jQuery生成全页面的悬浮覆盖层效果(overlay)

    可能在大家开发的过程中,往往需要自己生成一个全页面的覆盖层,以便让用户能够把注意力专注于开发者指定的某一个区域,在这里开发小技巧里,我们使用非常简单的代码生成类似的效果,如下: $("#ov ...

  9. jQuery关于文字内容溢出用点点点(…)省略号表示

    1.jQuery限制字符字数的方法代码很简单,使用也很方便,如下: $(document).ready(function(){//限制字符个数$(“.zxx_text_overflow”).each( ...

  10. Java学习笔记之接口

    一.接口的概念与定义 首先考虑一个简单的接口的定义: public interface Output { int MAX_LINE = 40; void out(); void getData(Str ...