Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flash UID zeros after --force-offline #102

Closed
Tracked by #104
mossmann opened this issue Jul 9, 2024 · 0 comments
Closed
Tracked by #104

Flash UID zeros after --force-offline #102

mossmann opened this issue Jul 9, 2024 · 0 comments
Assignees
Labels

Comments

@mossmann
Copy link
Member

mossmann commented Jul 9, 2024

After running apollo info --force-offline the Flash UID shows up only as zeros in apollo info. Flash UID is displayed correctly again after apollo flash-info, various other 'apollo' commands, or a full device reset.

(venv) mossmann@costard:~/src/cynthion/cynthion/python$ apollo info --force-offline
Detected a Cynthion device!
        Hardware: Cynthion r1.4
        Serial number: RYOYPICMGJJVCIBAEA3DMHQO74
        Firmware version: v1.0.6
        USB API version: 1.1
        Flash UID: 0000000000000000
(venv) mossmann@costard:~/src/cynthion/cynthion/python$ apollo info 
Detected a Cynthion device!
        Hardware: Cynthion r1.4
        Serial number: RYOYPICMGJJVCIBAEA3DMHQO74
        Firmware version: v1.0.6
        USB API version: 1.1
        Flash UID: 0000000000000000
(venv) mossmann@costard:~/src/cynthion/cynthion/python$ apollo flash-info 
Device serial number: RYOYPICMGJJVCIBAEA3DMHQO74
Detected an FPGA-connected SPI configuration flash!
        Manufacturer: Winbond (ef)
        Device: W25Q32DV (ef4016)
        Unique ID: 39731ecba3ac60de

(venv) mossmann@costard:~/src/cynthion/cynthion/python$ apollo info 
Detected a Cynthion device!
        Hardware: Cynthion r1.4
        Serial number: RYOYPICMGJJVCIBAEA3DMHQO74
        Firmware version: v1.0.6
        USB API version: 1.1
        Flash UID: 39731ecba3ac60de

A similar bug affects Cynthion: greatscottgadgets/cynthion#125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants