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:51] – Code stub translation svesch | en:netzer:boot2 [2025/06/11 20:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Bootloader Version 2 ====== | ====== Bootloader Version 2 ====== | ||
- | |||
- | |||
All delivered Netzer have an installed bootloader version 2. | All delivered Netzer have an installed bootloader version 2. | ||
- | |||
This bootloader excepts standard IntelHex files per TFTP. | This bootloader excepts standard IntelHex files per TFTP. | ||
- | |||
The blinking **right** LED of the RJ45 jack indicates an installed bootloader 2. | The blinking **right** LED of the RJ45 jack indicates an installed bootloader 2. | ||
- | |||
- | |||
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.4 base Build 198 (Release 2011-11-10)}} | + | * {{:bins:120309_netzer.tar.gz|Version 1.4 base Build 222 (Release 2012-03-09)}} |
- | + | * {{: | |
- | * {{: | + | * {{: |
- | + | * {{: | |
- | * {{:bins:110425_netzer.tar.gz|Version 1.3 Build 129 (Release 2011-04-13)}} | + | * {{: |
+ | * {{: | ||
+ | * {{: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 Netzer via tftp. For the update therefore a tftp client is needed. At the most operating systems such a client is included. | ||
+ | Since Version 1.3 the Firmware update has to be explicitly activated via the Netzer web interface (logged in as administrator). This eliminates a potential security risk of Netzer. In the common settings a radio group can be found: | ||
- | 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 via tftp. For the update therefore a tftp client is needed. At the most operating systems such a client is included. | + | {{ webinterface_permit_firmware_upload.jpg? |
+ | There is also the possibility to activate the Firmware uploads from command line with **curl**: | ||
+ | < | ||
+ | // | ||
+ | < | ||
- | Since Version 1.3 the Firmware update has to be explicitly activated via the Networker web interface (logged in as administrator). This eliminates a potential security risk of Networker. In the common settings a radio group can be found: | + | The file is transfered to Netzer |
- | + | ||
- | + | ||
- | + | ||
- | {{ : | + | |
- | + | ||
- | + | ||
- | + | ||
- | The file is transfered to Networker | + | |
< | < | ||
- | + | Netzer | |
- | + | ||
- | Networker | + | |
< | < | ||
- | |||
===== 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. | ||
+ | <note important> | ||
- | 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. |
- | + | ||
- | **Important: | + | <note important> |