Xprog 5.5.1 fix xprog-m 5.0 software error and authorization error

Important Note:
I am not stating or encouraging you operate by following the next steps to update from Xprog 5.0 to Xprog 5.5.1 if you do not have knowledge and skills to remove the chip, otherwise it may screw up the chip.
The information provided here are for information only and have no ties
or responsibility with eobd2 supplier, as they were all taken at random
sites on the internet and can be accessed publicly.
Update Xprog 5.0 to Xprog 5.5.1 will solve “Unknown command, software error” and fix authorization error.
Xprog 5.5.1 download:
https://mega.co.nz/#!CYIx2A6a!T5s_8eLwA5Y6AuPjc1l5E6yKCbIPIAr3OoCL8Uv3ajk
Xprog 5.5.1 Update Steps:
You must programmer step by step ,i used with USB-UPA:
1. Erase chip atmega 64
2. Program eeprom , Flash
3. Set Lock bits and fuse bits. Program lock bits, fuse bits.
4. Copy Xprogbox 5.51 to C:\ and run Xprognew.reg
5. Run XprogDesktop.exe and update .
Working ECU after install Xprog 5.5.1:
1.    All works ok cas 2 cas3 read and write in first time
2.    my old xprog-m 5.0 now have the 5.51 version succesfully
installed!, I already tested with Infineon xc23xx, Mac7242, SPI, I2C,
Microwire eeproms, some 9S12, HC11, HC05 and TMS. Works great, verify
error also fixed with update. Before this update I can’t read/write the
HC05H12, now it’s working!. All authorizations activated.

Question:
I have problem with my XPROG. After update 5.5.1, I have all authorization but when I try read or write device I got error “Unknown command. Software error”

Solution: Software must be in c:/ ,update .reg files ,reprogram Atmega 64
1Program EEprom
2 program Flash
3 Lock bits -Program
4 Fuse Bits Program
Question:
I read flash for CAS 3 xprog read it as 2048kb it should 512kb
Solution:
This is normal for xprog. Rosfar on the other side read only 512k and
is correct also. Xprog use the whole range of addresses for this mcu
from 0 to 1FFFFF, despite the fact that only some blocks are used. The
unused blocks are filled with FF. Rosfar use only the blocks that
contains data hence only 512k is produced.
I made a script for upa to convert from one to the other format.
http://down.eobd2.fr/rosfarxprog.zip
You will need to have upa 1.3 installed but no need to be plugged in.
Load your dump in upa and use the script to convert your dump. The
script has 2 choices, convert from rosfar to xprog or convert from xprog
to rosfar, then you must save the converted dump. It is easy to use.
Question:
I had problems with security bits
I’ll try to wake
report results
http://down.eobd2.fr/fuse-brick.pdf
Solution:
To prevent atmega brick do not touch JTAG and SPIEN fuses.
Also this firmware has bugs.
For example,if you got an MCU that hangs on bypass security,when you
press cancel,the windows program is cancelled but the programmer is
still doing bypass security.
To get it out of that bug,you need to disconnect it first,and reconnect again.
Question:
Can I update xprog m with programmer tl866? it’s have atmega64 but I not know how to connect.
Solution:
use in-circuit connection.

TL866 is produced in two options – with and without isp

时间: 2024-10-13 21:33:52

Xprog 5.5.1 fix xprog-m 5.0 software error and authorization error的相关文章

Read Audi ELV/ESL HC908GR16 with Xprog ECU Programmer

ELV AUDI MC68H908GR16 mcu read by Xprog or VVDI Prog, which is faster? 1)Read 908GR16 with Xprog Require xprog version newer than 5.70 (Xprog v5.70, 5.74, 5.84) Connect ELV 908GR16 mcu with Xprog via HC(S)12 BDM adapter In Xprog-m software, select Fr

javase基础入门复习笔记

软件分为 系统软件 windows linux类 (unix)mac(麦金塔).数据库管理系统 unix linux 开源os(open source) 免费 开放 free os operation system ios(iphone operation system) iso 系统镜像文件 应用软件:qq.exe 图形化界面交互(GUI graphic user interface)  命令行交互(cli command line interface) dos 后缀名:doc docx(xm

Redis持久化存储

Redis介绍 Redis 是完全开源免费的,遵守BSD协议,是一个高性能的key-value数据库. Redis 与其他 key - value 缓存产品有以下三个特点: Redis支持数据的持久化,可以将内存中的数据保持在磁盘中,重启的时候可以再次加载进行使用. Redis不仅仅支持简单的key-value类型的数据,同时还提供list,set,zset,hash等数据结构的存储. Redis支持数据的备份,即master-slave模式的数据备份. Redis 优势 性能极高 – Redi

使用freetype来显示中文汉字和英文字符

这里我们用到了freetype.进入官网http://savannah.nongnu.org/download/freetype/ 中下载最新的版本2.7的源代码和文件.freetype-2.7.tar.gz freetype-doc-2.7.tar.gz 首先我们在使用官方提供的程序在pc上运行一下. 在freetype-doc-2.7.tar.gz文件中的docus目录下的tutorial有一个example.c的源文件. example.c: /* example1.c */ /* */

requirejs--源码分析

1 /*---------------------------------------start-------------------------------*/ 2 req({}); // num == 1 跳到 num == 2 3 4 //Exports some context-sensitive methods on global require. 5 each([ 6 'toUrl', 7 'undef', 8 'defined', 9 'specified' 10 ], funct

redis应用之安装配置介绍

一.redis介绍: 1.redis定义: Redis是一个开源的使用ANSI C语言编写.支持网络.可基于内存亦可持久化的日志型.Key-Value数据库,并提供多种语言的API.从2010年3月15日起,Redis的开发工作由VMware主持.redis是一个key-value存储系统.和Memcached类似,它支持存储的value类型相对更多,包括string(字符串).list(链表).set(集合).zset(sorted set --有序集合)和hash(哈希类型).这些数据类型都

php安装出现的部分错误

在CentOS编译PHP5的时候有时会遇到以下的一些错误信息,基本上都可以通过yum安装相应的库来解决.以下是具体的一些解决办法: checking for BZip2 support… yes checking for BZip2 in default path… not found configure: error: Please reinstall the BZip2 distribution Fix: yum install bzip2-devel checking for cURL s

MySQL5.6.12 Waiting for commit lock导致从库hang住的问题剖析

nagios报警,线上一台从库检测不到slave状态,于是远程上去查看问题: 1,show slave status\G卡住: Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> show slave status\G show slave status卡住了,动弹不了,这种情况还是第一次遇到. 2,看w负载无压力: [root@tmp3_72 ~]# w 13:23:31 u

推荐一个优秀的c++源代码,TinyXml2

项目主页:http://grinninglizard.com/tinyxml2docs/index.html tinyxml2.h /* Original code by Lee Thomason (www.grinninglizard.com) This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for an