Re: sheevaplug questions

2009-12-29 Thread Ronald Klop

On Sun, 27 Dec 2009 17:00:25 +0100, Zoran Kolic zko...@sbb.rs wrote:


Howdy!
I ordered sheevaplug box and read as much as I could,
regarding controlling this little node from bsd box.
Seems that cu works fine on linux, but module should
be loaded to enable serial emulation from usb host port
to mini usb port on sheevaplug. Does someone use this
mini computer and how connects to serial console?
Almost all of documetation mentions win and linux. I
suppose would be pretty easy to go further with serial
line available.
Btw, there is freebsd port for this plug already. Would
be fine to try it out.
Best regards

 Zoran


Hi,

I have 2 of them and cu works fine.

As root you can do this. The serial-over-usb provides you with 2 serial  
devices. The second one is the console. The first is the JTAG interface to  
flash the bios.


# cu -l cuaU1 -s 115200

The device number in cuaU1 is depending on how many serial devices you  
have over usb.


When you plug the serial-over-usb in you should see something like these  
lines in dmesg/messages.


Dec 28 18:30:17 sjakie kernel: ugen2.4: FTDI at usbus2
Dec 28 18:30:17 sjakie kernel: uftdi0: SheevaPlug JTAGKey FT2232D B on  
usbus2
Dec 28 18:30:17 sjakie kernel: uftdi1: SheevaPlug JTAGKey FT2232D B on  
usbus2


Ronald.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: sheevaplug questions

2009-12-29 Thread Zoran Kolic
Howdy!

 I have 2 of them and cu works fine.
 As root you can do this. The serial-over-usb provides you with 2 serial  
 devices. The second one is the console. The first is the JTAG interface to  
 flash the bios.
 # cu -l cuaU1 -s 115200

Perfect! I hardly wait to get the device!

 When you plug the serial-over-usb in you should see something like these  
 lines in dmesg/messages.
 Dec 28 18:30:17 sjakie kernel: ugen2.4: FTDI at usbus2
 Dec 28 18:30:17 sjakie kernel: uftdi0: SheevaPlug JTAGKey FT2232D B on  
 usbus2
 Dec 28 18:30:17 sjakie kernel: uftdi1: SheevaPlug JTAGKey FT2232D B on  
 usbus2

When I turn the plug on, in fact?

I suspect Attos tried to connect to wrong device name, or it was
on some older freebsd version? Also, there were more than one version
of plug, with maybe different hardware parts.

Not related to freebsd: forum posts point to error after changing
root password on the plug. Someone experienced it? I see no reason
to have any problem on default ubuntu 9.04 with simple passwd.
Almost all posters made apt-get update first. 

Thank you all for reply. Best regards

  Zoran

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: sheevaplug questions

2009-12-29 Thread Ronald Klop

On Tue, 29 Dec 2009 16:51:19 +0100, Zoran Kolic zko...@sbb.rs wrote:


Howdy!


I have 2 of them and cu works fine.
As root you can do this. The serial-over-usb provides you with 2 serial
devices. The second one is the console. The first is the JTAG interface  
to

flash the bios.
# cu -l cuaU1 -s 115200


Perfect! I hardly wait to get the device!


When you plug the serial-over-usb in you should see something like these
lines in dmesg/messages.
Dec 28 18:30:17 sjakie kernel: ugen2.4: FTDI at usbus2
Dec 28 18:30:17 sjakie kernel: uftdi0: SheevaPlug JTAGKey FT2232D B on
usbus2
Dec 28 18:30:17 sjakie kernel: uftdi1: SheevaPlug JTAGKey FT2232D B on
usbus2


When I turn the plug on, in fact?

I suspect Attos tried to connect to wrong device name, or it was
on some older freebsd version? Also, there were more than one version
of plug, with maybe different hardware parts.

Not related to freebsd: forum posts point to error after changing
root password on the plug. Someone experienced it? I see no reason
to have any problem on default ubuntu 9.04 with simple passwd.
Almost all posters made apt-get update first.

Thank you all for reply. Best regards

  Zoran


Please provide a link to the forum post. Otherwise I can only guess what  
you mean.


There is no error because of changing the password. But there are some  
thing broken in the default install (missing dir, missing timezone, etc.).  
Follow the commands in this link and you're ready to go.

http://www.plugcomputer.org/plugwiki/index.php/QuickStart

Ronald.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: sheevaplug questions

2009-12-29 Thread Zoran Kolic
Hi, Ronald!

 Please provide a link to the forum post. Otherwise I can only guess what  
 you mean.
 There is no error because of changing the password. But there are some  
 thing broken in the default install (missing dir, missing timezone, etc.).  
 Follow the commands in this link and you're ready to go.
 http://www.plugcomputer.org/plugwiki/index.php/QuickStart

It was not easy to find the link again.

plugcomputer.org/plugforum/index.php?topic=110.0

I found more complaints over lost root pass all over forums.
Simply people mess something without trail what it was.
Once more, I still have no device, so cannot try out anything.
Thanks for help.

 Zoran

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: sheevaplug questions

2009-12-28 Thread Attos
Hi Zoran,

I have a Sheevaplug but I haven't been able to use the usb serial
interface from my FreeBSD box. What I ended up with is using a EEE-PC
with Ubuntu and minicomm set up as modem-less connection.

I only needed this to set the plug to use a SD card for the main
storage and not wear off the internal flash memory and have extra
storage.

Under normal operation you do not need the serial console since you
can connect to it using ssh once the plug boots and acquires an IP
using DHCP. The default name is debian or look into the DHCP server
log and find the assigned IP.

Cheers

On Sun, Dec 27, 2009 at 11:00 AM, Zoran Kolic zko...@sbb.rs wrote:
 Howdy!
 I ordered sheevaplug box and read as much as I could,
 regarding controlling this little node from bsd box.
 Seems that cu works fine on linux, but module should
 be loaded to enable serial emulation from usb host port
 to mini usb port on sheevaplug. Does someone use this
 mini computer and how connects to serial console?
 Almost all of documetation mentions win and linux. I
 suppose would be pretty easy to go further with serial
 line available.
 Btw, there is freebsd port for this plug already. Would
 be fine to try it out.
 Best regards

                         Zoran


 ___
 freebsd-stable@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-stable
 To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org




-- 
Attos Janus
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


sheevaplug questions

2009-12-27 Thread Zoran Kolic
Howdy!
I ordered sheevaplug box and read as much as I could,
regarding controlling this little node from bsd box.
Seems that cu works fine on linux, but module should
be loaded to enable serial emulation from usb host port
to mini usb port on sheevaplug. Does someone use this
mini computer and how connects to serial console?
Almost all of documetation mentions win and linux. I
suppose would be pretty easy to go further with serial
line available.
Btw, there is freebsd port for this plug already. Would
be fine to try it out.
Best regards

 Zoran


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org