<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Bluewater Systems Support Forum</title>
        <description>Welcome to the Bluewater Systems Support Forum</description>
        <link>http://www.designarm.com/forum/index.php</link>
        <lastBuildDate>Sat, 19 May 2012 16:51:14 -0600</lastBuildDate>
        <generator>Phorum 5.2.15a</generator>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,378,378#msg-378</guid>
            <title>Snapper 9G20 SAM-BA (no replies)</title>
            <link>http://www.designarm.com/forum/read.php?3,378,378#msg-378</link>
            <description><![CDATA[ Hi,<br />
<br />
Is there a way to make SAM-BA or samba-script work with Snapper 9G20?<br />
Other than samba-script, is the Squid micro-debugger is only other way to recover a bricked device?]]></description>
            <dc:creator>Stephen</dc:creator>
            <category>Linux Development</category>
            <pubDate>Mon, 13 Dec 2010 17:59:32 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,366,366#msg-366</guid>
            <title>Migrating from Snapper9260 to Snapper9G20 (8 replies)</title>
            <link>http://www.designarm.com/forum/read.php?3,366,366#msg-366</link>
            <description><![CDATA[ Hi,<br />
<br />
I'm migrating from Snapper9260 to Snapper9G20. From the 2.6.29 kernel board-snapper9260.c file, it appears that Snapper9260 has 128k flash erase block size while Snapper9G20 has 256k flash erase block size. What are the implications of this change?<br />
<br />
In order to support both the Snapper9G20 and the older Snapper9260 with 128k erase block size, I need to program a new bootstrap (preboot) that looks for u-boot at address 0x40000 instead of 0x20000?<br />
<br />
Do I also need a new u-boot that looks for u-boot environment variables at address 0x80000 instead of 0x60000?]]></description>
            <dc:creator>Stephen</dc:creator>
            <category>Linux Development</category>
            <pubDate>Sun, 12 Dec 2010 17:06:59 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,356,356#msg-356</guid>
            <title>Cannot debug from Eclipse with Snapper 2.6.29 kernel (2 replies)</title>
            <link>http://www.designarm.com/forum/read.php?3,356,356#msg-356</link>
            <description><![CDATA[ Hi!  I'm developing on a Snapper 9260 QSK using the Sourcery G++ Lite 2007q3 tools within Eclipse Helios (build ID 20100617-1415) on Windows XP, connected to the Snapper by Ethernet.  When the Snapper is running its Linux kernel 2.6.20 the development environment works well: I can run and debug programs on the Snapper from Eclipse.  When the Snapper is running the 2.6.29 kernel, running programs from Eclipse works OK but any attempt to debug a program from Eclipse fails immediately.  N.B. running programs uses SSH, debugging programs uses gdbserver.<br />
<br />
a) A dialog box pops up &quot;Problem Occurred.  An error has occurred. See error log for more details.  java.lang.NullPointerException&quot;.<br />
<br />
b) The debug pane in Eclipse includes the following interesting things.<br />
<pre class="bbcode">
  gdbserver debugger &lt;time&gt; (Suspended)
    Thread (1) (Suspended: Signal 'SIGILL' received. Description: Illegal instruction.)
      1 main() &lt;path&gt;\spidev_test.c 150 0x0008864</pre>
