m*d 发帖数: 7658 | 1 问题是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 | 2 说说详细过程?我老自己build了全套kernel+module,但是
没敢刷,因为没找到详细步骤,这玩意儿搞死了要恢复太难
了,能不拆就不拆。。。
【在 m*d 的大作中提到】 : 问题是rcS missing, : 大多数的kernal module都不working, : no network, no usb : uboot启动ping和tftp是working,说明网卡functionly well : 先用tftp archlinuxarm的uimage, : 改bootenv : 从优盘启动, : 然后用原版的rootfs覆盖ubi0, : 这样恢复了原厂设置 : ebay的孙子太坏了,这样的东西也拿来卖
| m*d 发帖数: 7658 | 3 这是看来的
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=128M poweroutage=yes
bootcmd=run boot_tftp
【在 x*z 的大作中提到】 : 说说详细过程?我老自己build了全套kernel+module,但是 : 没敢刷,因为没找到详细步骤,这玩意儿搞死了要恢复太难 : 了,能不拆就不拆。。。
|
|