Sinapse-Energia / bootloader-stm32

Contains the code of the bootloader for Sinapse Devices based on stm32 chips
7 stars 5 forks source link

[Cortex M4 - Commboard ALL - ETH] Is the access to NTP necessary to download the new firmware correctly? #29

Open ralcaide opened 6 years ago

ralcaide commented 6 years ago

In a real installation with Commboard V2p1 we are trying to update the a device where the NTP server is not accessible. It seems that the upgrade is not done properly. In other devices in the same installations but with NTP access is working good

Is maybe related with this lack of NTP access?.

The bootloader should work always, also without NTP access.

ghost commented 6 years ago

As I checked the code NTP can be used in GPRS but in current version of code it is commented (Cmdflows.c line 146)

ralcaide commented 6 years ago

I'm speaking about ETH. Is the NTP server used for something downloading the FW through USR (ETH)?

ghost commented 6 years ago

In bootloader no