Re: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)

2013-06-12 Thread Eric Edwin
Hi Yan, 
The Angstrom 2007.12r13 image I use has browsers minimo  midori but I'm not 
sure if they run javascript. The commands minicom  picocom in the root shell 
have no effect, therefore I assume these are not installed with this image. 

The oe-core conf files I use for spitz are; 

bblayers.conf:
http://pastebin.com/1ktExTLi

local.conf
http://pastebin.com/ZcFsctn5
You may be better amending the automatically generated well commented local.conf

You may have to create the appropriate recipes for minicom, picocom, etc, see 
http://www.openembedded.org/wiki/OpenEmbedded-Core.
 
I have ~6 working images approx 3 to 6 months old which I have had a cursory 
glance over  I do not see minicom or picocom. I can upload these images for 
you to download if you would like to experiment with them. If you require any 
more info please contact me. 

Eric 


 Date: Thu, 6 Jun 2013 15:27:45 -0700
 From: y...@seiner.com
 To: angstrom-distro-users@linuxtogo.org
 Subject: Re: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)
 
 Hi Eric:
 
 My needs are (fairly) simple
 
 I am trying to get an image with a browser that runs javascript, 
 supports sound output, and has minicom, picocom, or some similar serial 
 communications app.
 
 the 2007.12 image which boots fine does not have a browser nor minicom.
 
 The later images that hang on the pxa... line do - but they don't boot.
 
 I also found zubuntu, which is based on hardy heron, and boots fine, 
 runs firefox, but does not have minicom available and the repositories 
 no longer exist.  :(
 
 http://www.omegamoon.com/blog/static.php?page=ZaurusUbuntu
 
 I don't mind building my own images; I do a lot of work with OpenWRT so 
 I am used to building embedded stuff, as long as it is somewhat user 
 friendly  :)
 
 So yes, I'd be willing to build it if I can get a recipe.
 
 The
 
 pxa2xx-udc pxa2xx-udc: UDC connecting
 
 message is apparently due to a race condition in the boot scripts 
 somewhere.  I have not tried to track that down.
 
 --Yan
 
 Eric Edwin wrote:
  Hi Yan, I have a Zaurus Spitz (SL-C3000)  Terrier (SL-C3200). The most 
  recent Angstrom image I managed to get to boot OK was from; 
  http://www.angstrom-distribution.org/releases/2007.12/images/
  The last narcissus image I built in February 2012 failed to proceed past 
  the message; 'pxa2xx-udc pxa2xx-udc: UDC connecting' 
  I have managed to build a working Open Embedded Core image with 3.2.18 
  kernel 
  (core-image-minimal  core-image-sato). You also have the option of; 
  Zgrom
  For the past ~3months the OpenEmbedded built image (~3.2.32 kernel) has 
  errors therefore please take this into account if you decide to build your 
  own image. If you require any more info please contact me. 
 
  Best regards, 
  Eric  
 

  Date: Wed, 5 Jun 2013 10:25:20 -0700
  From: y...@seiner.com
  To: angstrom-distro-users@linuxtogo.org
  Subject: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)
 
  I have tried building 2011.03 on narcissus for a Sharp SL-C3100.  I 
  badly need WPA-PSK support, and I need a newer kernel than the 2007.11 
  release offers.
 
  I can't get the image to boot.  It hangs at Can't open /dev/misc/rtc: 
  no such file or directory.  It never starts the GUI.
 
  Does anyone have a newer image with a newer kernel that supports WPA-PSK?
 
  Thanks.
 
  -- 
  Project Management Consulting and Training
  http://www.ridgelineconsultingllc.com
 
 
  ___
  Angstrom-distro-users mailing list
  Angstrom-distro-users@linuxtogo.org
  http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
  

  ___
  Angstrom-distro-users mailing list
  Angstrom-distro-users@linuxtogo.org
  http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
 
  !DSPAM:51b10295236781804284693!
 

 
 
 -- 
 Project Management Consulting and Training
 http://www.ridgelineconsultingllc.com
 
 
 ___
 Angstrom-distro-users mailing list
 Angstrom-distro-users@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
  
___
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users


Re: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)

