Scorpion 450
The Scorpion 450 is based upon the Qualcomm Atheros' QCA9558 Wireless SoC and delivers high performance 5GHz functionality in a small form factor.
Supported Versions
Version/Model | S/N | OpenWrt Version Supported | Model Specific Notes |
---|---|---|---|
Rev 2 | n/a | Backfire 10.03 | - |
Hardware Highlights
CPU | Ram | Flash | Network | USB | Serial | JTag |
---|---|---|---|---|---|---|
Atheros QCA9558@700MHz | 256MiB | 16MiB | 2 | Yes | Yes | Yes |
Installation
Please contact Abicom for more information about installing OpenWRT, were working on this page and will update it just as soon as we can
Currently images must be installed at the bootloader console via tftp.
Get the image you wish to install, and place it in your tftp server folder.
Interrupt the boot process, by pressing enter on the console.
Using 'pri' check the u-boot variables defined for downloading and flashing an image.
Default the tftp server ip is 10.10.42.30. Either set your server to this address, or reconfigure the u-boot serverip and ipaddr variables.
Check the u-boot variable that defines the download and flash process. Check what filename u-boot will use for the download.
“lfw=tftp 0x80060000 ${dir}scorpion450.img&&erase 0x9f050000 +$filesize&&cp.b $fileaddr 0x9f050000 $filesize”
Adjust either the server or the u-boot 'dir' variable to suit.
Rename your image to “scorpion450.img” as seen in the command above.
Start the download and flash operation with “run lfw”.
Example session:
ath> set dir ath> pri bootargs=console=ttyS0,115200 root=/dev/mtdblock3 rootfstype=cramfs init=/sbin/init mtdparts=ath-nor0:256k(u-boot),64k(u-boot-env),1024k(uImage),14720k(rootfs),128k(APConfig),128k(kplog),64k(ART),15744k@0x050000(firmware);ath-nand:256m(free) bootcmd=if imi 0x9f050000; then bootm 0x9f050000; else run lfw; reset; fi bootdelay=2 baudrate=115200 ethaddr=0x08:0xB4:0xCF:0x00:0xde:0xad ipaddr=10.10.14.1 serverip=10.10.42.30 lu=tftp 0x80060000 ${dir}u-boot_scorpion450.bin&&erase 0x9f000000 +$filesize&&cp.b $fileaddr 0x9f000000 $filesize lf=tftp 0x80060000 ${dir}scorpion450_f2e-jffs2&&erase 0x9f150000 +$filesize&&cp.b $fileaddr 0x9f150000 $filesize lk=tftp 0x80060000 ${dir}vmlinux_f2e.lzma.uImage&&erase 0x9f050000 +0x100000&&cp.b $fileaddr 0x9f050000 $filesize lfw=tftp 0x80060000 ${dir}scorpion450.img&&erase 0x9f050000 +$filesize&&cp.b $fileaddr 0x9f050000 $filesize stdin=serial stdout=serial stderr=serial ethact=eth1 Environment size: 923/65532 bytes ath> run lfw Trying eth0 Eth0 speed 1000T Using eth0 device TFTP from server 10.10.42.30; our IP address is 10.10.14.1 Filename 'scorpion450.img'. Load address: 0x80060000 Loading: ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################ done Bytes transferred = 3407876 (340004 hex) Erasing flash... First 0x5 last 0x39 sector size 0x10000 57 Erased 53 sectors Copy to Flash... write addr: 9f050000 done
Other Info
- Product datasheet