You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't think of any reason it wouldn't work from there, but we're running code from an area of memory we aren't intended to (it's normally for the flash cache, but isn't yet being used). Maybe the printf function isn't happy to access this area for it's parameters?
Is there a reason why
ets_printf
prints nothing fromrboot-stage2a.c
? It would be nice to have it for debugging purposes.The text was updated successfully, but these errors were encountered: