Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
hu:doc:howto:generic.flashing [2012/01/16 10:13] – Externe Bearbeitung hu:doc:howto:generic.flashing [2018/03/03 20:55] – ↷ Links adapted because of a move operation bobafetthotmail
Line 1: Line 1:
 +====== OpenWrt Telepítése (általános) ======
 +Az OpenWrt telepítése eszközönként eltérő, ez az oldal a telepítés általános menetét írja le. Ajánlott az eszköz wiki oldalát (is) követni.
  
 +{{page>hu:meta:infobox:dangerous&noheader&nofooter&noeditbtn}}
 +
 +:!: Ha a telepítés sikertelen, talán [[docs:guide-user:troubleshooting:generic.debrick]] segítséget nyújthat.
 +
 +:!: Ez egy NAGYON általános leírás. Az itt leírtakat az adott eszköz tulajdonságaihoz igazítva kell figyelembe venni!
 +
 +
 +A telepítésre általában három lehetőség van:
 +  * **''1.:''** OpenWrt telepítése a flash memóriába. // (ez az oldal) //
 +  * **''2.:''** OpenWrt telepítése a fő memóriába.
 +  * **''3.:''** OpenWrt indítása hálózaton keresztül: [[inbox:howto:netboot|Netbooting]] ezt nem minden [[docs:techref:bootloader|bootloader]] támogatja!
 +
 +===== Négy Módszer =====
 +Az alábbi négy módon lehet OpenWrt-t telepíteni:
 +
 +==== 1. eredeti firmware segítségével ====
 +Nyisd meg a //gyári/eredeti firmware// webes kezelőfelület és telepítsd az OpenWrt firmware képfájlt az eredeti firmware //"Firmware Upgrade"// vagy //"Firmware frissítése"// opciójával. Kész.
 +
 +**''Megjegyzés:''**  Egyes gyártók firmware frissítése előtt ellenőrzik az új firmware helyességét, nehogy a felhasználó véletlenül rossz fájlt töltsön fel. Ez persze azzal jár, hogy ily módon nem lehet OpenWrt telepíteni az eszközre.
 +
 +==== 2. Bootloader segítségével az Ethernet porton ====
 +To facilitate exactly this, namely to allow flashing of a firmware, most if not all [[docs:techref:bootloader]]s contain a build-in functionality for this purpose. Some contain a [[wp>Trivial File Transfer Protocol|TFTP]]-client, others a TFTP-server, others a [[wp>File Transfer Protocol|FTP]]-client and some even a FTP-server. You need to know:
 +
 +  * the preset IP address in the bootloader (this is not necessarily the same IP address the device has after it has booted the original firmware!)
 +  * which of the above protocols is used
 +  * whether the bootloader acts as client or as server
 +  * the preset port number for the service, if not [[wp>List of TCP and UDP port numbers|default]]
 +  * the interface you need to connect to
 +  * possibly a user name and a password to login
 +  * it is useful to know the **time window** you have after starting the device to obtain a connection to it, e.g. a 1 sec time windows 5 sec after start
 +
 +Once you know all of the above parameters, you may proceed:
 +  - install the corresponding software on your PC (i.e. in case the bootloader contains a FTP-server, you need a FTP-client)
 +  - read the manual pages for that software! e.g. ''[[http://linux.die.net/man/1/tftp|man tftp]]'', ''[[http://linux.die.net/man/8/tftpd|man tftpd]]'', ''[[http://linux.die.net/man/1/ftp|man ftp]]'', ''[[http://linux.die.net/man/1/ncftp|man ncftp]]'', ''[[http://linux.die.net/man/8/ftpd|man ftpd]]'', ''[[http://linux.die.net/man/8/pure-ftpd|man pure-ftpd]]'' or ..
 +  - give your PC a static IP address in the same network as pre-configured in the bootloader
 +  - connect your PC with the correct port
 +  - power cycle the device
 +
 +  - obtain a connection to the bootloader
 +  - follow specific procedures to overwrite original firmware with OpenWrt firmware file
 +  - **<color red>Do not overwrite or alter the bootloader</color>** until explicitly instructed to do so!
 +
 +**''NOTE:''** Sometimes even the bootloader prevents you from flashing a non-OEM firmware, e.g. the [[toh/inventel/dv4210|Inventel DV4210 (AKA Livebox)]]\\
 +**''Time window:''** To be able to use the entire time window, the connection between host and router needs to be established quickly. To make this as quick possible, you could disable auto-negotiation of your NIC and especially [[http://support.microsoft.com/kb/239924/hu|kapcsolatérzékelési funkciójának letiltása]] of your OS.
 +
 +
 +=== Specific Howtos ===
 +  * -> [[docs:guide-user:installation:generic.flashing.tftp]]
 +  * -> [[docs:guide-user:installation:generic.flashing.ftp]]
 +  * -> [[docs:guide-user:installation:generic.flashing.xmodem]]
 +
 +==== 3. Bootloader segítségével a soros porton ====
 +  * -> [[docs:guide-user:installation:generic.flashing.serial]]
 +
 +==== 4. JTAG segítségével ====
 +-> [[docs:hardware:port.jtag]]
 +
 +===== OpenWrt telepítése után =====
 +
 +==== Eredeti firmware visszaállítása ====
 +-> [[docs:guide-user:installation:generic.uninstall]]
 +
 +==== OpenWrt Sysupgrade ====
 +Telepített rendszer frissítése
 +-> [[hu:doc:howto:generic.sysupgrade]] ([[docs:guide-user:installation:generic.sysupgrade|angolul]])
 +
 +==== OpenWrt Failsafe ====
 +-> [[docs:guide-user:failsafe_and_factory_reset]]
  • Last modified: 2018/04/13 06:47
  • by tmomas