-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Send release power-down (0xAB) instruction, to revive flash, that might be in power-down state #2130
base: develop
Are you sure you want to change the base?
Conversation
Send release power-down (0xAB) instruction, to revive flash, that might be in power-down state
Send release power-down (0xAB) instruction, to revive flash, that might be in power-down state
Should this be gated behind a |
Sounds like a right direction. Is there a naming scheme to follow? |
Naming scheme is generally |
Add `PICO_BOOT_STAGE2_FLASH_RELEASE_POWERDOWN` definition, to conditionally execute `0xAB` command
Add `PICO_BOOT_STAGE2_FLASH_RELEASE_POWERDOWN` definition, to conditionally execute `0xAB` command
Add `PICO_BOOT_STAGE2_FLASH_RELEASE_POWERDOWN` definition, to conditionally execute `0xAB` command
Conditionally (using `PICO_BOOT_STAGE2_FLASH_RELEASE_POWERDOWN`) send release power-down (0xAB) instruction, to revive flash, that might be in power-down state
Conditionally (using `PICO_BOOT_STAGE2_FLASH_RELEASE_POWERDOWN`) send release power-down (0xAB) instruction, to revive flash, that might be in power-down state
Conditionally (using `PICO_BOOT_STAGE2_FLASH_RELEASE_POWERDOWN`) send release power-down (0xAB) instruction, to revive flash, that might be in power-down state
Conditionally (using `PICO_BOOT_STAGE2_FLASH_RELEASE_POWERDOWN`) send release power-down (0xAB) instruction, to revive flash, that might be in power-down state
Add `PICO_BOOT_STAGE2_FLASH_RELEASE_POWERDOWN` definition, to conditionally execute `0xAB` command
I've updated it, extended to RP2040, but now it is not picking up |
Fixing copy-paste glitch
Fixing copy-paste glitch
Review change of `PICO_BOOT_STAGE2_FLASH_RELEASE_POWERDOWN`
Review change of `PICO_BOOT_STAGE2_FLASH_RELEASE_POWERDOWN`
Less guards
Less guards
Less guards
Less guards
Less guards
Less guards
Less guards
Now I know, why
Maybe very beginning of chapter 5. of https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-c-sdk.pdf requires then a word about PS. |
It doesn't have much documentation yet, but |
Yes,
since |
It fixes #2111 of RP2350, by adding
0xAB
instruction before communicating with flash device, ex. when restarting from flash bypowman
. Flash might be put in power-down state before and will only respond to0xAB
.