PowerCloud Systems CR3000

Originally a cloud managed router the CR3000 is now only usable with OpenWrt (since the cloud service has gone away). It's a basic AR934x fast either 5-port switch with one port acting as a separate WAN interface with 2.4 GHz wireless.

FIXME: Add images

Generic Router

generic.flashing.tftp

installation

One boots a ramdisk image and then does a normal OpenWrt sysupgrade (generic.sysupgrade)

Specific values needed for tftp

If one holds the WPS button and then (with button pressed) powers on the device (holding WPS button for 5-7 seconds) the device will attempt to download a ramdisk image named ap.bin from a tftp server (but only using the WAN port) at 192.168.1.10. Note that for 17.xx or 18.xx using the snapshot below will require the use of sysupgrade -F. Also note that some devices will attempt to load from 192.168.1.17 and that if the u-boot environment has been corrupted the ramdisk image will need to be named vmlinux.uImage.

Bootloader tftp client IPv4 address 192.168.1.1 on the WAN port
Firmware tftp image Ramdisk from 'snapshots' (NOTE: Must renamed as ap.bin (or, if u-boot environment is corrupt, vmlinux.uImage))
TFTP window start approximately 5-7 seconds after power on
TFTP server required IP address 192.168.1.10 (on some devices 192.168.1.17)

→ Flashing from stock firmware requires Generic Flashing over the Serial Port

The correct commands for this device are:

setenv ipaddr 192.168.1.1
setenv serverip 192.168.1.234
tftpboot 0x80060000 firm.bin
erase 0x9f050000 +$filesize
cp.b $fileaddr 0x9f050000 $filesize
bootm 0x9f050000
Layer0 raw flash, 8192 KiB
Layer1 mtd0
u-boot
256 KiB
mtd1
u-boot-env
64 KiB
mtd2
firmware
7872 KiB (= FlashSize-(256+64+64))
mtd6
art 64 KiB
Layer2 mtd3
kernel
about 1 MiB
mtd4
rootfs
Layer3 /dev/root
around 2 MiB
mtd5
rootfs_data
around 4.5 MiB
Layer0 raw flash, 8192 KiB
Layer1 mtd0
u-boot
256 KiB
mtd1
u-boot-env
64 KiB
mtd2
firmware
7232 KiB (= FlashSize-(256+64+640+64))
mtd6
certs 640 KiB
mtd7
art 64 KiB
Layer2 mtd3
kernel
about 1 MiB
mtd4
rootfs
Layer3 /dev/root
around 2 MiB
mtd5
rootfs_data
around 4.5 MiB

There is no 'easy installation' from the OEM firmware for this device. Serial access in order to flash using U-boot is required.

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

The default network configuration is:

Interface Name Description Default configuration
br-lan EXAMPLE LAN & WiFi 192.168.1.1/24
eth1 WAN port DHCP
vlan1 (eth0.1) LAN switch Base for br-lan; see br-lan
wlan0 WiFi Disabled

This device has the CPU port on Port 0, so ports 1 - 4 are the ports labelled on the unit.

Physical Port Switch port
LAN 1 1
LAN 2 4
LAN 3 3
LAN 4 2

The wan port is not a switch port it is a separate interface.

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.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The PowerCloud Systems CR3000 has the following buttons:

BUTTON Event
EXAMPLE Reset reset
EXAMPLE Secure Easy Setup ses
EXAMPLE No buttons at all. -

FIXME: add images

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

Note: This will void your warranty!

FIXME Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...

  • To remove the cover and open the device, do a/b/c

Main PCB:
Insert photo of PCB

port.serial general information about the serial port, serial port cable, etc.

How to connect to the Serial Port of this specific device:

Need to solder on a header. (see below)

FIXME: Insert photo of PCB with markings for serial port

Pin 1 is marked with an arrow and is partly covered by the wireless antenna pigtail above.

Pin 4 3 2 1
Signal TX RX GND VCC

Vcc is 3.3V NOT 5V (so a PL2023 or FTDI 3.3V cable is appropriate).

Serial connection parameters
for PowerCloud Systems CR3000
115200, 8N1

FIXME: Needs to be populated by someone with a stock image

COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE


COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING


None at this time.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/02/12 11:13
  • by 127.0.0.1