• Home
  • Help
  • Search
  • Login
  • Register
  Show Posts
Pages: 1 ... 10 11 [12] 13
166  Hardware and U-Boot firmware / Hardware / Re: Corruption on SD card? on: October 11, 2009, 09:36:37 AM
Have you experienced this with several SD cards? USB DOK/HDD?
167  General Category / General Discussion / Re: Sheevaplug installer - version 1.0 on: October 11, 2009, 08:12:50 AM
Hi,

Regarding the USB Audio, I have my plug serving as a music jukebox @home, look @ the wiki http://plugcomputer.org/plugwiki/index.php/USB_Audio
There are some posts on the forum related to this topic that might help you, just search.

Regarding the installer on win32, are you using XP?

If you want the plug to use your custom kernel you might need to clean up the kernel modules that were installed in /lib. I suggest you use the config used in http://sheeva.with-linux.com/sheeva/ as base and add/remove from it drivers.

If you need a clean rootfs, take the Ubuntu rootfs.tar.gz from the installer http://plugcomputer.org/index.php/us/resources/downloads?func=fileinfo&id=53
168  Hardware and U-Boot firmware / U-Boot stuff / Re: Recovering from usb and a defaulted uboot env on: October 09, 2009, 09:23:31 PM
Look @ http://plugcomputer.org/plugforum/index.php?topic=717.0, you can also fine valuable information in the plug forum
169  Hardware and U-Boot firmware / U-Boot stuff / Re: Recovering from usb and a defaulted uboot env on: October 09, 2009, 12:43:08 PM
Any special reason you did not try the installer to recover the file system on the NAND flash?
170  Linux Stuff / General Linux questions / Re: SheevaPlug with Ethernet hub not working on: October 08, 2009, 02:18:50 PM
Please pay attention to the fact that the kernel running on the plug you got from GlobalScale includes Marvell LSP based Kernel (2.6.22.18+LSP) and the one you are using with installer is based on mainline (>2.6.30).

It could be that there is some bug in the mainline...
171  General Category / General Discussion / Re: Sheevaplug installer - version 1.0 on: October 06, 2009, 01:58:09 AM
Quote
8- After "ctrl+C" /  unplug+reconnect miniusb / open putty session on COM14 /  rest the plug : should I expect to get the exact same ouput logs in Putty session screen ??
      YES AND NO  : through my various attemp, inserting the sd card at different stage, I always got to the same step after the plug reset :

Basically after the flash burn procedure finished, you should disconnect the mini USB and connect it again (do not remove the SD card during the installation procedure).
This action is needed since windows does not release the USB device until the USB cable is removed from the PC. I tried several openocd actions but none helped.

So if windows does not release the FTDI driver (in case you do not remove the USB cable), you will not be able to see to console since windows does not allow both ports to be active (FTDI JTAG and Console) unlike Linux that does support opening ports for both devices.

The problem is this, disconnecting the USB cable might cause a HW reset which might interfer with the installation procedure, this is why you should do the disconnect of the mini USB right after the burn finished or wait several minutes for the intallation to finish, without opening the serial, it is hard to know when it finishes, a HW reset should indicate the process end (all LEDs light up).
172  Hardware and U-Boot firmware / U-Boot stuff / Re: Installer v1.0 issue? on: September 29, 2009, 12:12:48 PM
You should have the following files on the DOK root directory:
1) initrd
2) modules.tar.gz
3) rootfs.tar.gz
4) uImage
173  General Category / Application ideas and development Q/A / Re: Night Downloader on: September 28, 2009, 12:02:36 AM
transmission supports both torrent file upload from your PC and URL
174  General Category / Application ideas and development Q/A / Re: Night Downloader on: September 27, 2009, 01:02:03 PM
I have my Plug running transmission-daemon, this torrent client is fast and has a slick web GUI, try it out.
175  General Category / General Discussion / Re: Sheevaplug installer - version 1.0 on: September 25, 2009, 01:54:07 AM
Can I clarify on making a usb drive boot using the 1.0 installer?

I have a working openplug now, and don't want to accidently nuke it Smiley

What would be the instructions to make a flash boot? I am guessing on having a usb drive with the installer/* contents in it. Then running ./runme.php mmc     . That will then give me a bootable usb drive I can put into the sheeva?
Hi SuperRoach,

Running ./runme.php mmc will create two partitions on the SD card and will modify the uboot env to boot from the SD.
The USB DOK is used to trore the file system, kernel modules and uImage that is copied to the SD during the process of the installer (done by initrd loaded by uboot)
176  General Category / General Discussion / Re: Sheevaplug installer - version 1.0 on: September 24, 2009, 12:33:23 AM
Quote
Its just a bit weird that it causes the sheeva to restart when it gets those errors
What do you mean by that?
when you run the runme.php and the console prints the openocd stuff the plug resets?
177  General Category / General Discussion / Re: Sheevaplug installer - version 1.0 on: September 23, 2009, 11:23:41 PM
Hi Reedy,

Well it looks like your Linux does see the two ttyUSB ports and there is no permission issue.
I occasionally get the same error from openocd, to recover I try the following:
* press the reset button with the paper clip
* unplug/plug the mini USB
* power cycle the plug
* rmmod and modprobe the device driver

One of the above gets the job done for me, now if it does not work for you then try:
* replacing the mini USB cable, users have complained that the mini USB socket can be loosy
* try the installer on a Linux machine
* try the installer on a XP machine (my last resort Wink)
178  General Category / General Discussion / Re: Sheevaplug installer - version 1.0 on: September 23, 2009, 11:58:14 AM
Hi klauterbach,

The cruzer is U3 based, could it be that the U3 is preventing uboot to recognize the DOK? can you try another DOK?

Regarding the Bad Magic number, since uboot could not find the DOK it continued the boot procedure by trying to load from 00800000 but since nothing was burned there but this sector was erased the uImage Magic number could not be found, thus uboot did not find a valid uImage.
179  General Category / General Discussion / Re: Sheevaplug installer - version 1.0 on: September 23, 2009, 01:28:36 AM
Hi Reedy,

Quote
/dev/ttyUSB0 seems to have gone

When plugging your mini USB you should see two new devices in the /dev/ttyUSB*, here is my dmesg for the mini USB plug action:
Quote
[1905919.096051] usb 1-1: new full speed USB device using uhci_hcd and address 24
[1905919.303628] usb 1-1: configuration #1 chosen from 1 choice
[1905919.313276] ftdi_sio 1-1:1.0: FTDI USB Serial Device converter detected
[1905919.313332] ftdi_sio: Detected FT2232C
[1905919.313539] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB1
[1905919.319860] ftdi_sio 1-1:1.1: FTDI USB Serial Device converter detected
[1905919.319913] ftdi_sio: Detected FT2232C
[1905919.320038] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB2

The first one is used by the openocd as JTAG and the second one is the console.
Do you see these two devices?
180  General Category / General Discussion / Re: Sheevaplug installer - version 1.0 on: September 23, 2009, 12:57:02 AM
Quote
so is there any way i could just upgrade it without wiping everything out?
If you want to burn the new uboot then you can run the installer without any USB DOK connected to the plug, so basically you are running the openocd to burn the uboot and uboot env.

If this is the case I recommend you change the /uboot-env/uboot-mmc-custom.txt file.
Pages: 1 ... 10 11 [12] 13