2013-06-12 Thread Eric Edwin
That's great news Andrea. 
Eric 

 Date: Fri, 7 Jun 2013 10:24:57 +0200
 From: andrea.ad...@gmail.com
 To: angstrom-distro-users@linuxtogo.org
 Subject: Re: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)
 
 On Fri, Jun 7, 2013 at 12:27 AM, Yan Seiner y...@seiner.com wrote:
  Hi Eric:
 
  My needs are (fairly) simple
 
  I am trying to get an image with a browser that runs javascript, supports
  sound output, and has minicom, picocom, or some similar serial
  communications app.
 
  the 2007.12 image which boots fine does not have a browser nor minicom.
 
  The later images that hang on the pxa... line do - but they don't boot.
 
  I also found zubuntu, which is based on hardy heron, and boots fine, runs
  firefox, but does not have minicom available and the repositories no longer
  exist.  :(
 
  http://www.omegamoon.com/blog/static.php?page=ZaurusUbuntu
 
  I don't mind building my own images; I do a lot of work with OpenWRT so I am
  used to building embedded stuff, as long as it is somewhat user friendly
  :)
 
  So yes, I'd be willing to build it if I can get a recipe.
 
  The
 
  pxa2xx-udc pxa2xx-udc: UDC connecting
 
  message is apparently due to a race condition in the boot scripts somewhere.
  I have not tried to track that down.
 
  --Yan
 
  Eric Edwin wrote:
 
  Hi Yan, I have a Zaurus Spitz (SL-C3000)  Terrier (SL-C3200). The most
  recent Angstrom image I managed to get to boot OK was from;
  http://www.angstrom-distribution.org/releases/2007.12/images/
  The last narcissus image I built in February 2012 failed to proceed past
  the message; 'pxa2xx-udc pxa2xx-udc: UDC connecting' I have managed to 
  build
  a working Open Embedded Core image with 3.2.18 kernel (core-image-minimal 
  core-image-sato). You also have the option of; Zgrom
  For the past ~3months the OpenEmbedded built image (~3.2.32 kernel) has
  errors therefore please take this into account if you decide to build your
  own image. If you require any more info please contact me.
  Best regards, Eric
 
 
  Date: Wed, 5 Jun 2013 10:25:20 -0700
  From: y...@seiner.com
  To: angstrom-distro-users@linuxtogo.org
  Subject: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)
 
  I have tried building 2011.03 on narcissus for a Sharp SL-C3100.  I badly
  need WPA-PSK support, and I need a newer kernel than the 2007.11 release
  offers.
 
  I can't get the image to boot.  It hangs at Can't open /dev/misc/rtc: no
  such file or directory.  It never starts the GUI.
 
  Does anyone have a newer image with a newer kernel that supports WPA-PSK?
 
  Thanks.
 
  --
  Project Management Consulting and Training
  http://www.ridgelineconsultingllc.com
 
 
  ___
  Angstrom-distro-users mailing list
  Angstrom-distro-users@linuxtogo.org
  http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
 
 
 
  ___
  Angstrom-distro-users mailing list
  Angstrom-distro-users@linuxtogo.org
  http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
 
  !DSPAM:51b10295236781804284693!
 
 
 
 
 
  --
  Project Management Consulting and Training
  http://www.ridgelineconsultingllc.com
 
 
  ___
  Angstrom-distro-users mailing list
  Angstrom-distro-users@linuxtogo.org
  http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
 
 Hi,
 
 unfortunately the images built by the old Narcissus have issues with
 udev and don't have any maintainance.
 However there is today a new Narcissus based on oe-core: it just needs
 to be expanded with configuration for Zaurus.
 
 I plan to send the setup as soon as possible, atm I'm still working
 about reducing 3.8 kernel size.
 
 
 Cheers
 
 Andrea
 
 ___
 Angstrom-distro-users mailing list
 Angstrom-distro-users@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
  
___
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users


Re: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)

2013-06-12 Thread Yan Seiner
Actually the Javascript turned out to be a red herring.  I need html5 
summort; epiphany 2.30.6 will work and is included in the later images 
that don't boot.  :(


I think it's microcom that's in busybox.  It would be great if this was 
included in the base build.


I'll grab your conf files and play with them once I get through my 
current push.


Thanks!

Eric Edwin wrote:

Hi Yan,
The Angstrom 2007.12r13 image I use has browsers minimo  midori but 
I'm not sure if they run javascript. The commands minicom  picocom in 
the root shell have no effect, therefore I assume these are not 
installed with this image.


The oe-core conf files I use for spitz are;

bblayers.conf:
http://pastebin.com/1ktExTLi

local.conf
http://pastebin.com/ZcFsctn5
You may be better amending the automatically generated well
commented local.conf


You may have to create the appropriate recipes for minicom, picocom, 
etc, see http://www.openembedded.org/wiki/OpenEmbedded-Core.
 
I have ~6 working images approx 3 to 6 months old which I have had a 
cursory glance over  I do not see minicom or picocom. I can upload 
these images for you to download if you would like to experiment with 
them. If you require any more info please contact me.


Eric


 Date: Thu, 6 Jun 2013 15:27:45 -0700
 From: y...@seiner.com
 To: angstrom-distro-users@linuxtogo.org
 Subject: Re: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)

 Hi Eric:

 My needs are (fairly) simple

 I am trying to get an image with a browser that runs javascript,
 supports sound output, and has minicom, picocom, or some similar serial
 communications app.

 the 2007.12 image which boots fine does not have a browser nor minicom.

 The later images that hang on the pxa... line do - but they don't boot.

 I also found zubuntu, which is based on hardy heron, and boots fine,
 runs firefox, but does not have minicom available and the repositories
 no longer exist. :(

 http://www.omegamoon.com/blog/static.php?page=ZaurusUbuntu

 I don't mind building my own images; I do a lot of work with OpenWRT so
 I am used to building embedded stuff, as long as it is somewhat user
 friendly :)

 So yes, I'd be willing to build it if I can get a recipe.

 The

 pxa2xx-udc pxa2xx-udc: UDC connecting

 message is apparently due to a race condition in the boot scripts
 somewhere. I have not tried to track that down.

 --Yan

 Eric Edwin wrote:
  Hi Yan, I have a Zaurus Spitz (SL-C3000)  Terrier (SL-C3200). The 
most recent Angstrom image I managed to get to boot OK was from; 
http://www.angstrom-distribution.org/releases/2007.12/images/
  The last narcissus image I built in February 2012 failed to 
proceed past the message; 'pxa2xx-udc pxa2xx-udc: UDC connecting'
  I have managed to build a working Open Embedded Core image with 
3.2.18 kernel

  (core-image-minimal  core-image-sato). You also have the option of;
  Zgrom
  For the past ~3months the OpenEmbedded built image (~3.2.32 
kernel) has errors therefore please take this into account if you 
decide to build your own image. If you require any more info please 
contact me.

 
  Best regards,
  Eric
 
 
  Date: Wed, 5 Jun 2013 10:25:20 -0700
  From: y...@seiner.com
  To: angstrom-distro-users@linuxtogo.org
  Subject: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)
 
  I have tried building 2011.03 on narcissus for a Sharp SL-C3100. I
  badly need WPA-PSK support, and I need a newer kernel than the 
2007.11

  release offers.
 
  I can't get the image to boot. It hangs at Can't open 
/dev/misc/rtc:

  no such file or directory. It never starts the GUI.
 
  Does anyone have a newer image with a newer kernel that supports 
WPA-PSK?

 
  Thanks.
 
  --
  Project Management Consulting and Training
  http://www.ridgelineconsultingllc.com
 
 
  ___
  Angstrom-distro-users mailing list
  Angstrom-distro-users@linuxtogo.org
  
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

 
 
  ___
  Angstrom-distro-users mailing list
  Angstrom-distro-users@linuxtogo.org
  
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

 
 
 
 


 --
 Project Management Consulting and Training
 http://www.ridgelineconsultingllc.com


 ___
 Angstrom-distro-users mailing list
 Angstrom-distro-users@linuxtogo.org
 
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
!DSPAM:51b8e49c287841804284693! 



--
Project Management Consulting and Training
http://www.ridgelineconsultingllc.com


___
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users


Re: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)

2013-06-12 Thread Eric Edwin
Hi Andrea,
These errors are; 

[OE-core] libdrm_2.4.42.bb Error, MACHINE = spitz
http://lists.openembedded.org/pipermail/openembedded-core/2013-April/077840.html

[OE-core] Error gettext_0.18.2, spitz
http://lists.openembedded.org/pipermail/openembedded-core/2013-May/078070.html

Using oe-core; 
BBLAYERS ?=  \
  /home/eric/oe-core/meta \
  /home/eric/oe-core/meta-handheld \
  /home/eric/oe-core/meta-openembedded/meta-initramfs \
  
