Skip to content

danielkucera/au9540-flasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This tool can be used for flashing AU9540 smart card reader firmware under linux

Hardware

If your device came without flash (as mine), you can solder standard serial EEPROM 24C02 to your reader to be able to write serial to the device. See pictures folder.

Install

  • sudo pip install pyscard
  • edit /usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist:
    <key>ifdDriverOptions</key>
    <string>0x0001</string> 

Usage

  • prepare bin using original firmware utility or use vnet001.bin in this git
  • read flash: ./fw-tool.py
  • write flash: ./fw-tool.py vnet001.bin
  • write flash and change serial to vnet010: ./fw-tool.py vnet001.bin vnet010

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages