转自glinet官网https://docs.gl-inet.com/en/3/hardware/ar300m/
openwrt官网相关:https://openwrt.org/toh/hwdata/gl.inet/gl.inet_gl-ar300m
Best Mini Router Ever
AR300M is the our best mini router. It is small and powerful.
It has several sub-models:
Sub-model | Nor flash | Nand flash | Antenna | 5G wifi | USB power control |
---|---|---|---|---|---|
AR300M | 16MB | 128MB | Internal | No | Yes |
AR300M-Ext | 16MB | 128MB | External | No | Yes |
AR300M16 | 16MB | No | Internal | No | Yes |
AR300M16-Ext | 16MB | No | External | No | Yes |
AR300M-Lite | 16MB | No | Internal | No | No |
AR300MD* | 16MB | 128MB | Internal | Yes | Yes |
*AR300MD 5Gwifi is suggested only to work at monitoring mode because of power consumption.
Model | GL-AR300M Series |
---|---|
CPU | QCA9531 650MHz |
Memory | DDRII 128MB |
Storage | 16MB Nor, 128 MB Nand (Optional) |
Interfaces | 1 WAN, 1 LAN, 1 USB2.0, 1 Micro USB (power), 1 Reset Button, PCIe, UART |
Frequency | 2.4GHz |
Transmission Rate | 300Mbps |
Max. Tx Power | 20dBm |
Protocol | 802.11 b/g/n |
External Drive Format Support | FAT32/NTFS/EXT4/EXT3/EXT2 |
Webcam Support | MJPEG, YUV (not support from firmware v2.27) |
DIY Features | UART, GPIO, PCIe, 3.3V & 5V power port |
External Antenna Support | Yes (optional) |
PoE Module Support | No |
Power Input | 5V/1A |
Power Consumption | <2W |
Dimension, Weight | 58mmX58mmX25mm, 39g |
PCIe headers | Yes |
Note: I2C is not working in some early version of the router.
By using 128MB Nand flash, space is not a problem and the writing speed is improved greatly. You can compile a firmware with tons of features and writing data is almost instant.
By adding PCIe interface, a 5G 802.11a/ac addon module can be connected and you can enjoy the wifi speed on a mini router.
By adding a fast Nand flash, you can feel how the performance is improved compared to a Nor flash router.
The performance comparision between AR300M (nand) with AR150 is below:
It only takes 6 seconds to upload and process 250 o files. When installing packages to the router, it takes no more than 20% for the time spent than using nor flash, including the time to download resource from the Internet. So everything just happends in seconds.
The router has two flash so we have two firmwares. One firmware is installed on the Nor flash and one is installed on the nand flash. The two firmware is independent from each other. The router will always try to boot from the nand flash. If it fails for 3 times it will boot from the Nor flash.
By using two firmwares, businesses can have dual boot options to ensure the system can backup, upgrade and boot without problems.
The simple instructions of building the firmware can be found here: https://github.com/gl-inet/lede-17.01 You need to have a Linux machine. In this example we use Ubuntu.
$ sudo apt-get update
$ sudo apt-get install subversion build-essential git-core libncurses5-dev zlib1g-dev gawk flex quilt libssl-dev xsltproc libxml-parser-perl mercurial bzr ecj cvs unzip git wget
$ git clone https://github.com/domino-team/openwrt-cc.git
$ cd openwrt-cc
$ ./scripts/feeds update -a
$ ./scripts/feeds install -a
$ make menuconfig
..choose your compile target and packages
$ make
If you want to build the firmware for nor flash, choose GL-AR300M
as the target.
If you want to build the firmware for nand flash, first choose subtarget Generic devices with NAND flash
then choose GL-AR300M Nand
as the target.
The make process will takes around 1 hour for the first time because it needs to download a lot of data from t he Internet. After compiling finished, you will find the following firmware files in bin/ar71xx/
Note
There is two file for nand firmware. The xxx-ubi.img
is used for first time writing to the nand flash. If you are using uboot to upgrade the firmware, please use this one. The xxx-sysupgrade.tar
is used for upgrading from openwrt. So if you use our stock firmware or already using an openwrt firmware, choose this one.
The firmware has exactly the same UI as our other mini routers. To determine you are using nor flash or nand flash, please check the available space from the UI.
There are two methods to control which firmware you can boot.
Method 1: set boot count
The router will always try to boot into the nand firmware. But if it fails for 3 times it will try to boot into the nor firmware. If you want to boot into the nor firmware, you can tell the router that it failed to boot for 3 times already by setting the uboot env. To do so, you can use the following command in a SSH terminal.
$ fw_printenv
$ fw_setenv bootcount 3
$ reboot
You need to do this each time if you want to boot into nor firmware, no matter you which firmware you are using. Otherwise after the firmware boot, it will reset bootcount
variable and next boot will always try to boot the nand firmware.
Method 2: using the switch
This is only valid in the new uboot (from Mar 2017).
First ssh to the router and set uboot env boot_dev
$ fw_printenv
$ fw_setenv boot_dev on
$ reboot
Then when the router boot, the router will choose which firmware to boot using the hardware switch. 1. Left side (near the reset button) --> Nand flash 2. Right side --> Nor flash
To disable using the switch to choose firmware function, clear boot_dev
variable.
$ fw_printenv
$ fw_setenv boot_dev
$ reboot
If you brick your router and it cannot boot, you can try to save it using uboot.
Follow this guide for a general instruction to get access of uboot web UI.
Here is a video guide for entering AR300M uboot failsafe.
In some early version of AR300M, the uboot boot very slowly. So be patient when you press and hold the reset button. The LEDs will start to flash around 5 seconds.
There is a bug in AR300M uboot and in some computers the connection will always reset when you upload firmware. Check this post to find the discussion. You can either try chaning the MTU or just try another computer.
Note: If you have an older version of uboot, the webUI will only be able to flash NAND flash. This is fixed in newer versions.
Note: When flash NAND firmware, only use the firmware with .img
in the name, not the one with .rar
in the name.
The following figure is the web ui of the new
uboot.
If you want to use uboot console, you need to open the case and solder the serial connectors.
Then you need to set up a tftp server.
in uboot console, the command to flash nor flash is run lf
to flash nand firmware is run nlf