GithubHelp home page GithubHelp logo

EEPROM can't be found about pcileech HOT 52 CLOSED

ufrisk avatar ufrisk commented on July 23, 2024
EEPROM can't be found

from pcileech.

Comments (52)

ufrisk avatar ufrisk commented on July 23, 2024

Hi,

It's very hard for me to guess whats wrong, but it seems like you tried a lot of variations and that you know what you're doing.

I guess it could be that the hardware is faulty, but I never experienced it myself or know of anyone else that got a DOA.

Maybe you could try the Windows flash driver as well to see if it works better? I'm guessing not, but it might be worth a try.

Best Regards,
Ulf

from pcileech.

Pepitoh avatar Pepitoh commented on July 23, 2024

Hi,

Thanks a lot for your quick answer.
I'm not able to test it on a windows unfortunately but i think result will be the same.

I'm trying to debugging and understand, maybe you could help with few things.

From what I see on my USB3380 / PE3B, here is what i found at of pbar0 + OFFSET_PCIREG_EEPROM_CTL :

[12358.542578] pbar0 and offset EEPROM normaly:
00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00
00 00 00 00 1f 00 00 00 00 00 00 00 00 00 00 00

I never get the value 0x00030000 you are checking in your code.. The two other loops (commented as "Force 1-byte adresses") change the beginning of content bellow with 00 00 60 00 00 and 00 00 a0 00 00... but check with 0x00030000 failed again..

Any idea? Do you have any documentation on the subject? (why checking 0x0003000? do you think I could be able to find this value anywhere else? or if this value has changed on some hardware version?). Is there another way to detect EEPROM on my device? I want to be sure that it's a DOA before send it back far far away ... :-(

Thanks again,

See you.

from pcileech.

ufrisk avatar ufrisk commented on July 23, 2024

Hi,

Can you please check what the DWORDs at bar0+0x1260 (EEPROM status register) and bar0+0x1000 (PCI VID/PID) reads as?

if((*(unsigned int*)(pbar0 + OFFSET_PCIREG_EEPROM_CTL) & 0x00030000) == 0) { basically checks if USB3380 reports EEPROM present, which your case indicates it's not reporting as present, or if there is problems with the bar0 address (why I want to you to check bar0+0x1000 also).

capture

( USB_3380-AA_AB_Data_Book_v1.3.pdf )

from pcileech.

Pepitoh avatar Pepitoh commented on July 23, 2024

Hi,

Here is what I found :
First loop :
[ 639.253574] bar0 + 0x1260 = 0x00000000
[ 639.253577] bar0 + 0x1000 tested 0x338010b5

Second loop :
[ 639.253574] bar0 + 0x1260 = 0x00600000
[ 639.253577] bar0 + 0x1000 tested 0x338010b5

Last loop :
[ 639.253574] bar0 + 0x1260 = 0x00a00000
[ 639.253577] bar0 + 0x1000 tested 0x338010b5

Do you see something wrong?
I can't find the relative pdf (not available on some weird Chinese websites), do you have a link to download it?

Thanks again !

Pepitoh.

from pcileech.

ufrisk avatar ufrisk commented on July 23, 2024

The bar0 is correct, the device reports no EEPROM present.

Are you sure that you purchased the USB3380-EVB mini-PCIe card. If you did that and you get this behaviour something is probably wrong.

This behaviour is however exactly the same behaviour as if you have the normal PCIe form factor PP3380 card without bridging the J3 jumper, that is EEPROM not present. (just asking, even tho stupid question, have to just in case, other ppl mixed up mini-PCIe with standard PCIe before...)

from pcileech.

Pepitoh avatar Pepitoh commented on July 23, 2024

You are right to ask it, I tried so many thing that I'm not sure of anything ...

This is exactly what I bought :
http://www.hwtools.net/jpg/USB3380EVB-PE3B_1.jpg

USB3380 connected to a PE3B (mini PCI to express Card). And Express Card connected to my ExCard port on my laptop like this schema :
http://www.hwtools.net/jpg/USB3380EVB-PE3B_5.jpg

I should have an EEPROM on this kind of product no?

Thanks.

from pcileech.

signal-5 avatar signal-5 commented on July 23, 2024

I think you have to connect the mini-PCIe card directly to the mini-PCIe bus to be able to flash it.
As stated in the readme:
"The board must be connected to the system via PCIe when performing the initial flash."
It can also be flashed through the normal PCIe bus like this: http://www.bplus.com.tw/jpg/USB3380-AA%20EVK_1.jpg
//Sigtrap

from pcileech.

Pepitoh avatar Pepitoh commented on July 23, 2024

Hi @signal-5,

Thanks for the tips.
I tried by plugging USB3380 directly to a mini-PCIe on my laptop, and result is exactly the same :

  • Connected ok, pbar0 ok, able to change LED which means my script is able to contact it.
  • EEPROM ko : exactly the same value as mentionned earlier. As if EEPROM is not present on my USB3380.

I think I will try to order new USB3380, I don't know if the problem could be elsewere...if you have any idea.

Pepitoh.

from pcileech.

ufrisk avatar ufrisk commented on July 23, 2024

Plugging it in via the PE3B ExpressCard adapter should work equally fine, it's how I flashed my usb3380-evb's.

I don't know the error, but the device is reporting that it doesn't have an EEPROM it seems like unfortunately =\

from pcileech.

Dantoes avatar Dantoes commented on July 23, 2024

Have you find a solution?
My device also reports no EEPROM present.

from pcileech.

ufrisk avatar ufrisk commented on July 23, 2024

I suspect hardware error if the USB3380-EVB device (the mini pci express card) reports no EEPROM and both my flash program and the Avago/PLX tools fail on multiple computers.

If using the PP3380 pci express card this is normal behaviour if the J3 jumper is not bridged correctly.

from pcileech.

Pepitoh avatar Pepitoh commented on July 23, 2024

Hi,

@Knowbuddy : Nop, tried everything, still no EEPROM. Where did you buy your USB3380?

Pepitoh

from pcileech.

Dantoes avatar Dantoes commented on July 23, 2024

I tried it with USB3380-EVB and PP3380 (J3 was set ;-)) always the same error.
Also no success with Win8 / Win 10.
Is this possible, that the changed something within the hardware design?
USB3380-EVB and PP3380 are Rev. AB.

