Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:arcadyan:astoria:aw1000 [2024/03/22 19:43] – [OEM bootlog] frauhottelmanntoh:arcadyan:astoria:aw1000 [2024/09/07 18:32] – [Arcadyan / Astoria AW1000] frollic
Line 1: Line 1:
 ====== Arcadyan / Astoria AW1000 ====== ====== Arcadyan / Astoria AW1000 ======
- 
-{{page>meta:infobox:construction&noheader&nofooter&noeditbtn}} 
  
 {{:media:arcadyan:aw1000:arcadyan_aw1000.png?400|}} {{:media:arcadyan:aw1000:arcadyan_aw1000.png?400|}}
  
-Arcadian AW1000 is a 5G Wifi Router marketed by Telstra as Smart Modem. has a build in Quectel RG500Q-EA 5G modem.+Arcadian AW1000 is a 5G Wifi Router marketed by Telstra as Smart Modem. It has a build in Quectel RG500Q-EA 5G modem.
  
  
-===== OpenWrt support ===== +===== Supported Versions ===== 
- +<!-- ToH: { 
-<color red>snapshot</color>+  "source": "json", 
 +  "dom": "t", 
 +  "paging": false, 
 +  "rotate": true, 
 +  "shownColumns": ["brand", "model", "supportedcurrentrel", "owrt_forum_topic_url", "forumsearch", "deviceid"], 
 +  "filterColumns": {"model": "^AW1000$"
 +} -->
  
 ===== Hardware highlights ===== ===== Hardware highlights =====
Line 17: Line 21:
  
  
-/*** if info available: uncomment and fill in+
 ===== Installation ===== ===== Installation =====
-  - → [[:downloads|Obtain firmware]] 
-  - → [[docs:guide-user:installation:generic.flashing|Install OpenWrt]] 
-  - → [[:downloads|Latest OpenWrt release]] 
  
-==== Installing OpenWrt ==== +<!-- ToH: { 
-***/+  "source": "json", 
 +  "dom": "t", 
 +  "paging": false, 
 +  "rotate": true, 
 +  "shownColumns": ["model", "supportedcurrentrel", "firmwareopenwrtsnapshotinstallurl", "firmwareopenwrtsnapshotupgradeurl"], 
 +  "filterColumns": {"model": "^AW1000$"
 +} --> 
 + 
 +=== TFTP boot ==
 + 
 +1. Set your PC’s Ip address to 192.168.1.10 and connect it to your router on port 1 of the yellow ports. 
 + 
 +2. Download the initramfs image, rename it to initramfs.bin, and host it with tftp server. 
 + 
 +3. Connect to your router via [[:toh:arcadyan:astoria:aw1000#serial|serial]] using the usb to uart/ttl adapter (serial parameters: 115200 8N1) 
 + 
 +4. In your serial software, press Esc-key to interrupt U-Boot while turning on the router and run these commands: 
 +        setenv serverip 192.168.1.10 
 +        setenv ipaddr 192.168.1.1 
 +        tftpboot initramfs.bin 
 +        bootm 
 +5. Continue with ubiformat or sysupgrade. 
 + 
 +=== USB boot === 
 + 
 +1. Prepare a USB drive. Adjust of=/dev/sd**X** to your USB device. 
 +        dd bs=1M if=openwrt-qualcommax-ipq807x-arcadyan_aw1000-initramfs-uImage.itb of=/dev/sdX 
 +2. Connect the USB drive to the AW1000. 
 +3. Set your PC’s Ip address to 192.168.1.10 and connect it to your router on port 1 of the yellow ports 
 +4. Connect to your router via Serial using the usb to uart/ttl adapter (serial parameters: 115200 8N1) 
 +5. In your serial software, press Esc-key to interrupt U-Boot while turning on the router and run these commands: 
 +        usb start 
 +        usbboot 0x44000000 0 
 +        bootm 0x44000000 
 +6. Continue with ubiformat or sysupgrade. 
 + 
 +=== Ubiformat: Coming from Telstra stock firmware === 
 + 
 +6. SCP ubiformat steps 
 +        scp factory.ubi root@192.168.1.1:/tmp/factory.ubi 
 +        ssh root@192.168.1.1 
 +        ubiformat /dev/mtd18 -y -f /tmp/factory.ubi 
 + 
 +=== Sysupgrade: Coming from an OpenWRT firmware === 
 + 
 +6. SCP sysupgrade steps 
 +        scp sysupgrade.bin root@192.168.1.1:/tmp/sysupgrade.bin 
 +        ssh root@192.168.1.1 
 +        sysupgrade -n /tmp/sysupgrade.bin 
 + 
 + 
 +==== Making USB boot permanent ====
  
 +1. Set your PC’s Ip address to 192.168.1.10 and connect it to your router on port 1 of the yellow ports
 +2. Connect to your router via Serial using the usb to uart/ttl adapter (serial parameters: 115200 8N1)
 +3. In your serial software, press Esc-key to interrupt U-Boot while turning on the router and run these commands:
 +        setenv bootusb 'usb start && usbboot 0x44000000 0 && bootm 0x44000000'
 +        setenv bootcmd 'run bootusb; bootipq'
 +        saveenv
 +        reboot
 +4. If you have a USB device with a compatible initramfs attached it will boot from it. Otherwise it'll boot like normal.
  
 /*** if info available: uncomment and fill in /*** if info available: uncomment and fill in
Line 58: Line 118:
 | vlan1 (eth0.1)   | EXAMPLE WAN port             | EXAMPLE DHCP             | | vlan1 (eth0.1)   | EXAMPLE WAN port             | EXAMPLE DHCP             |
 | wl0              | EXAMPLE WiFi                 | EXAMPLE Disabled         | | wl0              | EXAMPLE WiFi                 | EXAMPLE Disabled         |
-</WRAP> 
-***/ 
- 
- 
-/*** if info available: uncomment and fill in 
-==== Buttons ==== 
--> [[docs:guide-user:hardware:hardware.button]] on howto use and configure the hardware button(s). 
-Here, we merely name the buttons, so we can use them in the above Howto. 
- 
-<WRAP BOX 600px> 
-FIXME Please fill in real values for this device, then remove the EXAMPLEs and the WRAP that encloses this text. 
- 
-The Arcadyan / Astoria AW1000 has the following buttons: 
- 
-^ BUTTON                       ^ Event   ^ 
-| EXAMPLE Reset                |  reset  | 
-| EXAMPLE Secure Easy Setup    |   ses   | 
-| EXAMPLE No buttons at all.      -    | 
 </WRAP> </WRAP>
 ***/ ***/
Line 95: Line 137:
 ^ Serial          | [[#Serial|Yes]]                             | ^ Serial          | [[#Serial|Yes]]                             |
  
 +==== Buttons ====
 +-> [[docs:guide-user:hardware:hardware.button]] on howto use and configure the hardware button(s).
 +Here, we merely name the buttons, so we can use them in the above Howto.
 +
 +The Arcadyan / Astoria AW1000 has the following buttons:
 +
 +^ BUTTON                       ^ Event   ^
 +| WiFi              -  |
 +| WPS     WPS   |
 +| Reset  |    -    |
  
 /*** if info available: uncomment and fill in /*** if info available: uncomment and fill in
Line 112: Line 164:
 /* Thanks, your wiki administration - Oct. 2015 */ /* Thanks, your wiki administration - Oct. 2015 */
  
-**Insert photo of front of the casing**+{{:media:arcadyan:aw1000:arcadyan_aw1000_front.jpg?400|}}
  
-**Insert photo of back of the casing**+{{:media:arcadyan:aw1000:arcadyan_aw1000_back.jpg?400|}}
  
-**Insert photo of backside label**+{{:media:arcadyan:aw1000:arcadyan_aw1000_bottom.jpg?400|}}
  
 **Insert photo of PCB** **Insert photo of PCB**
Line 122: Line 174:
 ==== Opening the case ==== ==== Opening the case ====
  
-<WRAP BOX> +Remove the four rubber feet and the 4 screws underneathUnclip the bottom and slide the hardware out of the white shell.
-FIXME //Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...// +
-</WRAP>+
  
 ==== Serial ==== ==== Serial ====
 -> [[docs:techref:hardware:port.serial]] general information about the serial port, serial port cable, etc. -> [[docs:techref:hardware:port.serial]] general information about the serial port, serial port cable, etc.
  
-How to connect to the Serial Port of this specific device:\\ +Serial port on board is marked with J1003 near the LEDs plastic extension, with the square hole being Vcc (do not connect this!), farthest from the square is ground, then rx, then tx. (GND-RX-TX-VCC). 
-**Insert photo of PCB with markings for serial port**+
  
-<WRAP BOX> +^ Serial connection parameters\\ for Arcadyan Astoria AW1000 | 115200, 8N1, 3.3V | 
-FIXME //Replace EXAMPLE by real values.// + 
-</WRAP>+{{:media:arcadyan.astoria.aw1000.serial.png?direct&200|}} 
 +===== Upgrade modem firmware ===== 
 + 
 +The modem in the AW1000 can be upgraded. Be careful! Downgrades are not supported. The modem might be bricked or it might not reboot into the correct operating mode! 
 + 
 +1. Install qfirehose 
 +        opkg update 
 +        opkg install qfirehose 
 +         
 +2. scp the firmware folder to /tmp
  
-^ Serial connection parameters\\ for Arcadyan / Astoria AW1000 @@Version@@ | EXAMPLE 115200, 8N1, 3.3V |+3. Install the firmware 
 +        cd /tmp 
 +        qfirehose -f firmware_folder/
  
 ===== Bootlogs ===== ===== Bootlogs =====
Line 3552: Line 3612:
  
 ===== Tags ===== ===== Tags =====
-[[meta:tags|How to add tags]] 
-{{tag>EXAMPLETAG unsupported}} 
  • Last modified: 2024/10/28 20:34
  • by andrewz