FindPage
View Source:
CyberLeo/Scraps/POGO-P21
Note:
You are viewing an old version of this page.
View the current version.
Outside: * 4x USB2.0 * 1x Gigabit Ethernet Inside: * OXNAS 7820 ARMv6 dual-core 700MHz * 128MB RAM * 128MB NAND flash * 1x SATA port, no PMP * JTAG is port HD5, but has no header: http://archlinuxarm.org/forum/viewtopic.php?f=29&t=1118#p6256 ** Need pinout! * Port J3 is most likely a serial port ** http://web.archive.org/web/20101128072832/http://plugapps.com/images/f/fd/Pogoplug_Pro_Serial_Pinout.jpeg ** http://search.digikey.com/us/en/products/51021-0400/WM1722-ND/242844?wt.mc_id=Dxn_US_T091_Catlink ** 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 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: <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>