@Pepitoh: I bought both at http://www.bplus.com.tw, but this should be the same like http://www.hwtools.net

from pcileech.

Dantoes avatar Dantoes commented on July 23, 2024

Here are some pictures of the hardware:

https://picload.org/image/rcooaodl/img_1828.jpg
https://picload.org/image/rcooaodi/img_1827.jpg
https://picload.org/image/rcooaodw/img_1826.jpg
https://picload.org/image/rcooaoar/img_1825.jpg
https://picload.org/image/rcooaoaa/img_1824.jpg

Anything wrong with it?

BR

from pcileech.

ufrisk avatar ufrisk commented on July 23, 2024

I don't see anything strange with either the PCIe card or the mini PCIe card.

The PCIe card (PP3380) needs to have the J3 connector bridged by a jumper though (missing in your pictures), and it has to always be bridged, both during and after the flashing. If it's not bridged by a jumper you'll experience the no EEPROM problem.

About the USB3380-EVB it looks really normal, the only difference with mine it's that it's from a more recent batch and mbe another manufacturer. Otherwise it's all the same.

If it's not working in Windows please try the linux module as well.

from pcileech.

Pepitoh avatar Pepitoh commented on July 23, 2024

Hi,

Same, I bought both at http://www.hwtools.net, maybe the issue is from their product?
Here is a picture of my USB3380 EVB and adapter ;
https://picload.org/view/rcocgpra/img_0781-copie.jpg.html

Should be working well, I think I will try to buy a new USB3380 on another website. @ufrisk do you have any recommandation?

Thx.

Pepitoh

from pcileech.

urknall avatar urknall commented on July 23, 2024

Same here, not able to flash the USB3380-EVB mini-PCIe card ordered from http://www.bplus.com.tw/ neither windows nor linux. Now we were three...

from pcileech.

ufrisk avatar ufrisk commented on July 23, 2024

Have you tried the Avago/PLX tools as well? Also if you try to run it on another computer as well.

I haven't made any changes in the flash utilities for a while, and since it seems like even the Avago/PLX tools fail I'm inclinded to believe that there might be a hardware issue.

from pcileech.

urknall avatar urknall commented on July 23, 2024

I also tried with the SDK under linux, no eeprom is found...

Though i haven't tried with another machine yet.

from pcileech.

urknall avatar urknall commented on July 23, 2024

Did any of you other guys already get in contact with bplus technology about the problem?

from pcileech.

