<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.distributions.gumstix.general">
    <title>gmane.linux.distributions.gumstix.general</title>
    <link>http://blog.gmane.org/gmane.linux.distributions.gumstix.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64113"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64108"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64106"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64087"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64085"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64082"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64079"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64077"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64059"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64056"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64053"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64048"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64041"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64036"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64035"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64033"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64032"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64030"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64029"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64024"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64113">
    <title>Installing the C6000 and DSP BIOS Development Tools</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64113</link>
    <description>&lt;pre&gt;Hi everyone,

I want to install the "ti_cgt_c6000_6.1.17_setup_linux_x86.bin" and
"bios_setuplinux_5_41_07_24.bin" but could not find their installer!!!

Any idea where to find them?


Thank you,

Gutembert.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
gumstix-users mailing list
gumstix-users&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gumstix-users
&lt;/pre&gt;</description>
    <dc:creator>Gutembert nganpet</dc:creator>
    <dc:date>2012-05-26T21:41:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64108">
    <title>Cross-compiling bluez for GUMSTIX</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64108</link>
    <description>&lt;pre&gt;Hello,

I'm struggling for cross-compiling bluez library (bluez 4.99). 

I want to crosscompile it from my laptop and install it on my SD card (where
there is my root filesystem).

Before cross-compiling and installing I've done a configuration:

sudo ./configure 
CC=/home/gumstix/overo-oe/tmp/sysroots/i686-linux/usr/armv7a/bin/arm-angstrom-linux-gnueabi-gcc
GCC=/home/gumstix/overo-oe/tmp/sysroots/i686-linux/usr/armv7a/bin/arm-angstrom-linux-gnueabi-gcc
RANLIB=/home/gumstix/overo-oe/tmp/sysroots/i686-linux/usr/armv7a/bin/arm-angstrom-linux-gnueabi-ranlib
LD=/home/gumstix/overo-oe/tmp/sysroots/i686-linux/usr/armv7a/bin/arm-angstrom-linux-gnueabi-ld
nm=/home/gumstix/overo-oe/tmp/sysroots/i686-linux/usr/armv7a/bin/arm-angstrom-linux-gnueabi-nm
as=/home/gumstix/overo-oe/tmp/sysroots/i686-linux/usr/armv7a/bin/arm-angstrom-linux-gnueabi-as
AR=/home/gumstix/overo-oe/tmp/sysroots/i686-linux/usr/armv7a/bin/arm-angstrom-linux-gnueabi-ar
--host=arm-angstrom-linux-gnueabi --build=i686-linux
--exec-prefix=/media/rootfs/u&lt;/pre&gt;</description>
    <dc:creator>e.sansone</dc:creator>
    <dc:date>2012-05-26T11:24:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64106">
    <title>For Sale Gumstix Connex 400-xm</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64106</link>
    <description>&lt;pre&gt;I was able to acquire a few of the Gumstix Connex 400xm modules.  All 
are new in the box.  I would like $20.00 plus shipping per. Let me know 
how many you want.

Thanks!
Chuck


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Chuck Kamas</dc:creator>
    <dc:date>2012-05-25T23:10:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64087">
    <title>BT/WIFI Overo Fire power consumption</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64087</link>
    <description>&lt;pre&gt;Is any reduction in power-consumption to be seen from shutting off just the
BT, and not the WIFI, since they are both on the same chip?

Jason

--
View this message in context: http://gumstix.8.n6.nabble.com/BT-WIFI-Overo-Fire-power-consumption-tp4964413.html
Sent from the Gumstix mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>hobbesc7</dc:creator>
    <dc:date>2012-05-24T12:21:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64085">
    <title>How to make a ROM image.</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64085</link>
    <description>&lt;pre&gt;Are there any instructions on how to create a ROM image rootfs file?   I saw the wiki page http://www.gumstix.org/how-to/70-writing-images-to-flash.html  I am unfamiliar with a .ubi and Googleing around did not enlighten me.

Also is there a way to pull a ubi image of the device and expand it out to a directory tree?   The second question is not so important because I can always tar off the root file system to an SD card.

Thank for your help,

