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:rb133 [2015/11/30 21:14] – [[meta:tags]] -> [[meta:tags|How to add tags]] tmomas | toh:mikrotik:rb133 [2021/10/15 09:06] – ↷ Links adapted because of a move operation bobafetthotmail | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Mikrotik RouterBoard RB133 ====== | ||
| + | {{section> | ||
| + | |||
| + | ===== Supported Versions ===== | ||
| + | ---- datatable ---- | ||
| + | cols : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, OWrt Forum Topic URL_url, Device Techdata_pageid | ||
| + | headers : Brand, Model, Version, Current Release, OEM Info, Forum Topic, Technical Data | ||
| + | align : c, | ||
| + | filter | ||
| + | ---- | ||
| + | |||
| + | |||
| + | ===== Hardware Highlights ===== | ||
| + | ---- datatable ---- | ||
| + | cols : Model, Versions, CPU, CPU MHz, Flash MB_mbflashs, | ||
| + | header | ||
| + | align : c, | ||
| + | filter | ||
| + | ---- | ||
| + | |||
| + | |||
| + | ===== Installation ===== | ||
| + | |||
| + | :!: See also forum for installation instructions. | ||
| + | |||
| + | :!: If you flash OpenWrt from NetBoot facility, you will lose your RouterOS licence. | ||
| + | |||
| + | The installation of OpenWrt on this board is only possible by using the NetBoot facility - you will boot into the RAMdisk version of OpenWrt and use it to flash the permanent OpenWrt image into NAND. You will need: | ||
| + | |||
| + | - A serial port (or a USB-RS232 serial converter) and a null modem cable as console (standard serial cable wont work). | ||
| + | - An ethernet port and cable to download the NetBoot kernel and the NAND image. | ||
| + | - A DHCP server to tell the RB1xx where to get it's netboot image (e.g. DnsMasq). | ||
| + | - A [[docs: | ||
| + | - A web server to serve up the [[permanent version]] of the OpenWrt kernel and rootfs (you can use SCP as well). | ||
| + | |||
| + | Connect your RouterBoard using both ethernet and null modem cable to a PC. | ||
| + | |||
| + | ==== Building images ==== | ||
| + | |||
| + | See [[docs: | ||
| + | |||
| + | :!: If you select the squashfs image, it may take quite a few minutes for the device to power on. | ||
| + | |||
| + | You will have to run the building process twice, because you will need both RAMdisk image and stock OpenWrt kernel+rootfs. | ||
| + | |||
| + | Build profile should be: | ||
| + | * Target System: | ||
| + | * Target Profile: | ||
| + | |||
| + | To install openwrt on mikrotik rb133c a serial null modem cable is required on the local machine , an Ethernet cable , in addition to the proper functioning of a tftp and dhcp server on the local machine . | ||
| + | |||
| + | If the rb133c has already mounted openwrt you can directly go to the " Writing nand " | ||
| + | |||
| + | ==== booting from ethernet ==== | ||
| + | |||
| + | |||
| + | Once you have connected the serial cable and ethernet between rb133c and the local PC and you enable the tftp and dhcp server , copy the vmlinux file in the appropriate TFTP server root and start the serial console . | ||
| + | |||
| + | minicom -d / dev / ttyUSB0 115200 | ||
| + | |||
| + | then access to the serial console terminal , connect the rb133c power and press any key to blocccare the boot sequence . | ||
| + | |||
| + | < | ||
| + | RouterBOOT booter 2.18 | ||
| + | RouterBoard 133C CPU frequency : 175 MHz | ||
| + | Memory size: 16 MB | ||
| + | ... | ||
| + | Press any key within 2 seconds to enter setup. | ||
| + | ... | ||
| + | your choice: e - format nand | ||
| + | Do you realy want to format your nand? | ||
| + | that would result in losing all your data | ||
| + | type & | ||
| + | formatting nand... done! | ||
| + | ... | ||
| + | your choice: p - boot protocol | ||
| + | Choose which boot protocol to use: | ||
| + | 1 - bootp protocol | ||
| + | 2 - dhcp protocol | ||
| + | your choice: 2 - dhcp protocol | ||
| + | ... | ||
| + | your choice: o - boot device | ||
| + | Select boot device: | ||
| + | e - boot over Ethernet | ||
| + | n - boot from NAND, if fail then Ethernet | ||
| + | 1 - boot Ethernet once, then NAND | ||
| + | o - boot from NAND only | ||
| + | b - boot chosen device | ||
| + | your choice: n - boot from NAND, if fail then Ethernet | ||
| + | ... | ||
| + | your choice: x - exit setup | ||
| + | ... | ||
| + | trying dhcp protocol.... OK | ||
| + | resolved mac address 00: | ||
| + | Gateway: 10.42.0.1 | ||
| + | transfer started .............................. transfer ok, time=2.47s | ||
| + | setting up elf image... OK | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | ==== Writing nand ==== | ||
| + | |||
| + | If you already have in rb133c openwrt you can upgrade the firmware via ssh , or even by serial console . | ||
| + | |||
| + | root@OpenWrt:/# | ||
| + | yaffs: dev is 32505858 name is & | ||
| + | yaffs: passed flags & | ||
| + | yaffs: Attempting MTD mount on 31.2, & | ||
| + | root@OpenWrt:/# | ||
| + | yaffs: dev is 32505859 name is & | ||
| + | yaffs: passed flags & | ||
| + | yaffs: Attempting MTD mount on 31.3, & | ||
| + | root@OpenWrt:/# | ||
| + | Changing password for root | ||
| + | New password: | ||
| + | Retype password: | ||
| + | Password for root changed by root | ||
| + | |||
| + | Now back to your local machine , disable the DHCP server , then : | ||
| + | |||
| + | sudo ifconfig eth0 192.168.1.10 netmask 255.255.255.0 up | ||
| + | scp openwrt-adm5120-rb1xx-vmlinux.elf root@192.168.1.1:/ | ||
| + | scp openwrt-adm5120-rb1xx-rootfs.tar.gz root@192.168.1.1:/ | ||
| + | |||
| + | Then return in the serial console to decompress the rootfs and restart the rb133c . | ||
| + | |||
| + | root@OpenWrt:/# | ||
| + | root@OpenWrt:/ | ||
| + | root@OpenWrt:/ | ||
| + | root@OpenWrt:/ | ||
| + | root@OpenWrt: | ||
| + | |||
| + | At this point the rb133c should listen to telnet to 192.168.1.1 . | ||
| + | |||
| + | |||
| + | === Linux howto === | ||
| + | |||
| + | |||
| + | === Windows howto === | ||
| + | |||
| + | :!: Disable ANY firewall on your PC. | ||
| + | |||
| + | - Download [[http:// | ||
| + | |||
| + | |||
| + | ===== Wireless ===== | ||
| + | |||
| + | Atheros-based card are supported. The device doesn' | ||
| + | |||
| + | ===== Hardware info ===== | ||
| + | ^ Architecture | ||
| + | ^ Vendor | ||
| + | ^ Bootloader | ||
| + | ^ System-On-Chip | ||
| + | ^ CPU Speed | 175 Mhz | | ||
| + | ^ Flash size | 64/128 MiB | | ||
| + | ^ RAM | 32 MiB SDRAM (16 MiB on RB133C) | ||
| + | ^ Wireless | ||
| + | ^ Ethernet | ||
| + | ^ USB | no | | ||
| + | ^ Serial | ||
| + | ^ JTAG | no? | | ||
| + | |||
| + | |||
| + | ===== Useful sources ===== | ||
| + | |||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | ===== Tags ===== | ||
| + | [[meta: | ||
| + | {{tag> | ||