• Home
  • Help
  • Search
  • Login
  • Register
  Show Posts
Pages: 1 [2] 3 4 ... 9
16  Hardware and U-Boot firmware / Hardware / Re: Anyone preorder d2plug? on: September 22, 2011, 05:49:43 AM
if it is Ubuntu as you say the root password is disabled so you should be able to set it with:

sudo passwd root

or keep using sudo which is probably not such a bad idea.
17  General Category / General Discussion / Re: Forgotten password on: August 25, 2011, 07:01:20 PM
I did a bit of looking on internet and in the end found that link Smiley

http://www.plugcomputer.org/plugforum/index.php?topic=550.0

and this one:

http://www.plugcomputer.org/plugforum/index.php?topic=110.0
18  General Category / General Discussion / Re: Forgotten password on: August 24, 2011, 05:00:19 PM
did you actually changed the root password at the time?

if not try nosoup4u as it is the default root password for these box

I am not quite sure how to access the nand from the boot prompt but it must be possible
19  General Category / General Discussion / Re: Forgotten password on: August 24, 2011, 11:36:22 AM
are you booting of the nand or an external media?

From an external media you could always mount it an another PC and then follow that solution


http://www.novell.com/coolsolutions/trench/15629.html
20  General Category / General Discussion / Re: Unread Messages - forum very quietly? on: August 22, 2011, 04:12:49 AM
Hi Guidol,

the unread post page is very misguiding because for me too it will always show 0 message

but there is definitely some message on the forum. Not many though! may be 1 or 2 a day Smiley

check the forum page itself
21  Linux Stuff / Linux distributions / Re: Debian Installer broken? on: August 13, 2011, 04:19:57 PM
I assume you are connecting through the console port.

Could it be the setting like speed or something like that?
22  Hardware and U-Boot firmware / Hardware / Re: A Kick-Butt Replacement Power Supply on: July 05, 2011, 05:50:54 PM
I would not mind being added to the list of people bugging for a copy of the board Smiley

At the moment Canadian Tire is selling a solar panel to charge battery at around $15 for 12v/1W
I guess that is enough to make sure that the battery will stay charged for when you need it Smiley
23  Hardware and U-Boot firmware / Hardware / Re: A Kick-Butt Replacement Power Supply on: June 12, 2011, 05:25:29 PM
Thanks a lot for taking the time to price it all.

As you say a hobby was invented by men to avoid avoid having money in their pockets which causes damages to the pockets and eventually
upset the Mrs. So really it is for the good cause Cheesy
24  Hardware and U-Boot firmware / Hardware / Re: A Kick-Butt Replacement Power Supply on: June 12, 2011, 07:18:34 AM
Congratulation on your work. This is quite amazing what you have done

Did you do a cost estimate of the all project? I am really interested to have one of these board for myself Smiley
25  General Category / General Discussion / Re: How can i connect a CCTV camera to guru plug...??? on: June 09, 2011, 06:57:23 AM
I would search in this forum (and on the web) for Zoneminder.

it is definitely possible to connect usb camera to a guruplug.
26  Hardware and U-Boot firmware / U-Boot stuff / Re: One good uniform way to install a guru/sheeva wanted on: May 26, 2011, 11:17:22 AM
This is probably a stupid question but...what is the v9? is it thev9 in ArmV9?

isn't the plug a v7?

27  General Category / General Discussion / Re: Good silent external drive ? on: May 08, 2011, 04:52:44 PM
I recently bought a 2TB Fantom drive. It seems very quiet and is ultra fast. There is a fan to cool is down but you really have to stick
your ear to it to know it is there.

It is connected to the esata port of my PC for the moment but its final place will be on my Guruplug
28  General Category / General Discussion / Re: DreamPlug Tutorial on: April 30, 2011, 06:10:50 AM
Looking forward to receive my magazine then!
29  Hardware and U-Boot firmware / U-Boot stuff / Re: Wrong Image Format for bootm command on: April 22, 2011, 07:11:57 PM
ok forget about it!

I must have been high on something when I thought I rebooted that plug several time as is!!

there is now way that it could have worked!!!

I load with:
x_bootcmd_uImage=ext2load usb 2:1 0x0640000 /uImage

and then I boot with:
bootm 0x6400000 0x1100000;

Yes Philippe it sure must have worked!!!!

I fixed my error and all is good now!

Sorry about the message...Now if I could just remember what is was I was high on Smiley
Sorry about that m
30  Hardware and U-Boot firmware / U-Boot stuff / Wrong Image Format for bootm command on: April 22, 2011, 06:28:41 PM
Hi,

My guruplug was working perfectly well but tonight I decided to reboot it and got the following :
Code:
NAND:  512 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0, egiga1
88E1121 Initialized on egiga0
88E1121 Initialized on egiga1
Hit any key to stop autoboot:  0
(Re)start USB...
USB:   Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 4 USB Device(s) found
       scanning bus for storage devices... Device NOT ready
   Request Sense returned 02 3A 00
Device NOT ready
   Request Sense returned 02 3A 00
3 Storage Device(s) found
Loading file "/uImage" from usb device 2:1 (usbdc1)
1433640 bytes read
Loading file "/uInitrd" from usb device 2:1 (usbdc1)
5678260 bytes read
Wrong Image Format for bootm command
ERROR: can't get kernel image!
GuruPlug>>

This plug is booting entirely off a USB drive and I must say I was able to reboot it several time in the past and it worked

Tonight tough it won't. I have extracted the USB and did an fsck on it and all is good.

What image format is it complaining about?

Does anyone know what it can be?

Here is my printenv but it hasn't change in weeks

Code:
GuruPlug>> printenv
baudrate=115200
bootargs=console=ttyS0,115200 root=/dev/sdc2 rootdelay=10
bootcmd=run x_bootcmd
bootdelay=3
eth1addr=00:50:43:01:83:91
ethact=egiga0
ethaddr=00:50:43:01:83:90
filesize=56A4B4
stderr=serial
stdin=serial
stdout=serial
x_bootargs=console=ttyS0,115200
x_bootargs_root=root=/dev/sdc2 rootdelay=10
x_bootcmd=${x_bootcmd_usb}; ${x_bootcmd_uImage}; ${x_bootcmd_uInitrd}; setenv bootargs ${x_bootargs} ${x_bootargs_root};bootm 0x6400000 0x1100000;
x_bootcmd_uImage=ext2load usb 2:1 0x0640000 /uImage
x_bootcmd_uInitrd=ext2load usb 2:1 0x1100000 /uInitrd
x_bootcmd_usb=usb start

I will try to reboot on the internal nand
Pages: 1 [2] 3 4 ... 9