Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
|
user:sprobst:blog:openwrt_auf_ubnt_edgerouter_x [2020/08/03 11:28] SProbst angelegt |
user:sprobst:blog:openwrt_auf_ubnt_edgerouter_x [2020/12/24 14:58] (aktuell) SProbst |
||
|---|---|---|---|
| Zeile 4: | Zeile 4: | ||
| ===== Firmware flashen ===== | ===== Firmware flashen ===== | ||
| - | <code bash> | + | <konsole> |
| wget https://downloads.opennet-initiative.de/ubnt/edgeos/openwrt-ramips-mt7621-ubnt-erx-initramfs-factory.tar | wget https://downloads.opennet-initiative.de/ubnt/edgeos/openwrt-ramips-mt7621-ubnt-erx-initramfs-factory.tar | ||
| scp openwrt-ramips-mt7621-ubnt-erx-initramfs-factory.tar ubnt@192.168.1.1:/tmp | scp openwrt-ramips-mt7621-ubnt-erx-initramfs-factory.tar ubnt@192.168.1.1:/tmp | ||
| Zeile 28: | Zeile 28: | ||
| Broadcast message from root@ubnt (pts/1) (Thu Jan 1 01:10:25 2015): | Broadcast message from root@ubnt (pts/1) (Thu Jan 1 01:10:25 2015): | ||
| The system is going down for reboot NOW! | The system is going down for reboot NOW! | ||
| - | </code> | + | </konsole> |
| {{tag>openwrt linux edgerouter}} | {{tag>openwrt linux edgerouter}} | ||
| Danach das aktuelle openwrt fuer den erx herunterladen ((https://downloads.openwrt.org/releases/19.07.3/targets/ramips/mt7621/openwrt-19.07.3-ramips-mt7621-ubnt-erx-squashfs-sysupgrade.bin)). Und auf den Router flashen. | Danach das aktuelle openwrt fuer den erx herunterladen ((https://downloads.openwrt.org/releases/19.07.3/targets/ramips/mt7621/openwrt-19.07.3-ramips-mt7621-ubnt-erx-squashfs-sysupgrade.bin)). Und auf den Router flashen. | ||
| - | <code bash> | + | <konsole> |
| scp openwrt-19.07.3-ramips-mt7621-ubnt-erx-squashfs-sysupgrade.bin root@192.168.1.1:/tmp | scp openwrt-19.07.3-ramips-mt7621-ubnt-erx-squashfs-sysupgrade.bin root@192.168.1.1:/tmp | ||
| - | </code> | + | </konsole> |
| - | <code bash> | + | <konsole> |
| root@OpenWrt:~# cd /tmp | root@OpenWrt:~# cd /tmp | ||
| root@OpenWrt:/tmp# sysupgrade openwrt-19.07.3-ramips-mt7621-ubnt-erx-squashfs-sy | root@OpenWrt:/tmp# sysupgrade openwrt-19.07.3-ramips-mt7621-ubnt-erx-squashfs-sy | ||
| Zeile 45: | Zeile 45: | ||
| Commencing upgrade. All shell sessions will be closed now. | Commencing upgrade. All shell sessions will be closed now. | ||
| Connection to 192.168.1.1 closed by remote host. | Connection to 192.168.1.1 closed by remote host. | ||
| - | Connection to 192.168.1.1 closed.</code> | + | Connection to 192.168.1.1 closed.</konsole> |
| Nach dem reboot ist die aktuelle Version von openwrt installiert. | Nach dem reboot ist die aktuelle Version von openwrt installiert. | ||