-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Help with hard debrick :) #8
Comments
Hi @sec To recover your device, you don't have to desolder the shield. Instead you can use the SPI pins to reprogram the flash. Just note you'll need to copy the entire flash from another, working Omega2+ in order to have an image to flash. Check out this post on the Onion community forum for details about writing directly to the flash: https://community.onion.io/topic/5011/spi-flash-image-generation/4 Good luck! |
Thanks for the tip. I've already ordered second unit, just in case. But to make this one alive. Looking at Omega2+ pinout, I see 4 SPI pins to connect, two questions:
The link you gave is about 2S+ and my unit is Omega2 Plus :) |
VDD_FLASH is only exposed on the Omega2S/2S+, it provides power only to the flash. Hmm, you may not be able to write directly to the flash on the through-hole Omega2/Omega2+. If you provide power to the 3.3V pin then the CPU will occupy the SPI lines. I'll double check on this and get back to you
Either/both. Theyre connected! |
Yes, after more reading/learning I see that there is no CS0 exposed on Omega2+ and there's no VDD_FLASH exposed also... So it's by design unable to reflash uboot without opening RF shielf and getting to the pins of the flash directly :( |
@sec Yes you're correct, I had forgotten about CS0, my mistake. |
Hi,
I've been playing around with mine Omega2p+ and had erased u-boot (performed cp.uboot without loading anything to write) - so I assume it zero'ed first 4 bytes of u-boot, looking at the output.
Now device don't boot, serial output is blank, on power connect, the led on expansion dock blink for a while, then it's off.
Is there any way to debrick, maybe boot from microsd card or reflash u-boot without desoldering shield and reprogramming flash directly on the board?
The text was updated successfully, but these errors were encountered: