a9 发帖数: 21638 | 1 是pogopro吧?pogopro改了就是改了。好像不能直接启动nand上的原系统,只有修改启
动参数还可以。
设备
然被 |
|
a9 发帖数: 21638 | 2 是,我用pogopro,最多只能跑到2M。电脑轻松3M以上。 |
|
e*i 发帖数: 10288 | 3 我花10块钱在 ebay 上买了一个 pogopro (with sata wireless N),
找不到办法 enable SSH
生气了,开盒子,上串口,一路 boot 上去,最后回车一敲,直接 root 了,
连用户密码都不用。 |
|
w*******y 发帖数: 60932 | 4 Came accross this email, pretty sweet deal.
use these promo codes at www.Buy.com:
http://www.Buy.com
to get $50 off the standard Pogoplug and $70 off the Pogoplug Business.
They are also doing half off on the Software ($15 off), which is better than
what some were offering a few weeks ago @ $10 off.
Link to enter the codes:
Link:
http://checkout.buy.com/CO/Basket/marketingcode.aspx
Promo codes:
Pogo Reg- POGOPRO
Pogo Biz- POGOBIZ
Software- POGOSFT
|
|
m*d 发帖数: 7658 | 5 问题是rcS missing,
大多数的kernal module都不working,
no network, no usb
uboot启动ping和tftp是working,说明网卡functionly well
先用tftp archlinuxarm的uimage,
改bootenv
从优盘启动,
然后用原版的rootfs覆盖ubi0,
这样恢复了原厂设置
ebay的孙子太坏了,这样的东西也拿来卖 |
|
x*z 发帖数: 1010 | 6 说说详细过程?我老自己build了全套kernel+module,但是
没敢刷,因为没找到详细步骤,这玩意儿搞死了要恢复太难
了,能不拆就不拆。。。 |
|
m*d 发帖数: 7658 | 7 这是看来的
The simplest method (that works at this time) is to use the NAND environment
s' /usr/local/cloudengines/bin/blparam to setup to boot from tftp, and point
it as the sata, or usb (it generally starts enumeration of usb from etherne
t up, and around to the front, at boot.
Here is mine, booting to sata.
load_tftp=tftp 60500000 uImage
boot_tftp=run load_tftp boot
bootargs=root=/dev/sda1 ubi.mtd=2,512 rootfstype=ext3 console=ttyS0,115200 e
levator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=12... 阅读全帖 |
|
m*d 发帖数: 7658 | 8 需要有个tftpserver提供uImage,当然也可以改mtd0,不过总觉得不够安全,很容易搞
死。
pogopro每次启动要从tftp下uimage,免刷机,很安全。
原版kernel和ramdisk都在,怎么弄都死不了。
先装了archlinuxarm,再用alarm的lib/module和usr/local替换debian release
就可以用debian启动了。
apt-get install/update都正常使用 |
|
m*d 发帖数: 7658 | 9 需要有个tftpserver提供uImage,当然也可以改mtd0,不过总觉得不够安全,很容易搞
死。
pogopro每次启动要从tftp下uimage,免刷机,很安全。
原版kernel和ramdisk都在,怎么弄都死不了。
先装了archlinuxarm,再用alarm的lib/module和usr/local替换debian release
就可以用debian启动了。
apt-get install/update都正常使用 |
|
a9 发帖数: 21638 | 10 神由的nand太小了。pogopro的比较大
不用担心写坏。就那么几次写,怎么会写坏呢。 |
|