Welcome,
Guest
. Please
login
or
register
.
May 20, 2013, 02:35:46 AM
Show Posts
Pages: [
1
]
1
Hardware and U-Boot firmware
/
Hardware
/
Re: SDIO Error
on: September 21, 2009, 05:08:56 PM
try do this and see if it can mount
root@ubuntu:~# fdisk -l
root@ubuntu:~# mount /dev/mmcblk0p1 /mnt/
root@ubuntu:/# touch /mnt/test1
root@ubuntu:/# cd /mnt/
root@ubuntu:/mnt# ls
test1 file should be created.
2
Hardware and U-Boot firmware
/
Hardware
/
Re: did a resetenv, now how to restore various args so it boots from internal memory
on: May 11, 2009, 04:31:41 PM
The quick to restore everything back to normal is to use USB Recovery tool. You can find it here.
http://www.marvell.com/products/embedded_processors/developer/kirkwood/sheevaplug.jsp
3
Hardware and U-Boot firmware
/
Hardware
/
Re: Flash Problems?
on: April 30, 2009, 04:54:35 PM
Try these commands at the uBoot prompt; it skips bad blocks if encounters any.
>>setenv bootargs 'console=ttyS0,115200 mtdparts=nand_flash:0x400000@0x100000(uImage)ro,0x1fC00000@0x500000(rootfs) root=/dev/mtdblock2'
>>setenv bootcmd 'nand read.e 0x800000 0x100000 0x400000; bootm 0x800000'
>> saveenv
>> reset
4
Hardware and U-Boot firmware
/
Hardware
/
Re: Did my SheevaPlug arrive broken?
on: April 09, 2009, 03:13:03 PM
Have you tried to use the driver from the CD? You can also fetch it under resource --> download from openplug.org site
Pages: [
1
]
Loading...