I've git pull the directories this evening  attempted to build core-image-sato 
 the following error occurs; 

ERROR: Task 661 
(virtual:native:/home/eric/oe-core/meta/recipes-core/gettext/gettext_0.18.2.bb, 
do_compile) failed with exit code '1'
 
which I assume is the same error above. 

If you require any more info or if I am using oe-core incorrectly please let me 
know. 

Thanks in advance, 
Eric  


 

 Date: Fri, 7 Jun 2013 10:28:21 +0200
 From: andrea.ad...@gmail.com
 To: angstrom-distro-users@linuxtogo.org
 Subject: Re: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)
 
 On Thu, Jun 6, 2013 at 11:28 PM, Eric Edwin eric_ed...@hotmail.com wrote:
  Hi Yan, I have a Zaurus Spitz (SL-C3000)  Terrier (SL-C3200). The most 
  recent Angstrom image I managed to get to boot OK was from; 
  http://www.angstrom-distribution.org/releases/2007.12/images/
  The last narcissus image I built in February 2012 failed to proceed past 
  the message; 'pxa2xx-udc pxa2xx-udc: UDC connecting'
  I have managed to build a working Open Embedded Core image with 3.2.18 
  kernel
  (core-image-minimal  core-image-sato). You also have the option of;
  Zgrom
  For the past ~3months the OpenEmbedded built image (~3.2.32 kernel) has 
  errors therefore please take this into account if you decide to build your 
  own image. If you require any more info please contact me.
 
  Best regards,
  Eric
 
 No idea about those errors...
 Are you referring to Angstrom images or images built with the simpler
 [oe-core + meta-initramfs + meta-handheld] setup?
 
 
 Cheers
 
 Andrea
 
 
 
 
  Date: Wed, 5 Jun 2013 10:25:20 -0700
  From: y...@seiner.com
  To: angstrom-distro-users@linuxtogo.org
  Subject: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)
 
  I have tried building 2011.03 on narcissus for a Sharp SL-C3100.  I
  badly need WPA-PSK support, and I need a newer kernel than the 2007.11
  release offers.
 
  I can't get the image to boot.  It hangs at Can't open /dev/misc/rtc:
  no such file or directory.  It never starts the GUI.
 
  Does anyone have a newer image with a newer kernel that supports WPA-PSK?
 
  Thanks.
 
  --
  Project Management Consulting and Training
  http://www.ridgelineconsultingllc.com
 
 
  ___
  Angstrom-distro-users mailing list
  Angstrom-distro-users@linuxtogo.org
  http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
 
  ___
  Angstrom-distro-users mailing list
  Angstrom-distro-users@linuxtogo.org
  http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
 
 ___
 Angstrom-distro-users mailing list
 Angstrom-distro-users@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
  
___
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users


Re: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)

2013-06-12 Thread Eric Edwin
I am using a oe-core core-image-sato image from Nov 2012  this includes 
microcom as part of BusyBox v1.20.2. You may have to create a recipe for 
epiphany; I'd be interested to know how this goes, I'd like to do the same for 
gnu chess or similar.  

Eric 

 Date: Wed, 12 Jun 2013 14:23:35 -0700
 From: y...@seiner.com
 To: eric_ed...@hotmail.com
 CC: angstrom-distro-users@linuxtogo.org
 Subject: Re: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)
 
 Actually the Javascript turned out to be a red herring.  I need html5 
 summort; epiphany 2.30.6 will work and is included in the later images 
 that don't boot.  :(
 
 I think it's microcom that's in busybox.  It would be great if this was 
 included in the base build.
 
 I'll grab your conf files and play with them once I get through my 
 current push.
 
 Thanks!
 
 Eric Edwin wrote:
  Hi Yan,
  The Angstrom 2007.12r13 image I use has browsers minimo  midori but 
  I'm not sure if they run javascript. The commands minicom  picocom in 
  the root shell have no effect, therefore I assume these are not 
  installed with this image.
 
  The oe-core conf files I use for spitz are;
 
  bblayers.conf:
  http://pastebin.com/1ktExTLi
 
  local.conf
  http://pastebin.com/ZcFsctn5
  You may be better amending the automatically generated well
  commented local.conf
 
 
  You may have to create the appropriate recipes for minicom, picocom, 
  etc, see http://www.openembedded.org/wiki/OpenEmbedded-Core.
   
  I have ~6 working images approx 3 to 6 months old which I have had a 
  cursory glance over  I do not see minicom or picocom. I can upload 
  these images for you to download if you would like to experiment with 
  them. If you require any more info please contact me.
 
  Eric
 
 
   Date: Thu, 6 Jun 2013 15:27:45 -0700
   From: y...@seiner.com
   To: angstrom-distro-users@linuxtogo.org
   Subject: Re: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)
  
   Hi Eric:
  
   My needs are (fairly) simple
  
   I am trying to get an image with a browser that runs javascript,
   supports sound output, and has minicom, picocom, or some similar serial
   communications app.
  
   the 2007.12 image which boots fine does not have a browser nor minicom.
  
   The later images that hang on the pxa... line do - but they don't boot.
  
   I also found zubuntu, which is based on hardy heron, and boots fine,
   runs firefox, but does not have minicom available and the repositories
   no longer exist. :(
  
   http://www.omegamoon.com/blog/static.php?page=ZaurusUbuntu
  
   I don't mind building my own images; I do a lot of work with OpenWRT so
   I am used to building embedded stuff, as long as it is somewhat user
   friendly :)
  
   So yes, I'd be willing to build it if I can get a recipe.
  
   The
  
   pxa2xx-udc pxa2xx-udc: UDC connecting
  
   message is apparently due to a race condition in the boot scripts
   somewhere. I have not tried to track that down.
  
   --Yan
  
   Eric Edwin wrote:
Hi Yan, I have a Zaurus Spitz (SL-C3000)  Terrier (SL-C3200). The 
  most recent Angstrom image I managed to get to boot OK was from; 
  http://www.angstrom-distribution.org/releases/2007.12/images/
The last narcissus image I built in February 2012 failed to 
  proceed past the message; 'pxa2xx-udc pxa2xx-udc: UDC connecting'
I have managed to build a working Open Embedded Core image with 
  3.2.18 kernel
(core-image-minimal  core-image-sato). You also have the option of;
Zgrom
For the past ~3months the OpenEmbedded built image (~3.2.32 
  kernel) has errors therefore please take this into account if you 
  decide to build your own image. If you require any more info please 
  contact me.
   
Best regards,
Eric
   
   
Date: Wed, 5 Jun 2013 10:25:20 -0700
From: y...@seiner.com
To: angstrom-distro-users@linuxtogo.org
Subject: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)
   
I have tried building 2011.03 on narcissus for a Sharp SL-C3100. I
badly need WPA-PSK support, and I need a newer kernel than the 
  2007.11
release offers.
   
I can't get the image to boot. It hangs at Can't open 
  /dev/misc/rtc:
no such file or directory. It never starts the GUI.
   
Does anyone have a newer image with a newer kernel that supports 
  WPA-PSK?
   
Thanks.
   
--
Project Management Consulting and Training
http://www.ridgelineconsultingllc.com
   
   
___
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org

  http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
   
   
___
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org

  http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
   
   
   
   
  
  
   --
   Project Management Consulting and Training

Re: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)

