WeACT 8MB Blackpill, mpremote mip install corruption? #13065
Replies: 1 comment
-
Using mpremote appears to resolve this problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Edit title to : WeACT 8MB BlackPill possible SPI FLASH corruption.
On brand-new WeACT Blackpill 8MB boards I can load this firmware:
https://github.com/nspsck/STM32F411CEU6_BlackPill_Micropython/tree/main/firmware/WEACTF411CE8MB
change the filesystem to LFS2 and load up some test files using rshell on a Linux box. All
appears to be good.
I then
mpremote mip install lora-sync
andlora-sx127x
. These end up in/lib/lora
But when I unplug the board and plug it back in there are no files in
/flash
. Also, if I try to usershell
to copy sometest files I get the dreaded:
timed out or error in transfer to remote: b' '
error.As well as the error if I try to re-connect the process stalls at:
Retrieving sysname ... pyboard
for 5-10 seconds, but then appears to complete ...although I have to hit enter to display
/flash
Has anybody had this problem with new WeACT 8MB boards?
Beta Was this translation helpful? Give feedback.
All reactions