Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:netzer:boot2 [2011/12/19 12:23] – external edit 127.0.0.1 | en:netzer:boot2 [2025/06/11 20:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 6: | Line 6: | ||
The Intel hex file of the bootloader for installing (in case of accidentally deletion or malicious installation): | The Intel hex file of the bootloader for installing (in case of accidentally deletion or malicious installation): | ||
+ | |||
<WRAP center round download 60%> | <WRAP center round download 60%> | ||
- | | + | |
</ | </ | ||
Here is a list of already published releases: | Here is a list of already published releases: | ||
+ | |||
<WRAP center round download 60%> | <WRAP center round download 60%> | ||
- | * {{: | + | |
- | * {{:bins:111014_netzer.tar.gz|Version 1.3 Build 132 (Release 2011-04-25)}} | + | * {{: |
- | * {{:bins:110425_netzer.tar.gz|Version 1.3 Build 129 (Release 2011-04-13)}} | + | * {{: |
+ | * {{: | ||
+ | * {{: | ||
+ | | ||
+ | * {{:bins:110425_netzer.tar.gz|Version 1.3 Build 132 (Release 2011-04-25)}} | ||
+ | * {{:bins:110413_netzer.tar.gz|Version 1.3 Build 129 (Release 2011-04-13)}} | ||
* {{: | * {{: | ||
* {{: | * {{: | ||
- | * {{: | + | * {{: |
- | * {{: | + | * {{: |
</ | </ | ||
+ | |||
+ | The Releases can be flashed without programming device if bootloader is installed. It is described in the next section. The IntelHex files also can be programmed directly into the microcontroller with an external programmer device like ICD. | ||
+ | |||
===== Updates in operation mode ===== | ===== Updates in operation mode ===== | ||
- | The update is done with a PC via the network. The hex file should be stored to hard disk before. The file is transfered to the Networker | + | The update is done with a PC via the network. The hex file should be stored to hard disk before. The file is transfered to the Netzer |
- | Since Version 1.3 the Firmware update has to be explicitly activated via the Networker | + | Since Version 1.3 the Firmware update has to be explicitly activated via the Netzer |
- | {{ : | + | {{ webinterface_permit_firmware_upload.jpg? |
+ | |||
+ | There is also the possibility to activate the Firmware uploads from command line with **curl**: | ||
+ | < | ||
+ | // | ||
+ | < | ||
+ | |||
+ | |||
+ | The file is transfered to Netzer with the TFTP PUT command. Networker is accessed via the current IP address or the network name. Example for a tftp command in a shell box under Windows: | ||
- | The file is transfered to Networker with the TFTP PUT command. Networker is accessed via the current IP address or the network name. Example for a tftp command in a shell box under Windows: | ||
< | < | ||
- | Networker | + | Netzer |
- | < | + | |
+ | < | ||
===== Updates in bootloader mode ===== | ===== Updates in bootloader mode ===== | ||
- | The bootloader mode is active for aprox. 2 seconds after power on. After this time Networker enters the operation mode. The active mode is indicated due the fast blinking network LED. In bootloader mode Networker has the fixed IP address 192.168.97.60 and MAC address 00-04-A3-00-00-00. Updating only works if this IP address is not already occupied. The updating process works analog to the update in operation mode. | + | The bootloader mode is active for aprox. 2 seconds after power on. After this time Networker enters the operation mode. The active mode is indicated due the fast blinking network LED. In bootloader mode Networker has the fixed IP address 192.168.97.60 and MAC address 00-04-A3-00-00-00. |
+ | |||
+ | <note important> | ||
+ | |||
+ | Updating only works if this IP address is not already occupied. The updating process works analog to the update in operation mode. | ||
- | **Important: | + | <note important> |