2013-06-07 Thread Andrea Adami
On Fri, Jun 7, 2013 at 12:27 AM, Yan Seiner y...@seiner.com wrote:
 Hi Eric:

 My needs are (fairly) simple

 I am trying to get an image with a browser that runs javascript, supports
 sound output, and has minicom, picocom, or some similar serial
 communications app.

 the 2007.12 image which boots fine does not have a browser nor minicom.

 The later images that hang on the pxa... line do - but they don't boot.

 I also found zubuntu, which is based on hardy heron, and boots fine, runs
 firefox, but does not have minicom available and the repositories no longer
 exist.  :(

 http://www.omegamoon.com/blog/static.php?page=ZaurusUbuntu

 I don't mind building my own images; I do a lot of work with OpenWRT so I am
 used to building embedded stuff, as long as it is somewhat user friendly
 :)

 So yes, I'd be willing to build it if I can get a recipe.

 The

 pxa2xx-udc pxa2xx-udc: UDC connecting

 message is apparently due to a race condition in the boot scripts somewhere.
 I have not tried to track that down.

 --Yan

 Eric Edwin wrote:

 Hi Yan, I have a Zaurus Spitz (SL-C3000)  Terrier (SL-C3200). The most
 recent Angstrom image I managed to get to boot OK was from;
 http://www.angstrom-distribution.org/releases/2007.12/images/
 The last narcissus image I built in February 2012 failed to proceed past
 the message; 'pxa2xx-udc pxa2xx-udc: UDC connecting' I have managed to build
 a working Open Embedded Core image with 3.2.18 kernel (core-image-minimal 
 core-image-sato). You also have the option of; Zgrom
 For the past ~3months the OpenEmbedded built image (~3.2.32 kernel) has
 errors therefore please take this into account if you decide to build your
 own image. If you require any more info please contact me.
 Best regards, Eric


 Date: Wed, 5 Jun 2013 10:25:20 -0700
 From: y...@seiner.com
 To: angstrom-distro-users@linuxtogo.org
 Subject: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)

 I have tried building 2011.03 on narcissus for a Sharp SL-C3100.  I badly
 need WPA-PSK support, and I need a newer kernel than the 2007.11 release
 offers.

 I can't get the image to boot.  It hangs at Can't open /dev/misc/rtc: no
 such file or directory.  It never starts the GUI.

 Does anyone have a newer image with a newer kernel that supports WPA-PSK?

 Thanks.

 --
 Project Management Consulting and Training
 http://www.ridgelineconsultingllc.com


 ___
 Angstrom-distro-users mailing list
 Angstrom-distro-users@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users



 ___
 Angstrom-distro-users mailing list
 Angstrom-distro-users@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

 !DSPAM:51b10295236781804284693!





 --
 Project Management Consulting and Training
 http://www.ridgelineconsultingllc.com


 ___
 Angstrom-distro-users mailing list
 Angstrom-distro-users@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Hi,

unfortunately the images built by the old Narcissus have issues with
udev and don't have any maintainance.
However there is today a new Narcissus based on oe-core: it just needs
to be expanded with configuration for Zaurus.

I plan to send the setup as soon as possible, atm I'm still working
about reducing 3.8 kernel size.


Cheers

Andrea

___
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users


Re: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)

2013-06-07 Thread Andrea Adami
On Thu, Jun 6, 2013 at 11:28 PM, Eric Edwin eric_ed...@hotmail.com wrote:
 Hi Yan, I have a Zaurus Spitz (SL-C3000)  Terrier (SL-C3200). The most 
 recent Angstrom image I managed to get to boot OK was from; 
 http://www.angstrom-distribution.org/releases/2007.12/images/
 The last narcissus image I built in February 2012 failed to proceed past the 
 message; 'pxa2xx-udc pxa2xx-udc: UDC connecting'
 I have managed to build a working Open Embedded Core image with 3.2.18 kernel
 (core-image-minimal  core-image-sato). You also have the option of;
 Zgrom
 For the past ~3months the OpenEmbedded built image (~3.2.32 kernel) has 
 errors therefore please take this into account if you decide to build your 
 own image. If you require any more info please contact me.

 Best regards,
 Eric

No idea about those errors...
Are you referring to Angstrom images or images built with the simpler
[oe-core + meta-initramfs + meta-handheld] setup?


Cheers

Andrea




 Date: Wed, 5 Jun 2013 10:25:20 -0700
 From: y...@seiner.com
 To: angstrom-distro-users@linuxtogo.org
 Subject: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)

 I have tried building 2011.03 on narcissus for a Sharp SL-C3100.  I
 badly need WPA-PSK support, and I need a newer kernel than the 2007.11
 release offers.

 I can't get the image to boot.  It hangs at Can't open /dev/misc/rtc:
 no such file or directory.  It never starts the GUI.

 Does anyone have a newer image with a newer kernel that supports WPA-PSK?

 Thanks.

 --
 Project Management Consulting and Training
 http://www.ridgelineconsultingllc.com


 ___
 Angstrom-distro-users mailing list
 Angstrom-distro-users@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

 ___
 Angstrom-distro-users mailing list
 Angstrom-distro-users@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

___
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users


Re: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)

2013-06-07 Thread Yan Seiner

Andrea Adami wrote:

unfortunately the images built by the old Narcissus have issues with
udev and don't have any maintainance.
However there is today a new Narcissus based on oe-core: it just needs
to be expanded with configuration for Zaurus.

I plan to send the setup as soon as possible, atm I'm still working
about reducing 3.8 kernel size.


Cheers

Andrea
  

Andrea:

That sounds great.  Is there access to the new Narcissus yet?  Do you 
have a timeline for when it might be up with the Zaurus images?


