Giter Site home page Giter Site logo

Comments (6)

vdudouyt avatar vdudouyt commented on May 12, 2024

Hi,

That looks to be fixed by #47d4e33 (thanks to Lubomir). Could you give a try again?
Looking forward to hear from you.

Valentin

from minipro.

z-op avatar z-op commented on May 12, 2024

minipro -i -p "atmega16a" -c config -r atmega16a.fuses
Found Minipro TL866A v3.63.2
IO error: expected 8 bytes but 5 bytes transferred

same with atmega32
over zif socket fuses reads fine.

from minipro.

danilorcesar avatar danilorcesar commented on May 12, 2024

Hi,

I have the following error message:

minipro -p W25Q16BV -r teste.bin
Found Minipro TL866A v3.72.2
IO error: expected 8 bytes but 5 bytes transferred

Can you help me?
Regards,

from minipro.

elosha avatar elosha commented on May 12, 2024

Could be caused by potentially buggy programmer information in our devices.h. If so, it would cause a difference between the number of fuse bytes we expect (correct) and what we instruct the programmer to deliver (incorrect, but also intransparent).

Evidence: Similar issue existed in the original Windows tool until 2015-06-12, changelog of version 6.16:

Fix:some ATMEGA8 Fuse bits Program

In this case, one would need to extract updated device info from a recent Windows tool. (Where did devices.h originally came from?)

Similar: #44

from minipro.

DavidGriffith avatar DavidGriffith commented on May 12, 2024

@elosha I just now emailed @vdudouyt asking where devices.h came from.

from minipro.

chenz avatar chenz commented on May 12, 2024

The device database must have been reverse engineered from InfoIC.dll from the windows software. I have also been looking into it. One cannot read the tables straight from the dll though, because parts of them are populated by code at runtime. I think it might be easiest to write a small windows tool that loads the dll and dumps the tables. I might try to do that next.

More info here: http://www.nullsecurity.org/article/minipro_reverse_engineering_the_infoic_dll (see the comments - they dumped the populated tables from a memory snapshot taken in a debugger).

from minipro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.