<br />
Have you seen this trouble before?  Do you have any tips for getting the Eclipse source debugger to work with the 2.6.29 kernel?<br />
<br />
Thanks,<br />
Alastair]]></description>
            <dc:creator>alastair</dc:creator>
            <category>Linux Development</category>
            <pubDate>Wed, 27 Oct 2010 22:11:55 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,353,353#msg-353</guid>
            <title>Enabling Snapper peripheral support in 2.6.29 kernel (10 replies)</title>
            <link>http://www.designarm.com/forum/read.php?3,353,353#msg-353</link>
            <description><![CDATA[ What steps are needed to enable support in the 2.6.29 kernel build for Snapper's I/O expander and SPI bus controller?  I've been experimenting with the menuconfig and have got the AT91 ADC driver working, but not the I/O expander support or spidev.<br />
<br />
Thanks,<br />
Alastair]]></description>
            <dc:creator>alastair</dc:creator>
            <category>Linux Development</category>
            <pubDate>Wed, 21 Sep 2011 22:13:44 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?2,325,325#msg-325</guid>
            <title>Gpiolib implementation questions (11 replies)</title>
            <link>http://www.designarm.com/forum/read.php?2,325,325#msg-325</link>
            <description><![CDATA[ I have been programming directly to the Snapper 9260's GPIO ports, using the gpiotool and gpiolib source code as an example for accessing the Snapper I/O expander.  I have encountered some erratic behaviour when writing to the I/O expander, but only when running my code directly from Eclipse on a Windows PC - when run from a command shell on the Snapper the code works OK.  Because of this I wonder whether using the MAX7311 and the kernel's I2C driver has subtle aspects.  Hence a couple of questions about the gpiolib source code.<br />
<br />
1. In lgpio_i2c_open_device(), the adapter functionality is read but never used.  Is this just obsolete code left behind by history?<br />
<br />
2. Before every operation on the MAX7311, the functions in max7311.c (e.g. lgpio_max7311_set_value()) clear the MAX7311's polarity inversion registers.  Why is this?<br />
<br />
Thanks,<br />
Alastair]]></description>
            <dc:creator>alastair</dc:creator>
            <category>Snapper 9260</category>
            <pubDate>Wed, 22 Sep 2010 15:09:47 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,323,323#msg-323</guid>
            <title>Kernel binary with ADC support for Snapper 9260 (16 replies)</title>
            <link>http://www.designarm.com/forum/read.php?3,323,323#msg-323</link>
            <description><![CDATA[ Do you have a prebuilt kernel binary for the Snapper 9260 with the ADC driver enabled?  The kernel I have at the moment, &quot;Linux snapper 2.6.20-snapper #1 Wed Sep 8 19:58:36 NZST 2010 armv5tejl unknown&quot; (downloaded from your website today), appears not to provide the /sys/devices/platform/at91_adc/adc* device nodes mentioned in the Snapper 9260 datasheet.<br />
<br />
Thanks,<br />
Alastair]]></description>
            <dc:creator>alastair</dc:creator>
            <category>Linux Development</category>
            <pubDate>Wed, 20 Oct 2010 20:55:11 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?2,319,319#msg-319</guid>
            <title>Some PIOs are brought out to two Snapper pins (1 reply)</title>
            <link>http://www.designarm.com/forum/read.php?2,319,319#msg-319</link>
            <description><![CDATA[ The Snapper 9260 datasheet and the QSK schematic indicate that each of the PIO signals PB22 to PB29 are brought out to two pins on the Snapper SODIMM connector, named for the two peripheral signals that are multiplexed with each PIO inside the CPU.  For example, PB22 is brought out to both pin 49 and pin 73.<br />
<br />
Are these pairs of pins on the Snapper electrically connected to each other, or is there additional logic on the Snapper that gives them different behaviour?<br />
<br />
Thanks,<br />
Alastair]]></description>
            <dc:creator>alastair</dc:creator>
            <category>Snapper 9260</category>
            <pubDate>Thu, 02 Sep 2010 00:50:31 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?2,314,314#msg-314</guid>
            <title>User-space access to CPU peripherals (2 replies)</title>
            <link>http://www.designarm.com/forum/read.php?2,314,314#msg-314</link>
            <description><![CDATA[ I wish to write user-space programs on the Snapper 9260 (running Linux 2.6.20) that  can read and write the CPU's PIO bits, ADCs, UARTs, and SPI controller.  For the PIO access we want to be able to write several bits simultaneously since we are using groups of PIO lines as address buses to external peripherals.<br />
<br />
What ways do you recommend to do this?]]></description>
            <dc:creator>alastair</dc:creator>
            <category>Snapper 9260</category>
            <pubDate>Thu, 26 Aug 2010 20:35:19 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?2,313,313#msg-313</guid>
            <title>&quot;Block is bad&quot; messages during boot (1 reply)</title>
            <link>http://www.designarm.com/forum/read.php?2,313,313#msg-313</link>
            <description><![CDATA[ Hello, I have just started developing for Snapper 9260 and have some newbie questions to ask.  Here's the first of them.<br />
<br />
When my Snapper 9260 Quick Start Kit starts up, the boot messages on the console terminal include warnings about bad blocks as shown below.<br />
<br />
&gt; ...<br />
&gt; yaffs: dev is 32505860 name is &quot;mtdblock4&quot;<br />
&gt; yaffs: passed flags &quot;&quot;<br />
&gt; yaffs: Attempting MTD mount on 31.4, &quot;mtdblock4&quot;<br />
&gt; yaffs: auto selecting yaffs2<br />
&gt; block 34 is bad<br />
&gt; block 137 is bad<br />
&gt; block 366 is bad<br />
&gt; block 367 is bad<br />
&gt; block 494 is bad<br />
&gt; block 633 is bad<br />
&gt; block 681 is bad<br />
&gt; block 682 is bad<br />
&gt; block 691 is bad<br />
&gt; block 986 is bad<br />
&gt; block 1043 is bad<br />
&gt; block 1348 is bad<br />
&gt; block 1444 is bad<br />
&gt; block 1767 is bad<br />
&gt; block 1768 is bad<br />
&gt; block 1769 is bad<br />
&gt; block 1770 is bad<br />
&gt; block 1948 is bad<br />
&gt; 18 bad blocks total<br />
&gt; eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1<br />
&gt; VFS: Mounted root (yaffs filesystem).<br />
&gt; ...<br />
<br />
Are these messages normal or a cause for concern?  The file system apparently works OK.<br />
<br />
Thanks]]></description>
            <dc:creator>alastair</dc:creator>
            <category>Snapper 9260</category>
            <pubDate>Thu, 26 Aug 2010 20:13:11 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?1,311,311#msg-311</guid>
            <title>Snapper 9G45 (no replies)</title>
            <link>http://www.designarm.com/forum/read.php?1,311,311#msg-311</link>
            <description><![CDATA[ Hello all,<br />
We have recently completed our new Snapper 9G45 system module. This features the AT91SAM9G45 CPU, along with 1GB of RAM, and 128 MB of DDR2 memory, along with a whole host of features.<br />
<br />
Full details can be found here:<br />
[<a href="http://www.designarm.com/products/snapper-single-board-computers/snapper-9g45.html" rel="nofollow" >www.designarm.com</a>]<br />
<br />
Andre Renaud]]></description>
            <dc:creator>andre</dc:creator>
            <category>Announcements</category>
            <pubDate>Tue, 10 Aug 2010 16:42:28 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?2,290,290#msg-290</guid>
            <title>I2C Voltage Level Problem: &lt; 2.0V (17 replies)</title>
            <link>http://www.designarm.com/forum/read.php?2,290,290#msg-290</link>
            <description><![CDATA[ Hi,<br />
<br />
I'm running into a problem with physical I2C voltage level.<br />
<br />
See the following scenarios. I'm using QSK9260.<br />
<br />
<br />
Scenario 1:<br />
1. Power Cycle<br />
2. Boot from NAND<br />
3. I2C pins during boot-up reads &lt; 2.0V<br />
4. Soon, still during boot-up, it bumps back to 3.3V (NOTE: sometimes it stays &lt; 2.0V)<br />
5. Once it reached 3.3V, issuing <b>reboot</b> in <i>shell login</i>, issuing <b>reset</b> in <i>u-boot prompt</i> and <b>pressing reset switch</b> on QSK board, I2C voltage level always read 3.3V. I won't see point 3 above<br />
6. If power cycle again, it goes back to point 3<br />
<br />
<br />
Scenario 2:<br />
1. Power Cycle<br />
2. Enter U-Boot prompt<br />
3. Boot from NFS Server<br />
4. I2C Voltage Level always read &lt; 2.0V<br />
5. Issuing <b>reboot</b> in <i>shell login</i>, issuing <b>reset</b> in <i>u-boot prompt</i> and <b>pressing reset switch</b> on QSK board, I2C voltage level always read &lt; 2.0V<br />
6. Power Cycle and repeat from point 2 above doesn't help<br />
<br />
<br />
Is there something going on during NAND boot? Can you please tell me if there is a GPIO pin/register in Snapper 9260 that needs to be set during boot-up to bring I2C voltage level to 3.3V?<br />
<br />
There is no data transmitted on the above scenarios.<br />
<br />
<br />
Regards,<br />
<br />
pteh]]></description>
            <dc:creator>pteh</dc:creator>
            <category>Snapper 9260</category>
            <pubDate>Thu, 06 May 2010 21:36:39 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,289,289#msg-289</guid>
            <title>How to enable watchdog (3 replies)</title>
            <link>http://www.designarm.com/forum/read.php?3,289,289#msg-289</link>
            <description><![CDATA[ Hello,<br />
<br />
How can I enable watchdog?<br />
<br />
In Linux, I get this:<br />
AT91SAM9 Watchdog: sorry, watchdog is disabled]]></description>
            <dc:creator>Stephen</dc:creator>
            <category>Linux Development</category>
            <pubDate>Thu, 09 Dec 2010 04:41:19 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,285,285#msg-285</guid>
            <title>X Windows and VNC Server (1 reply)</title>
            <link>http://www.designarm.com/forum/read.php?3,285,285#msg-285</link>
            <description><![CDATA[ I'm trying to get a X and a VNC server running on our 9260 without much success. Do you folk have any binaries or some instructions?<br />
<br />
Any help would be very welcome<br />
<br />
Thanks]]></description>
            <dc:creator>mylesdw</dc:creator>
            <category>Linux Development</category>
            <pubDate>Mon, 29 Mar 2010 18:18:00 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?4,283,283#msg-283</guid>
            <title>Win CE 6.0 (1 reply)</title>
            <link>http://www.designarm.com/forum/read.php?4,283,283#msg-283</link>
            <description><![CDATA[ hello sir,,<br />
<br />
I am new to win CE i want to make a driver control in win ce 6.0 for the LCD controller.Could you please help me how to write the code in visual studio 2005.<br />
<br />
Thank You<br />
Vinoth.]]></description>
            <dc:creator>vinoth006</dc:creator>
            <category>Windows CE</category>
            <pubDate>Wed, 24 Mar 2010 14:16:06 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,281,281#msg-281</guid>
            <title>Run UBI on NAND flash (3 replies)</title>
            <link>http://www.designarm.com/forum/read.php?3,281,281#msg-281</link>
            <description><![CDATA[ Hello,<br />
<br />
Is it possible to run UBI on the entire NAND flash (mtd device), then have the bootloader, kernel, and root filesystem running on top of UBI?<br />
<br />
Or even run UBI on a partition of the NAND flash?<br />
<br />
Thanks.]]></description>
            <dc:creator>Stephen</dc:creator>
            <category>Linux Development</category>
            <pubDate>Mon, 29 Mar 2010 18:16:59 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?2,274,274#msg-274</guid>
            <title>U-boot flash partitions (2 replies)</title>
            <link>http://www.designarm.com/forum/read.php?2,274,274#msg-274</link>
            <description><![CDATA[ Hello,<br />
<br />
With the U-Boot bootloader that is preloaded on Snapper 9260 board, how do I list all partitions that are on flash? Is there a way to split the filesystem partition into multiple partitions from u-boot?<br />
<br />
Thanks.]]></description>
            <dc:creator>Stephen</dc:creator>
            <category>Snapper 9260</category>
            <pubDate>Wed, 17 Mar 2010 21:35:03 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,271,271#msg-271</guid>
            <title>oprofile on Snapper 9260 (no replies)</title>
            <link>http://www.designarm.com/forum/read.php?3,271,271#msg-271</link>
            <description><![CDATA[ Hi all,<br />
<br />
I have looked (a bit) into running oprofile (profiling package) on the Snapper 9260.  It is not going all that smoothly for me.  I have found the right (I think) menuconfig options to enable to get the oprofile driver in the kernel.  The problem is making sure I have got the right libraries and letting the oprofile configure script know this.<br />
<br />
Are there any instructions for getting oprofile (and any required libs) on the Snapper 9260? (Under the 2.6.29 kernel in my case.)<br />
<br />
Would this be a useful package to have available in the Bluewater repository for ipkg-cl to access?<br />
<br />
Thanks,<br />
Ian]]></description>
            <dc:creator>IGW</dc:creator>
            <category>Linux Development</category>
            <pubDate>Tue, 09 Mar 2010 18:18:58 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?2,269,269#msg-269</guid>
            <title>MAC Address unique for all Snapper 9260 modules? (1 reply)</title>
            <link>http://www.designarm.com/forum/read.php?2,269,269#msg-269</link>
            <description><![CDATA[ Hi,<br />
<br />
<br />
Is the MAC address assigned in Snapper 9260 unique for all Snapper modules? i.e. Can I safely assume I will not find two Snapper 9260 modules having the same MAC address coming out from manufacturer when I order in quantity?<br />
<br />
<br />
Regards,<br />
<br />
pteh]]></description>
            <dc:creator>pteh</dc:creator>
            <category>Snapper 9260</category>
            <pubDate>Tue, 02 Mar 2010 17:52:38 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,268,268#msg-268</guid>
            <title>update-alternatives: not found (1 reply)</title>
            <link>http://www.designarm.com/forum/read.php?3,268,268#msg-268</link>
            <description><![CDATA[ Hi there,<br />
<br />
I've been trying to install either <b>openssh</b> or <b>dropbear</b> but always fail during post installation.<br />
<br />
Both post installation script requires: <b>update-alternatives</b> command which I couldn't find it anywhere in the system and [<a href="http://www.bluewatersys.com/public/ipk/armv4t/Packages" rel="nofollow" >www.bluewatersys.com</a>].<br />
<br />
The following is the copy of the installation process:<br />
<br />
<pre class="bbcode">
root@snapper:~$ ipkg-cl install openssh
Installing openssh (4.6p1-r6) to root...
Downloading [<a href="http://www.bluewatersys.com/public/ipk/armv4t/openssh_4.6p1-r6_armv4t.ipk" rel="nofollow" >www.bluewatersys.com</a>]
Installing openssh-scp (4.6p1-r6) to root...
Downloading [<a href="http://www.bluewatersys.com/public/ipk/armv4t/openssh-scp_4.6p1-r6_armv4t.ipk" rel="nofollow" >www.bluewatersys.com</a>]
Installing libcrypto0.9.8 (0.9.8j-r1) to root...
Downloading [<a href="http://www.bluewatersys.com/public/ipk/armv4t/libcrypto0.9.8_0.9.8j-r1_armv4t.ipk" rel="nofollow" >www.bluewatersys.com</a>]
Installing libz1 (1.2.3-r5) to root...
Downloading [<a href="http://www.bluewatersys.com/public/ipk/armv4t/libz1_1.2.3-r5_armv4t.ipk" rel="nofollow" >www.bluewatersys.com</a>]
Installing openssh-ssh (4.6p1-r6) to root...
Downloading [<a href="http://www.bluewatersys.com/public/ipk/armv4t/openssh-ssh_4.6p1-r6_armv4t.ipk" rel="nofollow" >www.bluewatersys.com</a>]
Installing openssh-sshd (4.6p1-r6) to root...
Downloading [<a href="http://www.bluewatersys.com/public/ipk/armv4t/openssh-sshd_4.6p1-r6_armv4t.ipk" rel="nofollow" >www.bluewatersys.com</a>]
Installing ssh-keygen (4.6p1-r6) to root...
Downloading [<a href="http://www.bluewatersys.com/public/ipk/armv4t/ssh-keygen_4.6p1-r6_armv4t.ipk" rel="nofollow" >www.bluewatersys.com</a>]
Configuring libcrypto0.9.8
postinst script returned status 1
ERROR: libcrypto0.9.8.postinst returned 1
Configuring libz1
postinst script returned status 1
ERROR: libz1.postinst returned 1
Configuring openssh
Configuring openssh-scp
//usr/lib/ipkg/info/openssh-scp.postinst: line 1: update-alternatives: not found
postinst script returned status 127
ERROR: openssh-scp.postinst returned 127
Configuring openssh-ssh
//usr/lib/ipkg/info/openssh-ssh.postinst: line 1: update-alternatives: not found
postinst script returned status 127
ERROR: openssh-ssh.postinst returned 127
Configuring openssh-sshd
adduser: unrecognized option '--system'
BusyBox v1.10.1 (2009-02-03 10:35:41 NZDT) multi-call binary

Usage: adduser [OPTIONS] user_name

Add an user

Options:
        -h DIR          Home directory
        -g GECOS        GECOS field
        -s SHELL        Login shell
        -G GROUP        Add user to existing group
        -S              Create a system user
        -D              Do not assign a password
        -H              Do not create home directory

 Adding system startup for /etc/init.d/sshd.
Configuring ssh-keygen
Successfully terminated.
root@snapper:~$</pre>
<br />
Can anyone help me to get sshd installed and running?<br />
<br />
<br />
Regards,<br />
<br />
pteh]]></description>
            <dc:creator>pteh</dc:creator>
            <category>Linux Development</category>
            <pubDate>Tue, 09 Mar 2010 19:48:17 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,263,263#msg-263</guid>
            <title>DHCP (4 replies)</title>
            <link>http://www.designarm.com/forum/read.php?3,263,263#msg-263</link>
            <description><![CDATA[ Can you point me in the direction of some instructions for getting an IP by DHCP during a 'normal' BOOTD of a Snapper 9260. I just want the IP without all the other dhcp_boot stuff.<br />
<br />
I tried adding ip=any to the boot_args but this does not quite work...<br />
<br />
Thanks<br />
Myles]]></description>
            <dc:creator>mylesdw</dc:creator>
            <category>Linux Development</category>
            <pubDate>Wed, 17 Feb 2010 14:37:30 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,261,261#msg-261</guid>
            <title>Google Android (1 reply)</title>
            <link>http://www.designarm.com/forum/read.php?3,261,261#msg-261</link>
            <description><![CDATA[ Hi folks,<br />
<br />
just wondered whether you have had Google Android running on a Snapper 9260<br />
<br />
Cheers<br />
Myles]]></description>
            <dc:creator>mylesdw</dc:creator>
            <category>Linux Development</category>
            <pubDate>Tue, 16 Feb 2010 19:55:42 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?2,256,256#msg-256</guid>
            <title>initialize SD card after boot - sort of hot plug (2 replies)</title>
            <link>http://www.designarm.com/forum/read.php?2,256,256#msg-256</link>
            <description><![CDATA[ Hi all,<br />
<br />
SD card works fin on my '9260 (2.6.29 kernel) if the card is plugged in an power to the SD card slot is enabled at boot.  However, our app wants to be able to control the power to the SD slot - using simple p-channel switch.  <br />
<br />
I can't figure out, though, how I can get the card initialized after enabling power so I can mount it.  dmesg reports:<br />
  mmc0: error -110 whilst initializing SD card<br />
this is not surprising.<br />
<br />
What I want to know is how I can subsequently force linux to rescan the slot and initialize the card after we enable power?<br />
<br />
Thanks,<br />
Ian]]></description>
            <dc:creator>IGW</dc:creator>
            <category>Snapper 9260</category>
            <pubDate>Fri, 12 Mar 2010 19:09:30 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,254,254#msg-254</guid>
            <title>OSS emulation &quot;asoc: machine hw_params failed&quot; (no replies)</title>
            <link>http://www.designarm.com/forum/read.php?3,254,254#msg-254</link>
            <description><![CDATA[ I am trying to get the VoIP framework sipXtapi running on a snapper 9260 but it requires OSS audio. I recompiled the 2.6.29 kernel after adding in OSS emulation using make menuconfig and then created /dev/dsp but when I try and play audio using OSS (e.g. using madplay) I get:<br />
<br />
error: frame 0: lost synchronization<br />
output: ioctl(SNDCTL_DSP_SPEED): Device or resource busy<br />
<br />
and dmesg shows:<br />
asoc: machine hw_params failed<br />
<br />
Any ideas as to what is causing this and how to fix it?<br />
Nathanael<br />
<a href="mailto:&#110;&#97;&#116;&#104;&#97;&#110;&#97;&#101;&#108;&#46;&#103;&#114;&#97;&#121;&#64;&#116;&#97;&#105;&#116;&#46;&#99;&#111;&#46;&#110;&#122;">&#110;&#97;&#116;&#104;&#97;&#110;&#97;&#101;&#108;&#46;&#103;&#114;&#97;&#121;&#64;&#116;&#97;&#105;&#116;&#46;&#99;&#111;&#46;&#110;&#122;</a>]]></description>
            <dc:creator>nathanaelg</dc:creator>
            <category>Linux Development</category>
            <pubDate>Thu, 10 Dec 2009 13:00:56 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,253,253#msg-253</guid>
            <title>Upgrade alsa in kernel (no replies)</title>
            <link>http://www.designarm.com/forum/read.php?3,253,253#msg-253</link>
            <description><![CDATA[ I am wanting to upgrade Alsa to 1.0.21 (from 1.0.18a in your latest kernel) to be able to use more sample rates for the tlv320aic23. Is this possible using the alsa-driver from [<a href="http://www.alsa-project.org/main/index.php/Download" rel="nofollow" >www.alsa-project.org</a>] How would I go about doing this?]]></description>
            <dc:creator>nathanaelg</dc:creator>
            <category>Linux Development</category>
            <pubDate>Tue, 08 Dec 2009 17:55:03 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,252,252#msg-252</guid>
            <title>Audio not playing correctly at sampling rates other than 44.1kHz (no replies)</title>
            <link>http://www.designarm.com/forum/read.php?3,252,252#msg-252</link>
            <description><![CDATA[ I have been unable to get aplay to play audio correctly at sampling rates other than 44.1kHz. For some reason at 8kHz, 32kHz, 48kHz the audio is played faster than it should be. Is this likely to be a limitation of the driver in the kernel or something else to do with my setup?<br />
<br />
Advanced Linux Sound Architecture Driver Version 1.0.14rc1 (Tue Jan 09 09:56:17 2007 UTC).<br />
ASoC version 0.13.1<br />
AIC23 Audio Codec 0.1<br />
tlv320aic23_codec_probe<br />
asoc: tlv320aic23 &lt;-&gt; at91-ssc0 mapping ok<br />
sn9260: Codec in Master Mode<br />
ALSA device list:<br />
  #0: sn9260_tlv320 (tlv320aic23)]]></description>
            <dc:creator>nathanaelg</dc:creator>
            <category>Linux Development</category>
            <pubDate>Wed, 02 Dec 2009 21:19:05 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,249,249#msg-249</guid>
            <title>Ipkg postinst script returned status 1 (1 reply)</title>
            <link>http://www.designarm.com/forum/read.php?3,249,249#msg-249</link>
            <description><![CDATA[ I have been having issues installing some of the packages from the bluewatersys repository, for instance while following the instructions to install audio, the following error message is given:<br />
<br />
Configuring libasound2<br />
postinst script returned status 1<br />
ERROR: libasound2.postinst returned 1<br />
Configuring ncurses<br />
postinst script returned status 1<br />
ERROR: ncurses.postinst returned 1<br />
Successfully terminated.<br />
<br />
When installing ppp, libpcap0.9 also gave the same error. Why is this likely to be?]]></description>
            <dc:creator>nathanaelg</dc:creator>
            <category>Linux Development</category>
            <pubDate>Thu, 26 Nov 2009 14:57:40 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,240,240#msg-240</guid>
            <title>Tweaking time slice (2 replies)</title>
            <link>http://www.designarm.com/forum/read.php?3,240,240#msg-240</link>
            <description><![CDATA[ Hi all,<br />
<br />
It seems that the stock kernel on the Snapper 9260 has a basic time slice of 100 ms:<br />
#define DEF_TIMESLICE   (100 * HZ / 1000)<br />
<br />
Will I get myself into a lot of pain if I reduce this to 10 ms?<br />
<br />
I have some external buffering in some hardware that only provides about 100 ms of buffering.  I guess I could run it as an interrupt, but I am keen to know if I can get an adequate result by tweaking the timeslice to 10 ms at least for the current development phase. <br />
<br />
Thanks,<br />
Ian]]></description>
            <dc:creator>IGW</dc:creator>
            <category>Linux Development</category>
            <pubDate>Tue, 27 Oct 2009 14:47:42 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,213,213#msg-213</guid>
            <title>bluetooth pairing problem (24 replies)</title>
            <link>http://www.designarm.com/forum/read.php?3,213,213#msg-213</link>
            <description><![CDATA[ Hi, <br />
<br />
All the configuration of Bluetooth on snapper has been set properly, however, pairing is always failed when any other bluetooth devices request a pin from snapper. The snapper can't response to any request at all.<br />
<br />
i think the problem can be seen from &quot;/etc/bluetooth/main.conf&quot; and D-bus as shown below, but I don't know how to fix it<br />
<br />
root@snapper:$ hcid -n<br />
hcid[702]: Bluetooth HCI daemon<br />
hcid[702]: Parsing /etc/bluetooth/main.conf failed: No such file or directory<br />
hcid[702]: Unable to get on D-Bus<br />
<br />
And this is my /etc/bluetooth/hcid.conf file, which I can't see any problem<br />
<br />
root@snapper:~$ cat /etc/bluetooth/hcid.conf <br />
#<br />
# HCI daemon configuration file.<br />
#<br />
<br />
# HCId options<br />
options {<br />
        # Automatically initialize new devices<br />
        autoinit yes;<br />
<br />
        # Security Manager mode<br />
        #   none - Security manager disabled<br />
        #   auto - Use local PIN for incoming connections<br />
        #   user - Always ask user for a PIN<br />
        #<br />
        security user;<br />
<br />
        # Pairing mode<br />
        #   none  - Pairing disabled<br />
        #   multi - Allow pairing with already paired devices<br />
        #   once  - Pair once and deny successive attempts<br />
        pairing multi;<br />
<br />
        # Default PIN code for incoming connections<br />
        passkey &quot;1234&quot;;<br />
}<br />
<br />
# Default settings for HCI devices<br />
device {<br />
        # Local device name<br />
        #   %d - device id<br />
        #   %h - host name<br />
        name &quot;%h (%d)&quot;;<br />
<br />
        # Local device class<br />
        class 0x120112;<br />
<br />
        # Default packet type<br />
        #pkt_type DH1,DM1,HV1;<br />
<br />
        # Inquiry and Page scan<br />
        iscan enable; <br />
        pscan enable;<br />
<br />
        # Default link mode<br />
        #   none   - no specific policy <br />
        #   accept - always accept incoming connections<br />
        #   master - become master on incoming connections,<br />
        #            deny role switch on outgoing connections<br />
        lm accept;<br />
<br />
        # Default link policy<br />
        #   none    - no specific policy<br />
        #   rswitch - allow role switch<br />
        #   hold    - allow hold mode<br />
        #   sniff   - allow sniff mode<br />
        #   park    - allow park mode<br />
        lp rswitch,hold,sniff,park;<br />
<br />
}<br />
<br />
And this is the /etc/init.d/bluetooth file, which I think may be of some problem<br />
<br />
root@snapper:~$ cat /etc/init.d/bluetooth <br />
#!/bin/sh<br />
#<br />
# Start/stop the Bluetooth daemons<br />
#<br />
<br />
set -e<br />
<br />
PATH=/sbin:/bin:/usr/sbin:/usr/bin<br />
NAME=bluetooth<br />
DESC=&quot;Bluetooth subsystem&quot;<br />
<br />
DAEMON_NAME=hcid<br />
HID2HCI_NAME=hid2hci<br />
<br />
DAEMON_EXEC=&quot;`which $DAEMON_NAME || true`&quot;<br />
HID2HCI_EXEC=&quot;`which $HID2HCI_NAME || true`&quot;<br />
<br />
DAEMON_ENABLE=true<br />
HID2HCI_ENABLE=false<br />
<br />
DAEMON_CONFIG=&quot;/etc/bluetooth/hcid.conf&quot;<br />
<br />
[ -e /etc/default/bluetooth ] &amp;&amp; . /etc/default/bluetooth<br />
<br />
case &quot;$1&quot; in<br />
  start)<br />
        echo -n &quot;Starting $DESC:&quot;<br />
        if $DAEMON_ENABLE &amp;&amp; [ -x &quot;$DAEMON_EXEC&quot; ] &amp;&amp; [ -f &quot;$DAEMON_CONFIG&quot; ] ; then<br />
                $DAEMON_EXEC -s -f $DAEMON_CONFIG<br />
                echo -n &quot; $DAEMON_NAME&quot;<br />
        fi<br />
        if $HID2HCI_ENABLE &amp;&amp; [ -x &quot;$HID2HCI_EXEC&quot; ] ; then<br />
                $HID2HCI_EXEC --tohci &gt; /dev/null 2&gt;&amp;1 || true<br />
                echo -n &quot; $HID2HCI_NAME&quot;<br />
        fi<br />
        echo &quot;.&quot;<br />
        ;;<br />
  stop)<br />
        echo -n &quot;Stopping $DESC:&quot;<br />
        killall $DAEMON_NAME &gt; /dev/null 2&gt;&amp;1 || true<br />
        echo -n &quot; $DAEMON_NAME&quot;<br />
        echo &quot;.&quot;<br />
        ;;<br />
  *)<br />
        N=/etc/init.d/$NAME<br />
        echo &quot;Usage: $N {start|stop}&quot; &gt;&amp;2<br />
        exit 1<br />
        ;;<br />
esac<br />
<br />
exit 0<br />
<br />
Thanks]]></description>
            <dc:creator>Henry</dc:creator>
            <category>Linux Development</category>
            <pubDate>Thu, 22 Oct 2009 16:28:04 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,212,212#msg-212</guid>
            <title>Linux kernel recompiling to include USB-serial convertion (no replies)</title>
            <link>http://www.designarm.com/forum/read.php?3,212,212#msg-212</link>
            <description><![CDATA[ The option &quot;USB Serial Converter support&quot; has &lt;M&gt;  and I tried to include it by type &quot;Y&quot;, however, the same message appears<br />
<br />
<br />
&quot;This feature depends on another which has been configured as<br />
 module. As a result, this feature will be configured as a module&quot;<br />
<br />
I am putting this question on forum soon<br />
<br />
Thanks<br />
- Hide quoted text -<br />
<br />
On Mon, Oct 19, 2009 at 4:50 PM, Andre Renaud &lt;andre@bluewatersys.com&gt; wrote:<br />
<br />
    Henry,<br />
    Try turning on the &quot;USB Serial Converter support&quot; option near the top of<br />
    that menu.<br />
<br />
    Can I ask you to post these questions to the forum from now on? That way<br />
    the posts can be vetted by other members of our support team, as well as<br />
    benefit other customers.<br />
<br />
    Regards,<br />
    Andre<br />
<br />
    Henry Xin Zhang wrote:<br />
    &gt; Andre<br />
    &gt;<br />
    &gt; The option 'USB Prolific 2303 Single Port Serial Driver' has a symbol<br />
    &gt; '&lt;M&gt;', and I  type 'Y' to include it. However, a message appeared said<br />
    &gt; that &quot;This feature depends on another which has been configured as<br />
    &gt; module. As a result, this feature will be configured as a module&quot;<br />
    &gt;<br />
    &gt; Is it correct? How should i proceed?<br />
    &gt;<br />
    &gt; Thanks<br />
    &gt;<br />
    &gt;<br />
    &gt; On Mon, Oct 19, 2009 at 4:21 PM, Andre Renaud &lt;andre@bluewatersys.com<br />
    &gt; &lt;mailto:andre@bluewatersys.com&gt;&gt; wrote:<br />
    &gt;<br />
    &gt;     Have a look at [<a href="http://www.bluewatersys.com/quickstart/linuxkernel.php" rel="nofollow" >www.bluewatersys.com</a>].<br />
    &gt;     However you will want to use 'snappercl15_defconfig', and then before<br />
    &gt;     doing the make uImage, you should run make menuconfig, and turn on the<br />
    &gt;     USB option.  This will be under 'Device Drivers/USB Support/USB Serial<br />
    &gt;     Converter support/USB Prolific 2303 Single Port Serial Driver'.<br />
    &gt;<br />
    &gt;     Andre<br />
    &gt;<br />
    &gt;     Henry Xin Zhang wrote:<br />
    &gt;     &gt; The linux kernel was the one you sent to me last week in our email on<br />
    &gt;     &gt; how to set up the NFS server and update root file system.<br />
    &gt;     &gt;<br />
    &gt;     &gt; Can you indicate how to recompile the kernel?<br />
    &gt;     &gt;<br />
    &gt;     &gt; Thanks<br />
    &gt;     &gt;<br />
    &gt;     &gt; On Mon, Oct 19, 2009 at 2:09 PM, Andre Renaud<br />
    &gt;     &lt;andre@bluewatersys.com &lt;mailto:andre@bluewatersys.com&gt;<br />
    &gt;     &gt; &lt;mailto:andre@bluewatersys.com &lt;mailto:andre@bluewatersys.com&gt;&gt;&gt;<br />
    &gt;     wrote:<br />
    &gt;     &gt;<br />
    &gt;     &gt;     Henry,<br />
    &gt;     &gt;<br />
    &gt;     &gt;     It would appear that you don't have pl2303 serial driver built<br />
    &gt;     into your<br />
    &gt;     &gt;     kernel. This is not enabled in our default setup. I would<br />
    &gt;     recommend you<br />
    &gt;     &gt;     rebuild your Linux kernel uImage, and make sure that<br />
    &gt;     &gt;     CONFIG_USB_SERIAL_PL2303 is turned on.<br />
    &gt;     &gt;<br />
    &gt;     &gt;     Regards,<br />
    &gt;     &gt;     Andre]]></description>
            <dc:creator>henry</dc:creator>
            <category>Linux Development</category>
            <pubDate>Sun, 18 Oct 2009 21:59:34 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.designarm.com/forum/read.php?3,207,207#msg-207</guid>
            <title>Missing /proc/snapper and /proc/gpio (6 replies)</title>
            <link>http://www.designarm.com/forum/read.php?3,207,207#msg-207</link>
            <description><![CDATA[ I assume I have done something wrong or I have missed some vital step that Linux gurus would all know by heart.<br />
<br />
I was trying to disable the Ethernet for a 9260 using the instructions in the FAQ.<br />
<br />
echo eth_power disable &gt; /proc/snapper/power_domain<br />
<br />
just gives:<br />
-sh: cannot create /proc/snapper/power_domain: nonexistent directory<br />
<br />
There is no ..../snapper or .../gpio in /proc.<br />
<br />
I assume I have not updated the root file systems in the correct manner.<br />
<br />
Are there any instructions for using the root file system builder?  I gave it a go by running the python scripts and then trying to figure out the options.  No success.  Some brief guidance would be appreciated.<br />
<br />
Thanks,<br />
Ian]]></description>
            <dc:creator>IGW</dc:creator>
            <category>Linux Development</category>
            <pubDate>Thu, 11 Feb 2010 17:41:28 -0700</pubDate>
        </item>
    </channel>
</rss>