Thanks!

--Yan

--
Project Management Consulting and Training
http://www.ridgelineconsultingllc.com


___
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users


Re: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)

2013-06-06 Thread Eric Edwin
Hi Yan, I have a Zaurus Spitz (SL-C3000)  Terrier (SL-C3200). The most recent 
Angstrom image I managed to get to boot OK was from; 
http://www.angstrom-distribution.org/releases/2007.12/images/
The last narcissus image I built in February 2012 failed to proceed past the 
message; 'pxa2xx-udc pxa2xx-udc: UDC connecting' 
I have managed to build a working Open Embedded Core image with 3.2.18 kernel 
(core-image-minimal  core-image-sato). You also have the option of; 
Zgrom
For the past ~3months the OpenEmbedded built image (~3.2.32 kernel) has errors 
therefore please take this into account if you decide to build your own image. 
If you require any more info please contact me. 

Best regards, 
Eric  

 Date: Wed, 5 Jun 2013 10:25:20 -0700
 From: y...@seiner.com
 To: angstrom-distro-users@linuxtogo.org
 Subject: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)
 
 I have tried building 2011.03 on narcissus for a Sharp SL-C3100.  I 
 badly need WPA-PSK support, and I need a newer kernel than the 2007.11 
 release offers.
 
 I can't get the image to boot.  It hangs at Can't open /dev/misc/rtc: 
 no such file or directory.  It never starts the GUI.
 
 Does anyone have a newer image with a newer kernel that supports WPA-PSK?
 
 Thanks.
 
 -- 
 Project Management Consulting and Training
 http://www.ridgelineconsultingllc.com
 
 
 ___
 Angstrom-distro-users mailing list
 Angstrom-distro-users@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
  
___
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users


Re: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)

2013-06-06 Thread Yan Seiner

Hi Eric:

My needs are (fairly) simple

I am trying to get an image with a browser that runs javascript, 
supports sound output, and has minicom, picocom, or some similar serial 
communications app.


the 2007.12 image which boots fine does not have a browser nor minicom.

The later images that hang on the pxa... line do - but they don't boot.

I also found zubuntu, which is based on hardy heron, and boots fine, 
runs firefox, but does not have minicom available and the repositories 
no longer exist.  :(


http://www.omegamoon.com/blog/static.php?page=ZaurusUbuntu

I don't mind building my own images; I do a lot of work with OpenWRT so 
I am used to building embedded stuff, as long as it is somewhat user 
friendly  :)


So yes, I'd be willing to build it if I can get a recipe.

The

pxa2xx-udc pxa2xx-udc: UDC connecting

message is apparently due to a race condition in the boot scripts 
somewhere.  I have not tried to track that down.


--Yan

Eric Edwin wrote:

Hi Yan, I have a Zaurus Spitz (SL-C3000)  Terrier (SL-C3200). The most recent 
Angstrom image I managed to get to boot OK was from; 
http://www.angstrom-distribution.org/releases/2007.12/images/
The last narcissus image I built in February 2012 failed to proceed past the message; 'pxa2xx-udc pxa2xx-udc: UDC connecting' 
I have managed to build a working Open Embedded Core image with 3.2.18 kernel 
(core-image-minimal  core-image-sato). You also have the option of; 
Zgrom
For the past ~3months the OpenEmbedded built image (~3.2.32 kernel) has errors therefore please take this into account if you decide to build your own image. If you require any more info please contact me. 

Best regards, 
Eric  

  

Date: Wed, 5 Jun 2013 10:25:20 -0700
From: y...@seiner.com
To: angstrom-distro-users@linuxtogo.org
Subject: [Angstrom-distro-users] Support for Sharp SL-C3100 (spitz)

I have tried building 2011.03 on narcissus for a Sharp SL-C3100.  I 
badly need WPA-PSK support, and I need a newer kernel than the 2007.11 
release offers.


I can't get the image to boot.  It hangs at Can't open /dev/misc/rtc: 
no such file or directory.  It never starts the GUI.


Does anyone have a newer image with a newer kernel that supports WPA-PSK?

Thanks.

--
Project Management Consulting and Training
http://www.ridgelineconsultingllc.com


___
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

 		 	   		  
___

Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

!DSPAM:51b10295236781804284693!

  



--
Project Management Consulting and Training
http://www.ridgelineconsultingllc.com


___
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users