David Moffatt.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
gumstix-users mailing list
gumstix-users&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gumstix-&lt;/pre&gt;</description>
    <dc:creator>david.moffatt&lt; at &gt;nokia.com</dc:creator>
    <dc:date>2012-05-24T03:51:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64082">
    <title>On-chip NAND flash on Overo WaterStorm andIronStorm COMs</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64082</link>
    <description>&lt;pre&gt;Currently, WaterStorm and IronStorm COMs come with on-chip package-on-package 512-Mbyte Micron ONFI-1.0 compliant NAND flash memory. As this may not always be the case in the future, will there be some generic method to allow identification of the type of on-chip flash going forward (i.e. programmatically)?


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
gumstix-users mailing list
gumstix-users&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gumstix-users
&lt;/pre&gt;</description>
    <dc:creator>norm.beyer&lt; at &gt;jacktek.com</dc:creator>
    <dc:date>2012-05-23T19:11:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64079">
    <title>Power saving modes</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64079</link>
    <description>&lt;pre&gt;I'm evaluating COM options for a complex system where power efficiency 
is crucial (existing Blackfin hardware wakes approximately 1 second in 30)

The Sakoman article on OMAP power management is an excellent exposition. 
It suggests that an Overo Water plus Thumbo consumes about 35mw in 
shutdown mode which makes it competitive with the Blackfin hardware.

Some questions arising are:

1. The Blackfin processors have a wake-up timer which will restore the 
processor from deep sleep. Is there a similar ability in 3530? I cannot 
make it out from the TI documentation.
2. What is the best off-the-shelf distribution for low power/power 
adjustment facilities. At this stage I'd prefer something I can work 
with rather than configure and build from scratch :)
3. If the system is powered down, does anyone know how quickly it can be 
restored? I'm assuming state is maintained in SDRAM in self-refresh mode 
... ?

Any help or further pointers greatly appreciated

Thx++

Jerry



--------------------------------------&lt;/pre&gt;</description>
    <dc:creator>g4&lt; at &gt;novadsp.com</dc:creator>
    <dc:date>2012-05-23T18:53:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64077">
    <title>Overo FE with all components rated for extendedtemperature</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64077</link>
    <description>&lt;pre&gt;Is it possible to get an Overo FE with the microSD card slot and WIFI module
also rated for -40C -&amp;gt; 85C ?

--
View this message in context: http://gumstix.8.n6.nabble.com/Overo-FE-with-all-components-rated-for-extended-temperature-tp4964403.html
Sent from the Gumstix mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>hobbesc7</dc:creator>
    <dc:date>2012-05-23T18:01:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64059">
    <title>TI Multicore Part Status Change?</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64059</link>
    <description>&lt;pre&gt;I have recently heard that TI is planning to change the status on all their
multicore parts so only big quantity buyers can use them - like the OMAP4
status.

This is being done to eliminate tech support for small buyers.

 

I am designing around a DM3730 now and trying to get some kind of
confirmation of this.

Has anyone heard of this change?

 

Alan Miller
Electrical Engineer
UniWest
122 South 4th Avenue
Pasco, WA 99301



 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
gumstix-users mailing list
gumstix-users&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gumstix-users
&lt;/pre&gt;</description>
    <dc:creator>Alan Miller</dc:creator>
    <dc:date>2012-05-21T21:33:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64056">
    <title>Can not open framebuffer device</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64056</link>
    <description>&lt;pre&gt;Hi everybody,
I'm new in this forum and in the Gumstix.
I have a problem with my gumstix:
When I try to compile over the gumstix a sample application (capture.elf). 
I have this error:

can not open framebuffer device

If anyone help me!!!

Thanx very much all

--
View this message in context: http://gumstix.8.n6.nabble.com/Can-not-open-framebuffer-device-tp4964382.html
Sent from the Gumstix mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>besi1985</dc:creator>
    <dc:date>2012-05-21T16:34:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64053">
    <title>Eclipse development - where is the web server?</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64053</link>
    <description>&lt;pre&gt;Hi,

I'm quite new to Gumstix, running an out-of-the-box FireSTORM on TOBI
hosted from a PC running Windows 7 (sorry) which already has Eclipse
installed for other reasons. For development, an obvious choice seemed to
be to follow the "Eclipse on Gumstix for new users" page on the wiki:
http://wiki.gumstix.org/index.php?title=Eclipse_on_Gumstix_for_new_users

