Send release power-down (0xAB) instruction, to revive flash, that might be in power-down state#2130
Send release power-down (0xAB) instruction, to revive flash, that might be in power-down state#2130matsobdev wants to merge 21 commits into
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
0xABinstruction 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.