urknall avatar urknall commented on July 23, 2024

We should all get in contact at least via email: [email protected] and tell them about our problems... Also we can tell them that we are aware that also other people that bought the cards from them have similar problems.

from pcileech.

ecostin avatar ecostin commented on July 23, 2024

Does anybody have schematics of the bplus devices? The links on their site are dead. We could try to determine what is wrong with the EEPROM line. I've got two of the USB3380-EVB and one PP3380 that show the same error.

from pcileech.

urknall avatar urknall commented on July 23, 2024

I don't have unfortunately further documentation. At the weekend i wrote an email to their support and waiting for response. I suggest all other people here with the same problems should write them also.

from pcileech.

Pepitoh avatar Pepitoh commented on July 23, 2024

You are right @urknall, I will do the same, impossible to find any documentation on any website... can't say if we are facing hardware issue or some differences in the ones used by @ufrisk .

from pcileech.

urknall avatar urknall commented on July 23, 2024

Still waiting for an answer from bplus, i haven't asked for documentation though, only described the problem.

from pcileech.

ufrisk avatar ufrisk commented on July 23, 2024

please send me an email, I might have a few old docs around, I don't think they'll help tho. It also seems like bplus sold out on the usb3380-evb again.

from pcileech.

ecostin avatar ecostin commented on July 23, 2024

from pcileech.

0x4d4e avatar 0x4d4e commented on July 23, 2024

