MikroTik RouterBoard RB435G
Supported Versions
What works
LAN, Mini-pci, USB
It would seem everything is working just like with 433x models.
Hardware Highlights
Hardware specification
- CPU Atheros AR7161 680MHz (800MHz option supported)
- Memory 256MB DDR SDRAM onboard memory
- Data storage 128MB onboard NAND memory chip and microSD slot for expansion
- Ethernet Three 10/100/1000 Gigabit Ethernet ports with Auto-MDI/X
- miniPCI Five miniPCI Type IIIA/IIIB slots
- Expansion Two USB 2.0 ports with powering (5V 1A supply)
- DB9 RS232C asynchronous serial port
Installation
Building bootable image
The generic Bildroot installation creates bootable ramdiskfs image. → Build system – Installation
NOTES:
- I didn't need to install subversion. It was installed by default on my linux desktop.
- I run make menuconfig and choose
* Target System (Atheros71xx/...)
* Subtarget (Device with NAND flash ...)
* Target Images → *ramdisk, *tar.gz
- Run make
- The image is in ./bin/ar71xx/openwrt-ar71xx-nand-vmlinux-initramfs.elf
- You need to copy this image into your tftpboot directory.
Boot from network
I started the routerboard with NetBoot.
NOTES:
- Worked fine - remember to open the udp port 69 and high-ports (udp) in your firewall
NOTES
Building tested on Attitude Adjustment 12.09-RC2. Everything later should work also. Currently no issues observed.