Lamobo Openwrt image
OpenWrt firmware for BPI-R1 is updated, it support by Lamobo.
This firmware is built based on the OpenWrt master branch r42830.
Q&A
I am a new BPI-R1 user, how to use this firmware? 1. For a new user, we recommend to use the ready configured firmware. please download it from forum download page: http://elastos.org/elorg_common/Lamobo-R1/2015-01-12/openwrt-sunxi-Lamobo-R1-sdcard-vfat-ext4.img 2. BPI-R1 accepts TF-card. Make sure your TF-card is bigger than 512MB. Using below command to generate a bootable TD-card:
$ sudo dd if=openwrt-sunxi-BPI-R1-sdcard-vfat-ext4-configured.img of=/dev/sdX bs=1MB
Notes for the ready configured firmware:
The login username/password are root/root.
The software installation source has been set to “http://elastos.org/elorg_common/Lamobo-R1/2015-01-12/”. For details please refer “/etc/opkg.conf”. If you like to install your R1 from chaos.
Router address is: 10.0.1.1
If I want to use the original firmware, what can I do?
The original firmware is built directly from source code. It almost does not install software, except OpenWrt base software. Please download it from:elastos.org/elorg_common/Lamobo-R1/2015-...sdcard-vfat-ext4.img.
Prepare a TTL thread for to connent OpenWrt bash terminal.
Connect to OpenWrt terminal throught TTL thread, modify OpenWrt packages source. All Of OpenWrt packages is released on:
And then, update opkg database: $ opkg update
Install OpenWrt packages. The below packages are needed:
Full package list please refer: kingone.elastos.org/2015/01/13/lamobo-r1-package-list/
Modify the network config.Append below text to “/etc/config/network”:
start router web server:
That’s all. Good luck!
forum discuss link:
Wiki link:
Last updated