1
Open Bench Logic Sniffer / Re: Trouble upgrading flash rom
Ultimately I'ld like to be able to place custom FPGA cores on the board (and maybe make some improvements?)
[quote author="sre71"]
....
Anyway, do you know this?:
http://dangerousprototypes.com/forum/viewtopic.php?f=23&t=7344
[/quote]
Yes I saw that thread, I've followed the Linux instructions and compiled the latest version from the github repository but I'm still get those bytes read incorrectly from the flash rom.
I don't think it's a Linux software problem since the JEDEC id is consistently being read incorrectly and from examining the PIC source code the id is being read by the PIC code and sent to ols-loader code. Which gives me a thought I could step through the Linux code in a debugger and check that the bytes reported are coming from the device.
[quote author="sre71"]
I believe the JEDEC is wrong due the lack in something during the upgrade, perhaps the jumper between PGC and PGD pins.
I'm not sure though, sorry.
Hoping that can help.
Regards,
sre71[/quote]
Well it has always been wrong from my first attempt and well before ever placing the jumper to get the bootloader running. So don't think there was any "lack" in the upgrade. It looks like something is wrong with the board to me since the JEDEC id isn't being read correctly by the PIC firmware.
My next attempt would be to read/program the ROM directly but I need extra tools for that...