All was going well until reaching the Apache installation in the 'Create a
Web Site' section.

The FireSTORM does have working internet access via a cabled connection.

'opkg update' seemed to go OK (reports connecting to gumstix, stuff
happens, all seems ok) but 'opkg install apache2' reports unknown package.

Googling found this:
http://coolaj86.info/articles/lighttpd-supersedes-apache-and-php-on-gumstix.html
which seems explains that apache has been dropped in favour of lighttpd
however lighttpd does not seem to be available via opkg either.

I'm now not sure where to go to this. Have I missed something? Is Apache or
Lighttpd available but I missed t&lt;/pre&gt;</description>
    <dc:creator>John Chatman</dc:creator>
    <dc:date>2012-05-21T13:38:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64048">
    <title>Gumstix hangs on "JFFS2 notice: (89) check_node_data: wrong data CRC in data node" error</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64048</link>
    <description>&lt;pre&gt;Hi Gumstix community,

I have two stock Gumstix Overo Fire + Chestnut + 4.3 LCD systems.
The Linux image is the one that came from Gumstix; This is the version:
     "Linux version 2.6.34 (steve&amp;lt; at &amp;gt;www.sakoman.com) (gcc version 4.3.3 
(GCC) ) #1 Wed Oct 20 10:22:48 PDT 2010"


One system boots just fine, and loads the UI on the screen.

The other one gets this error during the boot process, and just hangs:

    JFFS2 notice: (89) check_node_data: wrong data CRC in data node at
    0x1cfc2db4: read 0x152617e3, calculated 0x95375be6.

The LCD progress bar on this system gets about 97% of the way through, 
before it hangs.

I've tried to swap the SD cards, and the error stays with the COM not 
with the SD card.
I've also checked the chestnut board of the hanging system, to make sure 
it doesn't have the missing R1 issue; it looks ok to the untrained eye!
I've done some goggling on this error, and everything I find suggests 
that this error is benign, but in my case, it seems fatal!

Is there a way to to do a full &lt;/pre&gt;</description>
    <dc:creator>Eric Rose</dc:creator>
    <dc:date>2012-05-21T02:33:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64041">
    <title>Wireless driver problem</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64041</link>
    <description>&lt;pre&gt;Hi all.
I'm using overo firecom now with palo35 base-board.
I'm using uImage of Sakoman one, with
omap3-console-image-overo-201011150741.tar.bz2 rootfs image.
However, I couldn't get wireless card working.

root&amp;lt; at &amp;gt;overo:~# modprobe libertas_sdio
libertas_sdio: Libertas SDIO driver
libertas_sdio: Copyright Pierre Ossman
libertas: failed to load helper firmware
libertas_sdio: probe of mmc1:0001:1 failed with error -110

I have sd8686.bin and sd8686_helper.bin in /lib/firmware and also I put
them into /lib/firmware/libertas
Does anyone know what the problem is?
I can't figure out for now.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_____________________________________&lt;/pre&gt;</description>
    <dc:creator>Hyon Lim</dc:creator>
    <dc:date>2012-05-20T12:35:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64036">
    <title>Overo UART issues</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64036</link>
    <description>&lt;pre&gt;Hi,

I have two gumstixs, one which is working properly running an older kernel, one that is not working properly built from a newer kernel.  Both kernels were built from the main branch of the gumstix source tree.  I am booting both from sd cards, and swapping sd cards in the gumstix results in the a swap of problematic gumstix.

The issue belongs to the UARTS on my gumstix.  I installed setserial to help figure out the problem and have the following output:

Good gumstix:

/dev/ttyS0, UART:  16654, Port: 0x0000, IRQ:72

Bad Gumstix:
/dev/ttyO0, UART: undefined, Port: 0x0000, IRQ: 72


You'll probably notice the device names are not the same.  This is one of the weird things I found when I updated.  I don't know how to change the ttyO0 to ttyS0, not that I think that is the problem.  Trying to specify the UART type on the bad gumstix results in :

$setserial /dev/ttyO0 uart 16654
Cannot set serial info: Invalid argument

While that exact same command (on the other gumstix using ttyS0) works without error.

