-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload Method #1
Labels
Comments
Do you experience a similar issue with other mbed-enabled boards? |
Yes, longer times ago (more than a year) I have the same issue with mbed lpc1768 board,
but you found a solution with the upload method, not using the mbed disc.
stefan
… Am 21.06.2017 um 22:19 schrieb Ivan Kravets ***@***.***>:
Do you experience a similar issue with other mbed-enabled boards?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#1 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AGJslQCeov1_VoLs7UVWZjeAi6Eq-gcuks5sGXrNgaJpZM4OBaeW>.
|
We use the same method (copying to media disk) for NXP LPC, see https://github.com/platformio/platform-nxplpc/blob/develop/builder/main.py#L138 It seems that disk disappears when new firmware is copied. Honestly, that is correct behavior. Board goes to reboot... |
I tested the same code with my mbed lpc 1768 board, and there is no warning about incorrect unmounting, curious.
I see that the upload code is the same. Another difference is that the wiznet board resets automatic, the mbed lpc1768
needs a manual reset, really curious. I can live with that issue.
stefan
… Am 21.06.2017 um 22:28 schrieb Ivan Kravets ***@***.***>:
We use the same method (copying to media disk) for NXP LPC, see https://github.com/platformio/platform-nxplpc/blob/develop/builder/main.py#L138 <https://github.com/platformio/platform-nxplpc/blob/develop/builder/main.py#L138>
It seems that disk disappears when new firmware is copied. Honestly, that is correct behavior. Board goes to reboot...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#1 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AGJslU4V_L7FpEX_vGPkNxAktoP05SZDks5sGXzkgaJpZM4OBaeW>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that the upload works with copy the firmware file to the mbed disc. On a Mac you
get some message because of unregulary unmounting the board.
It would be better to upload directly via cmsis-dap? like on the mbed lpc1768 board,
this would avoid the unmounting messages of the mbed disc.
The text was updated successfully, but these errors were encountered: