Differences between current version and predecessor to the previous major change of CyberLeo/Scraps/POGO-P21.

Other diffs: Previous Revision, Previous Author

Newer page: version 16 Last edited on Saturday, 20 October 2012 18:48:55 by CyberLeo
Older page: version 13 Last edited on Sunday, 30 September 2012 16:37:55 by CyberLeo Revert
@@ -17,8 +17,9 @@
 ** http://search.digikey.com/us/en/products/TTL-232R-3V3-WE/768-1016-ND/1836394 
 * Except the above doesn't fit. This should: 
 ** http://www.digikey.com/product-detail/en/SWR201-NRTN-S04-SA-WH/S9457-ND/2769602 
 ** http://www.digikey.com/product-detail/en/SWH201-NULN-S04-UU-WH/S9406-ND/2411374 
+** 115200,8n1  
  
  
 http://web.archive.org/web/20101221152953/http://plugapps.com/index.php5?title=Hardware:_Pogoplug_Pro 
  
@@ -43,4 +44,29 @@
  
 SATA boot: 
  
 http://archlinuxarm.org/forum/viewtopic.php?f=29&t=2146 
+  
+Stock boot parameters:  
+<code brush="plain">  
+/ # /usr/local/cloudengines/bin/blparam  
+bootcmd=run boot_nand  
+bootdelay=2  
+baudrate=115200  
+autoload=n  
+netmask=255.255.0.0  
+bootfile="uImage"  
+kernflmode=s  
+load_nand=nboot 60500000 0 200000  
+load_nand2=nboot 60500000 0 800000  
+boot=bootm 60500000  
+boot_nand=run load_nand boot || run load_nand2 boot  
+stdin=serial  
+stdout=serial  
+stderr=serial  
+bootargs=root=ubi0:rootfs ubi.mtd=2,512 rootfstype=ubifs console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M poweroutage=yes  
+ethaddr=see label on the bottom of the device  
+cesvcid=see label on the bottom of the device, without hyphens  
+ceboardver=PPV3  
+serverip=192.168.1.20  
+ipaddr=192.168.1.122  
+</code>  

current version

Outside:

  • 4x USB2.0
  • 1x Gigabit Ethernet

Inside:

http://web.archive.org/web/20101221152953/http://plugapps.com/index.php5?title=Hardware:_Pogoplug_Pro

Software:

http://www.pogoplugged.com/forum/thread/14902/Pogoplug-Pro-U-Boot-Kernel-Sources/#11255

http://pogoplug.com/opensource

http://archlinuxarm.org/ (Platforms -> ARMv6 -> PogoPlug Pro/Video/V3)

https://github.com/WarheadsSE/OX820-3.1-Linux

Original images?:

http://archlinuxarm.org/mirror/ce/

http://download.pogoplug.com/opensource/#PRO

SATA boot:

http://archlinuxarm.org/forum/viewtopic.php?f=29&t=2146

Stock boot parameters:

/ # /usr/local/cloudengines/bin/blparam
bootcmd=run boot_nand
bootdelay=2
baudrate=115200
autoload=n
netmask=255.255.0.0
bootfile="uImage"
kernflmode=s
load_nand=nboot 60500000 0 200000
load_nand2=nboot 60500000 0 800000
boot=bootm 60500000
boot_nand=run load_nand boot || run load_nand2 boot
stdin=serial
stdout=serial
stderr=serial
bootargs=root=ubi0:rootfs ubi.mtd=2,512 rootfstype=ubifs console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M poweroutage=yes
ethaddr=see label on the bottom of the device
cesvcid=see label on the bottom of the device, without hyphens
ceboardver=PPV3
serverip=192.168.1.20
ipaddr=192.168.1.122