&lt;/pre&gt;</description>
    <dc:creator>Ratmansky, Richard</dc:creator>
    <dc:date>2012-05-18T18:17:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64035">
    <title>i2c in overo</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64035</link>
    <description>&lt;pre&gt;I am trying to read data from 
http://www.upgradeindustries.com/media/files/products/ti-adc-ads7830.pdf
ADS7830  in my overo using i2c. I used a 
http://www.ti.com/lit/ds/symlink/pca9306.pdf level-translator  in between.
According to datasheet, address byte is 1 0 0 1 0 a1 a2 r/w  should be
followed by command byte (channel and mode selection).
I have a problem that there is no communication between gumstix and the
device. I dont know where is the mistake is.

My code is

#include &amp;lt;stdint.h&amp;gt;
#include &amp;lt;stdio.h&amp;gt;
#include &amp;lt;sys/types.h&amp;gt;
#include &amp;lt;sys/stat.h&amp;gt;
#include &amp;lt;fcntl.h&amp;gt;
#include &amp;lt;linux/i2c-dev.h&amp;gt; /* for I2C_SLAVE */ 
#include &amp;lt;errno.h&amp;gt;

int main(void) { 

int fh; 
uint8_t data = 0x84; 

fh = open("/dev/i2c-3", O_RDWR); 
if (fh &amp;lt; 0) { 
              perror("open"); 
              return 1; 
} 

// tell the driver we want the device at address 0b1001000 
ioctl(fh, I2C_SLAVE, 0x48); 

// write 0x84 ( 1000 0100 - command byte to read from channel one) 
write(fh, data, 1); 

// read output from device
read(fh,&lt;/pre&gt;</description>
    <dc:creator>zudil</dc:creator>
    <dc:date>2012-05-18T18:00:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64033">
    <title>caspa flicker</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64033</link>
    <description>&lt;pre&gt;Hi all,

Since i recently got into troubles with the new kernel and my caspa camera
(power up failure), i tried the old 2.6.34 kernel and on that kernel, the
caspa still seems to work.
However, sometimes, the exposure and/or gain (auto exposure and auto gain
are enabled) are back to the init value, so that i get 2 dark frames every
now and then.

Any idea what might cause this?

Bart
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
gumstix-users mailing list
gumstix-users&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gumstix-users
&lt;/pre&gt;</description>
    <dc:creator>Bart van Vliet</dc:creator>
    <dc:date>2012-05-18T13:09:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64032">
    <title>Kernel compilin error (driver GPIO)</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64032</link>
    <description>&lt;pre&gt;Hello,

I've downloaded from the git repository of Steve Sakoman version 2.6.33 of
Kernel Linux (because I want to use this version on my Gumstix).

I've configured the kernel and then I've launched the compilation getting
the error reported here:

gumstix&amp;lt; at &amp;gt;gumstix-VirtualBox:~/overo-oe/kernel_linux/2.6.33/linux$ make
ARCH=arm
CROSS_COMPILE=/home/gumstix/overo-oe/tmp/sysroots/i686-linux/usr/armv7a/bin/arm-angstrom-linux-gnueabi-
uImage
scripts/kconfig/conf -s arch/arm/Kconfig
  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
make[1]: "include/generated/mach-types.h" è aggiornato.
  CALL    scripts/checksyscalls.sh
  CHK     include/generated/compile.h
  CC      drivers/gpio/timbgpio.o
drivers/gpio/timbgpio.c: In function 'timbgpio_irq_disable':
drivers/gpio/timbgpio.c:109: error: implicit declaration of function
'get_irq_chip_data'
drivers/gpio/timbgpio.c:109: warning: initialization makes pointer from
integer without a cast
drivers/gpio/timbgpio.c: In function 'timbgpio_irq_enable':&lt;/pre&gt;</description>
    <dc:creator>e.sansone</dc:creator>
    <dc:date>2012-05-18T08:01:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64030">
    <title>Ubuntu 10.04 on Overo - No  /etc/shadow file found,how can I login?</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64030</link>
    <description>&lt;pre&gt;Hello,

I follow instructions on Gumstix Wiki to install Ubuntu 10.04 onto Gumstix Overo.  Installation was success and system booted correctly.  At the user prompt, I cannot login as root.  So I follow instructions from the wiki:


The rootstock utility doesn't make passwords properly. For 
now, it is easiest to remove the root password, boot your system to 
create new users and choose a new root password. To do this, open the /etc/shadow file on the second partition and delete the '*' for the root entry. E.g. $ sudo gedit /path/to/second/partition/etc/shadow 
 Note: remember to put the ‘*’ back after you have created a user so someone can’t login as root and screw up your system 


but I have no shadow file in this path!  I created an empty shadow file, and re-booted Overo.  Still same problem, cannot login as root or as any other user.  What can I do?  Do I also need to edit  /etc/passwd ?


-Tobias
------------------------------------------------------------------------------
Live Security &lt;/pre&gt;</description>
    <dc:creator>Tobias Jensen</dc:creator>
    <dc:date>2012-05-17T20:16:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64029">
    <title>New user question on user.collection contents and linking library files</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64029</link>
    <description>&lt;pre&gt;Hi,

I have an Ironstorm Overo that I am just getting the hang of and some
hopefully obvious questions that I can't find the answers to.  I would like
to create a user.collection folder inside my main overo-oe folder so I can
make custom code and packages (and kernels).  I was going to copy over
com.gumstix.collection, but that does not seem to exist.  Should I copy over
the entire contents of the org.openembedded.dev folder into my
user.collection folder?  Or do I just need everything in recipes? I want to
do a custom kernel as well and I assume I need to put my modified local.conf
(I think its called) somewhere else.

and then, my .bb files for different packages go in their own folders inside
the recipes folder?  Does it matter where I put the code itself as long as
the path is correct?  Or is there a specific place that .c/.cpp/.h files
should go? (I was going to make a "code" folder inside the user.collection
folder)

Lastly, I am working on trying to compile some custom packages, for which
instructions&lt;/pre&gt;</description>
    <dc:creator>nearspaceHAB</dc:creator>
    <dc:date>2012-05-17T17:26:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64024">
    <title>Non-matchng vermagic number</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64024</link>
    <description>&lt;pre&gt;I recently receive the MicroSD card with the Angstrom system on it.  I am now
trying to build a kernel module (gpio) on it but I can’t seem that same
source code that was used to build the Kernel on the Angstrom system. 
 
Checking out linux-omap3-2.6.39 was not good enough because the vermagic
information did not match.  
I looked and existing module on the system and its vermagic info was: 
2.6.39 mod_unload modversions ARMv7
I compiled kernel module vermagic info was 2.6.39 preemt mod_unload
modversions ARMv7 p2v8
I don't know to get the exact source code that was used to create my
angstrom system.

I’m thinking I need to use a different SRCREV in the bitbake bb file.  I am
new to this so I’m not sure if I’m the right track or not.  
 
Can anyone give me information so that I can get the exact same kernel code
that was used for the Angstrom system.
 
Thanks,

Saul

--
View this message in context: http://gumstix.8.n6.nabble.com/Non-matchng-vermagic-number-tp4964346.html
Sent from the Gumstix maili&lt;/pre&gt;</description>
    <dc:creator>ssgonzo68</dc:creator>
    <dc:date>2012-05-17T14:30:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64017">
    <title>SPI driver?</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.gumstix.general/64017</link>
    <description>&lt;pre&gt;Small disclaimer: I'm very new to all this electronics/coding etc, and am
learning as I go along.

The Problem

I have a Gumstix Palo35 expansion board which I am trying to add Ethernet
functionality to. I am doing this byconnecting to a ENC28J60 Ethernet
controller, and in28j60 RJ45 jack. I am at the point where I want to connect
the expansion board to the Ethernet controller but don't really know how.

Do I need to write a SPI driver to complete the connection between the
Palo35 &amp;amp; ENC28J60?

--
View this message in context: http://gumstix.8.n6.nabble.com/SPI-driver-tp4964338.html
Sent from the Gumstix mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04&lt;/pre&gt;</description>
    <dc:creator>Nexus</dc:creator>
    <dc:date>2012-05-16T22:25:24</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.distributions.gumstix.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.distributions.gumstix.general</link>
  </textinput>
</rdf:RDF>

