Modifications

Sauter à la navigation Sauter à la recherche
84 octets ajoutés ,  22 mai 2016 à 19:30
Ligne 55 : Ligne 55 :  
Upload the {{fname|mcuimg.bin}} file to: {{fname|/flash/sys/mcuimg.bin}} it will take around 6s. You won’t see the file being stored inside /flash/sys/ because it’s actually saved bypassing the user file system, so it ends up inside the internal hidden file system, but rest assured that it was successfully transferred, and it has been signed with a MD5 checksum to verify its integrity. Now, reset the WiPy by pressing the switch on the board, or by typing:
 
Upload the {{fname|mcuimg.bin}} file to: {{fname|/flash/sys/mcuimg.bin}} it will take around 6s. You won’t see the file being stored inside /flash/sys/ because it’s actually saved bypassing the user file system, so it ends up inside the internal hidden file system, but rest assured that it was successfully transferred, and it has been signed with a MD5 checksum to verify its integrity. Now, reset the WiPy by pressing the switch on the board, or by typing:
   −
<nowiki>>>> import machine
+
<syntaxhighlight lang="python">
 +
>>> import machine
 
>>> machine.reset()</nowiki>
 
>>> machine.reset()</nowiki>
 +
</syntaxhighlight>
    
Software updates can be found in: [https://github.com/wipy/wipy/releases https://github.com/wipy/wipy/releases] ('''Binaries.zip'''). It’s always recommended to update to the latest software, but make sure to read the release notes before.
 
Software updates can be found in: [https://github.com/wipy/wipy/releases https://github.com/wipy/wipy/releases] ('''Binaries.zip'''). It’s always recommended to update to the latest software, but make sure to read the release notes before.
Ligne 64 : Ligne 66 :  
In order to check your software version, do:
 
In order to check your software version, do:
   −
<nowiki>>>> import os
+
<syntaxhighlight lang="python">
 +
>>> import os
 
>>> os.uname().release</nowiki>
 
>>> os.uname().release</nowiki>
 +
</syntaxhighlight>
    
If the version number is lower than the latest release found in the [https://github.com/wipy/wipy/releases releases], go ahead and update your WiPy!
 
If the version number is lower than the latest release found in the [https://github.com/wipy/wipy/releases releases], go ahead and update your WiPy!
29 917

modifications

Menu de navigation