Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:mikrotik:rb750gl [2016/02/12 02:34] – rayknight | toh:mikrotik:rb750gl [2019/10/26 07:38] – [Info] columns updated tmomas | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| headers : Brand, Model, Version, Current Release, OEM Info, Forum Topic, Technical Data | headers : Brand, Model, Version, Current Release, OEM Info, Forum Topic, Technical Data | ||
| align : c, | align : c, | ||
| - | filter | ||
| filter | filter | ||
| ---- | ---- | ||
| Line 14: | Line 13: | ||
| ===== Hardware Highlights ===== | ===== Hardware Highlights ===== | ||
| ---- datatable ---- | ---- datatable ---- | ||
| - | cols : Model, Versions, | + | cols : Model, Versions, |
| header | header | ||
| align : c, | align : c, | ||
| - | filter | ||
| filter | filter | ||
| ---- | ---- | ||
| + | ===== Installation ===== | ||
| + | ---- datatable ---- | ||
| + | cols : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url | ||
| + | headers : Model, Version, Current Release, Firmware OpenWrt Install, Firmware OpenWrt Upgrade, Firmware OEM Stock | ||
| + | align : c,c,c | ||
| + | filter | ||
| + | ---- | ||
| - | ===== Installation / Flashing howto ===== | + | ==== Using a Linux workstation ==== |
| - | ==== With a linux workstation ==== | + | Here is a simple guide to flash OpenWrt/LEDE on your RB750GL from your Linux workstation... |
| - | Here is a simple guide to flash OpenWrt on your RB750GL from your Linux workstation. | + | |
| - | Get these files (available [[https:// | + | Get these files (available [[https:// |
| < | < | ||
| - | openwrt-ar71xx-mikrotik-vmlinux-initramfs.elf | + | lede-17.01.4-ar71xx-mikrotik-vmlinux-initramfs.elf |
| - | openwrt-ar71xx-mikrotik-vmlinux-lzma.elf | + | lede-17.01.4-ar71xx-mikrotik-nand-large-squashfs-sysupgrade.bin |
| - | openwrt-ar71xx-mikrotik-DefaultNoWifi-rootfs.tar.gz | + | lede-17.01.4-ar71xx-mikrotik-nand-64m-squashfs-sysupgrade.bin |
| </ | </ | ||
| - | Rename | + | Connect your Linux workstation directly to the first port (1) of the device to your wired interface (directly to make sure that there won't any other DHCP server interfere). |
| - | Set a static ip for your wired interface: | + | Set a static ip on your wired interface |
| < | < | ||
| - | $ sudo ip a a 192.168.0.200/24 dev eth0 | + | $ sudo ip addr add 192.168.1.200/24 dev eth0 |
| </ | </ | ||
| Start Dnsmasq (DHCP+TFTP server): | Start Dnsmasq (DHCP+TFTP server): | ||
| < | < | ||
| - | $ sudo dnsmasq --no-daemon --port=0 --dhcp-range=" | + | $ sudo dnsmasq --no-daemon --port=0 --dhcp-range=" |
| </ | </ | ||
| - | Connect the first port of the device to your wired interface, press the '' | + | Press the '' |
| - | Dnsmasq loads the boot image via tftp. Wait until your device reboots (you will see Dnsmasq assigning it an ip again). | ||
| - | |||
| - | Connect to the second ethernet port and assign an ip to your interface from the '' | ||
| < | < | ||
| - | $ sudo ip a a 192.168.1.200/24 dev eth0 | + | $ sudo dnsmasq --no-daemon --port=0 --dhcp-range=" |
| + | dnsmasq: started, version 2.79 DNS disabled | ||
| + | dnsmasq: compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC loop-detect inotify | ||
| + | dnsmasq-dhcp: | ||
| + | dnsmasq-tftp: | ||
| + | dnsmasq-dhcp: | ||
| + | dnsmasq-tftp: | ||
| + | ^C | ||
| </ | </ | ||
| - | Set up a http server serving the directory | + | OpenWrt/ |
| < | < | ||
| - | $ cd / | + | $ ping 192.168.1.1 |
| - | $ python -m http.server 8080 | + | ... |
| + | From 192.168.1.200 icmp_seq=15 Destination Host Unreachable | ||
| + | 64 bytes from 192.168.1.1: | ||
| </ | </ | ||
| - | Telnet in your router | + | After a short while ssh daemon should be up too, and you should be able to login using ssh: |
| - | :!: This step will permanently erase your RouterOS installation. Please backup your RouterOS license if needed. | ||
| < | < | ||
| - | $ telnet | + | $ ssh root@192.168.1.1 |
| - | # wget2nand http://192.168.1.200:8080 | + | ... |
| - | # reboot && exit | + | BusyBox v1.25.1 () built-in shell (ash) |
| + | |||
| + | | ||
| + | | ||
| + | / | ||
| + | / DE / \ | |__| _|| |) | _| | ||
| + | / | ||
| + | | ||
| + | \ LE \ / ----------------------------------------------------------- | ||
| + | | ||
| + | | ||
| + | |||
| + | === WARNING! ===================================== | ||
| + | There is no root password defined on this device! | ||
| + | Use the " | ||
| + | in order to prevent unauthorized SSH logins. | ||
| + | -------------------------------------------------- | ||
| + | root@LEDE:~# | ||
| </ | </ | ||
| + | |||
| + | Check the NAND size by looking at the kernel log output: | ||
| + | < | ||
| + | root@LEDE: | ||
| + | [ 4.692579] nand: device found, Manufacturer ID: 0x98, Chip ID: 0xf1 | ||
| + | [ 4.699024] nand: Toshiba NAND 128MiB 3,3V 8-bit | ||
| + | [ 4.703668] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 | ||
| + | </ | ||
| + | |||
| + | In this case it is a device with 128MiB flash and a page size of 2048 bytes. | ||
| + | |||
| + | Next we will use the ...sysupgrade.bin file to flash OpenWrt/ | ||
| + | |||
| + | * Page size 512: lede-17.01.4-ar71xx-mikrotik-nand-64m-squashfs-sysupgrade.bin | ||
| + | * Page size 2048: lede-17.01.4-ar71xx-mikrotik-nand-large-squashfs-sysupgrade.bin | ||
| + | |||
| + | You can use the web interface to flash the device. Point your browser to http:// | ||
| + | |||
| + | To flash OpenWrt/ | ||
| + | |||
| + | |||
| + | ==== References of older instructions ==== | ||
| + | |||
| + | For more details and alternative method, see Eric Conrad' | ||
| ==== With the help of another openwrt router ==== | ==== With the help of another openwrt router ==== | ||
| Line 73: | Line 123: | ||
| ===== Basic configuration ===== | ===== Basic configuration ===== | ||
| - | -> [[doc:howto:basic.config|Basic configuration]] After flashing, proceed with this.\\ | + | -> [[docs:guide-quick-start:checks_and_troubleshooting|Basic configuration]] After flashing, proceed with this.\\ |
| Set up your Internet connection, configure wireless, configure USB port, etc. | Set up your Internet connection, configure wireless, configure USB port, etc. | ||
| Line 174: | Line 224: | ||
| ---- datatemplatelist dttpllist ---- | ---- datatemplatelist dttpllist ---- | ||
| template: meta: | template: meta: | ||
| - | cols : Brand, Model, Versions, Device Type, Availability, | + | cols : Brand, Model, Versions, Device Type, Availability, |
| filter | filter | ||
| filter | filter | ||
| ---- | ---- | ||
| + | ==== Photos ==== | ||
| Photos of PCB (circa May 2014). Note that there appear to be testpoints for a serial port connection along with 3.3V power. In addition you can see the spot where USB could be, but the connector and power supply apear to de-populated. The back side was very uninteresting. | Photos of PCB (circa May 2014). Note that there appear to be testpoints for a serial port connection along with 3.3V power. In addition you can see the spot where USB could be, but the connector and power supply apear to de-populated. The back side was very uninteresting. | ||
| - | {{media: | + | {{:media: |
| - | + | {{:media: | |
| - | {{media: | + | |
| ===== Tags ===== | ===== Tags ===== | ||
| [[meta: | [[meta: | ||
| {{tag> | {{tag> | ||