Add me to the list of Error: fffffffd :(

[ 1497.501376] PCILEECH FLASH: Module init called.
[ 1497.501379] PCILEECH FLASH: Found USB3380 not flashed as PCILeech.
[ 1497.501536] PCILEECH FLASH: ERROR: Firmware write/verify not successful. Error: fffffffd

lspci

05:00.0 USB controller: PLX Technology, Inc. Device 3380 (rev ab)

USB3380-EVB mini-PCIe card with mPCIe-PCIe adapter, received it this week.

I have only tested it on one PC, but what I gathered in this issue, using other connections or PLX tools won't change anything?

from pcileech.

ufrisk avatar ufrisk commented on July 23, 2024

I don't have a solution to the problem. I suspect they might have had a bad batch. Testing it on a few different computers, and with the original PLX tools might be a good idea though before asking for a replacement.

I've been thinking about ordering a new usb3380-evb myself, but it seems like they are out of stock again.

from pcileech.

urknall avatar urknall commented on July 23, 2024

I was/am on training until next thuesday, so i have no physical access to the hardware at the moment, because it is at work. Did anyone got in contact with bplus about the problem yet or got any reaction?
I wrote them an email a week ago and never got an answer...

from pcileech.

urknall avatar urknall commented on July 23, 2024

Houston, we got a problem:

https://www.broadcom.com/products/pcie-switches-bridges/usb-pci/usb-controllers/usb3380

The product you selected is no longer available.

from pcileech.

ufrisk avatar ufrisk commented on July 23, 2024

que?

to me the link says "Lifecycle Status Active" with lots of product briefs to download. maybe it was something temporary.

Hopefully I'll get my hands on a board with the flashing problems before the weekend. If there is a hardware error obviously I won't be able to do anything about it, otherwise I might be able to figure something out, or at the least test to flash it on a system I knows working.

from pcileech.

urknall avatar urknall commented on July 23, 2024

Now the page is back as before, strange. Must have been really temporary.

Does someone send you already a device?

from pcileech.

Pepitoh avatar Pepitoh commented on July 23, 2024

Any updates? @urknall did you get an answer?

from pcileech.

urknall avatar urknall commented on July 23, 2024

Three weeks passed without an answer, but i was busy and on training etc. End of last week i wrote again an email, still no answer. Today i wrote another email and tried a different email account, got immediately an answer from bplus. there must have been a problem with my other email address...

The card is on the way back to taiwan for RMA.

from pcileech.

ufrisk avatar ufrisk commented on July 23, 2024

Also I've looked at an USB3380-EVB sent to me this weekend and there seems to be a hardware error related to the EEPROM on that board, which should be consistent with the problems in this thread.

As a side note I was also sent a PP3380 board, but that one worked perfectly...

from pcileech.

steinholdo avatar steinholdo commented on July 23, 2024

@urknall: what address did you used?

from pcileech.

ecostin avatar ecostin commented on July 23, 2024

you may want to hold back returning the cards, I've got a guy from Bplus who asked me to "remove R37" and see if it works. I'll give it a try this weekend (not at the office now) and post the results. Probably will not work, but who knows ...

from pcileech.

signal-5 avatar signal-5 commented on July 23, 2024

Can you post a detailed picture of your card?
I have an old working card and I can see R37 marked on it but there is no (obvious) component close to it.

from pcileech.

ecostin avatar ecostin commented on July 23, 2024

Will do, but I'm with a client and I will only be back in the office this weekend. In the meantime this is what Bplus sent me. R37 is the blue one.
default

from pcileech.

signal-5 avatar signal-5 commented on July 23, 2024

We have different hardware, if your board looks like that picture. My components have similar layout, but not the same. My R36 is beneath (south) of U3 (the larger component on your picture (labeled 401 407 * 88)).

from pcileech.

ecostin avatar ecostin commented on July 23, 2024

Removed R37, same error. Guess I'm in for a RMA. If your layout is different, Bplus solution attempt will probably not apply.

image

from pcileech.

ufrisk avatar ufrisk commented on July 23, 2024

They seem to have switched suppliers and re-designed the board in the latest batch. From my very limited tests it looked like they messed up read/write lines between the EEPROM and the 3380 chip and who knows what else :( Hopefully they'll restock with boards from their original supplier as soon as possible.

Meanwhile the PP3380 PCIe board might work, or old used EVB boards if they are possible to come by. Long term I hope to have support for FPGA hardware as well, but that will unfortunately take time and is likely to be bulkier than the 3380.

from pcileech.

steinholdo avatar steinholdo commented on July 23, 2024

Does anybody have an email address, where the bplus support is responding?

from pcileech.

ecostin avatar ecostin commented on July 23, 2024

@steinholdo : pete@
:)

from pcileech.

steinholdo avatar steinholdo commented on July 23, 2024

thank you!

from pcileech.

LuckyPi avatar LuckyPi commented on July 23, 2024

Great info! :(

A couple of months ago I ordered two USB3380-EVBs for work and returned them back to MFactors. They did a "impression", sent them back stating they were good. I ended returning them for a refund as they wouldn't flash. The board layout is different from my personal working one.

Error below:

eep
-- The PLX chip reports no EEPROM present --

Doyou want to proceed [y/n]? y

------ 3380 EEPROM Header ------
Signature : 00 [Invalid]
Load Regs : Yes
Load 8051 Mem: No
Start 8051 : No
Registers : 0 bytes (0 regs)

Any leads on where to buy working hardware or maybe someone would be kind enough to design a working PCB and provide a BOM? I have a rework station I'm diying to test out.

from pcileech.

ufrisk avatar ufrisk commented on July 23, 2024

Yea, the board layout is messed up in the most recent (now withdrawn/sold out) batch of USB3380-EVB. The PP3380 PCIe board should still work though as far as I know.

BPlus have some "schematics" on their page, the links to the pdfs are now broken, but still works if you check them out at archive.org.

from pcileech.

bryanspaulding avatar bryanspaulding commented on July 23, 2024

Since this issue has become something of a "What's the status of the USB3380-EVB?" discussion - I thought this might be relevant.

The Broadcom Specifications page for the USB3380 chip currently lists the lifecycle as "Not Recommended for New Design."

I reached out to Broadcom today asking about the recommended Broadcom replacement and this was the reply I received.

I’m sorry, however, there is no replacement for the USB3380 device. It will run EOL soon - and we don’t have a replacement device. You should likely look into other vendor solutions for such a product.
Thanks,
Mark Medlin

from pcileech.

urknall avatar urknall commented on July 23, 2024

Any updates on this, anything is known about the status of the new batch?

from pcileech.

ufrisk avatar ufrisk commented on July 23, 2024

The batch discussed above had a design flaw and is no longer possible to order it seems like. For now the PP3380 PCIe board is available and will work.

from pcileech.

signal-5 avatar signal-5 commented on July 23, 2024

The PCIe->USB3 board will probably still work ( http://www.bplus.com.tw/Adapter/PP3380-AB.html ) but you will then need adapters to connect it to miniPCIe or M.2. Please note that I have not tried this myself. Maybe the adapter PE4L-PM060A, http://www.hwtools.net/ExtenderBoard/P24S-P24F.html or http://www.hwtools.net/ExtenderBoard/P28S-P28F.html will work so you can connect the PP3380-AB to a PE3B...

from pcileech.

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.