how to update the system firmware by the file replacement remotely

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
liuluan002
Posts: 1
Joined: Mon Jan 20, 2020 11:36 am

how to update the system firmware by the file replacement remotely

Post by liuluan002 » Mon Jan 20, 2020 11:42 am

If I am using a 2G module to make the STM32 pyboard online through the UART, also STM32 can talk with the server, how could I update the firmware in STM32 remotely? In another word, how could I update the firmware by the UART to the STM32 with the UART connected only?

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: how to update the system firmware by the file replacement remotely

Post by jimmo » Wed Jan 22, 2020 12:31 am

Hi,

When you say "firmware" do you mean your MicroPython code (i.e. the .py files on the filesystem) or the actual MicroPython firmware (i.e. update from v1.11 -> v1.12).

skylin008
Posts: 88
Joined: Wed Mar 11, 2015 6:21 am

Re: how to update the system firmware by the file replacement remotely

Post by skylin008 » Sun Nov 29, 2020 1:14 pm

Yes,right! @jimmo

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: how to update the system firmware by the file replacement remotely

Post by Roberthh » Sun Nov 29, 2020 2:44 pm

Answering a logic OR question with "Yes" does not reveal much information.

Post Reply