Problem making firmware for Espruinoboard #6391
Replies: 1 comment
-
Posted at 2021-01-27 by @gfwilliams That's odd - looks like you have the right compiler.
There's a script Posted at 2021-01-27 by JumJum I used RELEASE_2V08.
Flashing is done with IDE from local file. To avoid misunderstanding on my side for using the script. I did
Posted at 2021-01-27 by JumJum Tested firmware created with script on Espruino Board from first Kickstarter campaign. Posted at 2021-01-27 by @gfwilliams Ahh! Right, I know the problem. Just build with That's the case for Pico, WiFi, and Original. Posted at 2021-01-27 by JumJum Great, PAD_FOR_BOOTLLOADER made it. Oops, just found one more define in yml-file, DFU_UPDATE_BUILD=1 Posted at 2021-01-28 by @gfwilliams
Probably these two should be merged - there's no reason we couldn't do the same tricks we do for nRF52 (to allow building the bootloader first) with STM32 |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-01-27 by JumJum
Firmware created on my ubuntu server does not work on board.
After flashing from local drive with IDE and reset, all 3 LED are on, and serial port is not found.
Flashing a binary from Espruino/com/binaries, same way, works fine.
My make runs this way, there is no error:
Comparing binaries there is a difference in size.
Mine(espruino_2v08_espruino_1r3) has 214KB and "yours" from binaries folder has 224 KB
Any idea, whats going wrong on my side?
Make for ESP32 works fine, looks like something wrong with my installation for ARM ?
Beta Was this translation helpful? Give feedback.
All reactions