[TUTORIAL] Add unsupported chip to AsProgrammer #132
Floyd77
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Search for your unsupported chip here:
https://chromium.googlesource.com/chromiumos/third_party/flashrom/+/798d2adc9527f724bc5096a646cf99efdbb6b59e/flashchips.h
Tip: Ctrl+F to search through the list.
I'll take W25Q256JW as example. You'll see this on that list:
#define WINBOND_NEX_W25Q256_W 0x6019 /* W25Q256JW */
Open chiplist.xml located on AsProgrammer folder. I use Notepad++ to edit the file. Search for the brand on the list, in this case "Winbond".
You have to add a new line into that list, following with the example you need to insert this line:
<W25Q256JW_1.8V id="EF6019" page="256" size="33554432"/>
Save and open AsProgrammer, search for it manually, it has to appear on the list and it will be auto detected when you connect the chip to the programmer and click on "Read ID" button.
Notes:
https://convertlive.com/u/convert/mebibytes/to/bytes#32
Beta Was this translation helpful? Give feedback.
All reactions