<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
        <description>[b]Tested in:[/b]  Dockstar, GoFlex Net/Home, Pogoplug E02/V2, Zyxel NSA320

[b]Requirements/Compatibility:[/b]
[list]
[*]Hardware:  Any mainline-Linux-supported Kirkwood machine, plus many others: both SheevaPlugs, Cloud Engines Pogoplug V1/V2/V4, Seagate Dockstar &amp; GoFlexNet/Home, the Zyxel NSA3x0 variants, QNAP TS-219/41x, all 3 OpenRD boards, all 4 LaCie (Inter)Netspace variants, HP's T5325 ThinClient,  and all 4 original Marvell xx88F6xxx boards.
[*][b][color=#CC0000]U-Boot[/color][/b]: [url=http://forum.doozan.com/read.php?3,6965,6965]U-Boot with [u]L2-Cache Disable[/u]@Boot Feature[/url], or a machine with a U-Boot that will correctly decompress a 3.2 (or higher) kernel, load it, and boot it.
[/list]


[b]Capabilities/Configuration:[/b] conforms to standard Debian Kirkwood kernel, but with added support for GoFlex Net (with SATA &amp;  LED support &amp; [u][url=http://forum.doozan.com/read.php?2,7451,7494#msg-7494]fix for the NAND bad blocks symptoms[/url][/u]). Will work fine on Pogoplug E02/V2 and Pogoplug E01/V1, but without perfect LED support.   The [b]kernel config[/b] file is here:  [url=http://ppl.ug/dWu4fpz-3UY/]config-3.3.2-dg-wide[/url]

[b]Installation/Overview:[/b] the general steps are as follows: [list=1]
[*] prepare yourself and know what to do in case something goes wrong, before it goes wrong - read and understand - accept all responsibility for installing/using this kernel, since while it has been tested, there is no warranty, either implied or expressed
[*] have either UART/serial connection or Netconsole connection and know how to use it
[*] back up your current /boot dir in case there is some unforeseen problem
[*] download [url=https://www.dropbox.com/sh/nwt2kbvetvgvroo/661x9b5PLg/Kirkwood/kernel/linux-image-3.3.2-kirkwood-dg_1.1_armel.deb]kernel package[/url] and copy it to the root directory of your Kirkwood device
[*] install kernel package
[*] prepare uImage and uInitrd for U-Boot
[*] reboot &amp; check
[/list]

[b]Installation/Details/Commands:[/b]  
[code]
# backup your /boot dir 
cd /
cp -r boot boot-backup



# get the kernel .deb  :    [url=https://www.dropbox.com/sh/nwt2kbvetvgvroo/661x9b5PLg/Kirkwood/kernel/linux-image-3.3.2-kirkwood-dg_1.1_armel.deb[/url]
# download it and copy it to the / (root) directory of your kirkwood device - via network, USB device, etc.



# install it
dpkg -i linux-image-3.3.2-kirkwood-dg_1.1_armel.deb


# prepare it for U-Boot
cd /boot
mkimage -A arm -O linux -T kernel  -C none -a 0x00008000 -e 0x00008000 -n Linux-3.3.2 -d vmlinuz-3.3.2-kirkwood-dg uImage
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-3.3.2-kirkwood-dg -d initrd.img-3.3.2-kirkwood-dg uInitrd



# reboot and check
reboot
# monitor behavior via serial/UART console, or via Netconsole &amp; check 
uname -a 
[/code]


[b]Expected Output Sample/Proof Install[/b]
[code]
root@AirDisk2:/# uname -a
Linux AirDisk2 3.2.0-2-kirkwood #1 Mon Mar 5 17:06:08 UTC 2012 armv5tel GNU/Linux
root@AirDisk2:/# cd /
root@AirDisk2:/# cp -r boot boot-backup
root@AirDisk2:/# cp /home/timemachine/linux-image-3.3.2-kirkwood-dg_1.1_armel.deb  .
root@AirDisk2:/# dpkg -i linux-image-3.3.2-kirkwood-dg_1.1_armel.deb
Selecting previously unselected package linux-image-3.3.2-kirkwood-dg.
(Reading database ... 47094 files and directories currently installed.)
Unpacking linux-image-3.3.2-kirkwood-dg (from linux-image-3.3.2-kirkwood-dg_1.1_armel.deb) ...
Done.
Setting up linux-image-3.3.2-kirkwood-dg (1.1) ...

 Hmm. There is a symbolic link /lib/modules/3.3.2-kirkwood-dg/build
 However, I can not read it: No such file or directory
 Therefore, I am deleting /lib/modules/3.3.2-kirkwood-dg/build


 Hmm. The package shipped with a symbolic link /lib/modules/3.3.2-kirkwood-dg/source
 However, I can not read the target: No such file or directory
 Therefore, I am deleting /lib/modules/3.3.2-kirkwood-dg/source

Running depmod.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.3.2-kirkwood-dg /boot/vmlinuz-3.3.2-kirkwood-dg
update-initramfs: Generating /boot/initrd.img-3.3.2-kirkwood-dg
run-parts: executing /etc/kernel/postinst.d/zz-flash-kernel 3.3.2-kirkwood-dg /boot/vmlinuz-3.3.2-kirkwood-dg
root@AirDisk2:/# cd /boot
root@AirDisk2:/boot# mkimage -A arm -O linux -T kernel  -C none -a 0x00008000 -e 0x00008000 -n Linux-3.3.2 -d vmlinuz-3.3.2-kirkwood-dg uImage
Image Name:   Linux-3.3.2
Created:      Sat Apr 21 22:20:24 2012
Image Type:   ARM Linux Kernel Image (uncompressed)
Data Size:    2277984 Bytes = 2224.59 kB = 2.17 MB
Load Address: 00008000
Entry Point:  00008000
root@AirDisk2:/boot# mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-3.3.2-kirkwood-dg -d initrd.img-3.3.2-kirkwood-dg uInitrd
Image Name:   initramfs-3.3.2-kirkwood-dg
Created:      Sat Apr 21 22:20:30 2012
Image Type:   ARM Linux RAMDisk Image (gzip compressed)
Data Size:    7576044 Bytes = 7398.48 kB = 7.23 MB
Load Address: 00000000
Entry Point:  00000000
root@AirDisk2:/boot# reboot

Broadcast message from root@AirDisk2 (pts/0) (Sat Apr 21 22:21:04 2012):

The system is going down for reboot NOW!
root@AirDisk2:/boot# Connection to ***.***.**.*** closed by remote host.
Connection to ***.***.**.*** closed.
davygravy@bitbaker64:~/Desktop$ sudo ssh root@***.***.**.***
[sudo] password for davygravy: 
root@***.***.**.***'s password: 
Linux AirDisk2 3.3.2-kirkwood-dg #1 Sat Apr 21 13:30:43 CDT 2012 armv5tel

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sat Apr 21 22:05:09 2012 from bitbaker64.local
root@AirDisk2:~# uname -a
Linux AirDisk2 3.3.2-kirkwood-dg #1 Sat Apr 21 13:30:43 CDT 2012 armv5tel GNU/Linux
root@AirDisk2:~# 

[/code]</description>
        <link>http://forum.doozan.com/read.php?2,7676,7676#msg-7676</link>
        <lastBuildDate>Tue, 21 May 2013 02:24:40 -0400</lastBuildDate>
        <generator>Phorum 5.2.18</generator>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12485#msg-12485</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12485#msg-12485</link>
            <description><![CDATA[ prodigy7 Wrote:<br />
-------------------------------------------------------<br />
. So if the package is<br />
&gt; installed with dpkg, directly the uImage and<br />
&gt; uInitrd is refreshed in /boot and nothing more is<br />
&gt; to do!<br />
... except maybe to save the old uImage and uInitrd before the installation. But thank you, I always had to look for the commands to create the files in the forum.]]></description>
            <dc:creator>HellG</dc:creator>
            <category>Debian</category>
            <pubDate>Wed, 15 May 2013 05:52:31 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12476#msg-12476</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12476#msg-12476</link>
            <description><![CDATA[ Ok, here is the 3.8.4 kernel, compiled with ipv6 and netfilter (iptables) support:<br />
<a href="http://download.prodigy7.de/files/packages/kirkwood/kernel/"  rel="nofollow">http://download.prodigy7.de/files/packages/kirkwood/kernel/</a><br />
<br />
Because I've changed the name from dockstar to kirkwood, the dpkg package manager detect the kernel type and install the kernel additionally with mkimage on pogo plug v2. So if the package is installed with dpkg, directly the uImage and uInitrd is refreshed in /boot and nothing more is to do!]]></description>
            <dc:creator>prodigy7</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 14 May 2013 12:51:25 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12475#msg-12475</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12475#msg-12475</link>
            <description><![CDATA[ Just for the records: If compiling with make-kpkg fails, try the following command.<pre class="bbcode">DEB_HOST_ARCH=armel fakeroot make-kpkg --arch arm --cross-compile arm-none-linux-gnueabi- --append-to-version=-kirkwood --revision=1.0 --initrd -j 2 kernel_image kernel_headers</pre>]]></description>
            <dc:creator>prodigy7</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 14 May 2013 11:29:36 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12466#msg-12466</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12466#msg-12466</link>
            <description><![CDATA[ All credits go to <a href="http://forum.doozan.com/profile.php?4,1"  rel="nofollow">Jeff</a> and <a href="http://forum.doozan.com/profile.php?2,501"  rel="nofollow">Davygravy</a>:<br />
<a href="http://forum.doozan.com/read.php?2,524"  rel="nofollow">http://forum.doozan.com/read.php?2,524</a><br />
<br />
But in newer crosscompile you'll need to use a workaround to compile armel packages... I'll try to find my steps to use tomorrow... (but I found it somewhere here or using Google...)]]></description>
            <dc:creator>Sven</dc:creator>
            <category>Debian</category>
            <pubDate>Mon, 13 May 2013 17:10:05 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12464#msg-12464</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12464#msg-12464</link>
            <description><![CDATA[ Hi sven!<br />
<br />
Thx for your quick response! Currently I compile a kernel with ipv6 enabled on my pogo plug (it takes a little bit time ;-) ). If so far it contains all I need, I would post the modified config file. If you could give me a quick how to, i would also generate a deb-Package!<br />
<br />
prodigy7]]></description>
            <dc:creator>prodigy7</dc:creator>
            <category>Debian</category>
            <pubDate>Mon, 13 May 2013 11:14:25 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12463#msg-12463</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12463#msg-12463</link>
            <description><![CDATA[ I tried to keep it as small as possible, but you're right - I could have compiled it at least with IPv6 modules...<br />
<br />
You could do so yourself using the provided DIFF to apply the changes to the original kernel:<br />
<a href="https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.8.4.tar.bz2"  rel="nofollow">https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.8.4.tar.bz2</a><br />
<br />
Otherwise please apply all your changes to the <i>.config</i> and send this, so I'll compile it for you.<br />
If you are not familiar with all of this - do you want IPv6 modules, or included in the kernel?]]></description>
            <dc:creator>Sven</dc:creator>
            <category>Debian</category>
            <pubDate>Mon, 13 May 2013 11:10:40 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12462#msg-12462</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12462#msg-12462</link>
            <description><![CDATA[ Sven Wrote:<br />
-------------------------------------------------------<br />
&gt; You could try my 3.8.4 with NSA320 enabled:<br />
&gt; <a href="https://www.dropbox.com/sh/ifotsfsca9kqg7q/Dda2OXW"  rel="nofollow">https://www.dropbox.com/sh/ifotsfsca9kqg7q/Dda2OXW</a><br />
&gt; SdZ<br />
<br />
Hi Sven,<br />
<br />
thank you very much for your refreshed kernel version. Could you maybe compile a ipv6 enabled version for me? For different reasons I can run the box only in a ipv6 network and currently I can't reach the box with your kernel because you've disabled the complete ipv6 support.<br />
Would be very happy if that would be possible!<br />
<br />
Thx!<br />
prodigy7]]></description>
            <dc:creator>prodigy7</dc:creator>
            <category>Debian</category>
            <pubDate>Mon, 13 May 2013 10:59:19 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12428#msg-12428</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12428#msg-12428</link>
            <description><![CDATA[ I am using the uboot provided by davygravy in the first post here: <a href="http://forum.doozan.com/read.php?2,7806"  rel="nofollow">http://forum.doozan.com/read.php?2,7806</a>. Do you think the error could be uboot related?]]></description>
            <dc:creator>HellG</dc:creator>
            <category>Debian</category>
            <pubDate>Sat, 11 May 2013 03:16:48 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12427#msg-12427</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12427#msg-12427</link>
            <description><![CDATA[ HellG Wrote:<br />
-------------------------------------------------------<br />
&gt; Thank you, install in progress...<br />
&gt; Reboot... Works!<br />
&gt; ssh -l root nas.... Works!<br />
&gt; uname -a: &quot;Linux nas 3.8.4-dockstar #2 Wed Mar 27<br />
&gt; 17:10:47 CET 2013 armv5tel GNU/Linux&quot;<br />
&gt; <br />
&gt; So far, so good! I will see during the next days<br />
&gt; if I will have XFS errors again. Thanks again.<br />
<br />
which uboot are you using?]]></description>
            <dc:creator>gaogao</dc:creator>
            <category>Debian</category>
            <pubDate>Sat, 11 May 2013 03:03:05 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12416#msg-12416</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12416#msg-12416</link>
            <description><![CDATA[ Thank you, install in progress...<br />
Reboot... Works!<br />
ssh -l root nas.... Works!<br />
uname -a: &quot;Linux nas 3.8.4-dockstar #2 Wed Mar 27 17:10:47 CET 2013 armv5tel GNU/Linux&quot;<br />
<br />
So far, so good! I will see during the next days if I will have XFS errors again. Thanks again.]]></description>
            <dc:creator>HellG</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 10 May 2013 13:59:15 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12413#msg-12413</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12413#msg-12413</link>
            <description><![CDATA[ You could try my 3.8.4 with NSA320 enabled:<br />
<a href="https://www.dropbox.com/sh/ifotsfsca9kqg7q/Dda2OXWSdZ"  rel="nofollow">https://www.dropbox.com/sh/ifotsfsca9kqg7q/Dda2OXWSdZ</a>]]></description>
            <dc:creator>Sven</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 10 May 2013 05:00:37 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12410#msg-12410</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12410#msg-12410</link>
            <description><![CDATA[ Hi,<br />
does anybody use xfs filesystem with this kernel? I have my data on a xfs filesystem and face problems now and then that the filesystem cannot be mounted after reboot and I have to manually repair (with &quot;-L&quot; to wipe the journal) it. First I thought it is related to my old disks (WD10EACS, 5 years) on a GoFlex Net but after changing to a NSA320 with brand new harddisks (WD10EURX) I have the same problems. <br />
Is there maybe another kernel version available for the NSA320 I could use and see if I still face the same errors?<br />
<br />
HellG]]></description>
            <dc:creator>HellG</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 09 May 2013 16:13:10 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12262#msg-12262</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12262#msg-12262</link>
            <description><![CDATA[ ok, thanks a lot!<br />
------------------<br />
<br />
next problem, I wanted to boot 3.2.0 stock wheezy I had in /boot<br />
<br />
so I tried to make it like this<br />
<pre class="bbcode">mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-3.2.0-4 -d /boot/vmlinuz-3.2.0-4-kirkwood /boot/uImage
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n Initrd-3.2.0-4 -d /boot/initrd.img-3.2.0-4-kirkwood /boot/uInitrd</pre>
<br />
<a href="http://pastebin.com/Y3r45rj8"  rel="nofollow">netconsole</a> output is ok, but Linux don't boot. How I can restore my last bootable kernel? <br />
I was so euphoric so I didn't made a backup image of my system.]]></description>
            <dc:creator>bambo</dc:creator>
            <category>Debian</category>
            <pubDate>Wed, 17 Apr 2013 08:49:34 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12260#msg-12260</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12260#msg-12260</link>
            <description><![CDATA[ It just takes the files out of /dev/sda1 - and inside /boot/ dir.<br />
But your boot is located on a separate partition:<br />
<blockquote class="bbcode"><div><small>Quote<br/></small><strong></strong><br/>/dev/sda1 on /boot</div></blockquote>
So a simple workaround to avoid these problems is to put a symbolic link named 'boot' to point to itself on this partition. Don't know why this was renamed to boot1 on your partition and there was another boot dir on it...]]></description>
            <dc:creator>Sven</dc:creator>
            <category>Debian</category>
            <pubDate>Wed, 17 Apr 2013 06:15:41 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12259#msg-12259</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12259#msg-12259</link>
            <description><![CDATA[ <b>~Sven</b><br />
<pre class="bbcode">
root@pogo:/boot/# sfdisk -d /dev/sda
# partition table of /dev/sda
unit: sectors

/dev/sda1 : start=     2048, size=   450560, Id=83, bootable
/dev/sda2 : start=   452608, size=  5306368, Id=83
/dev/sda3 : start=  5758976, size=  2095104, Id=82
/dev/sda4 : start=        0, size=        0, Id= 0
root@pogo:/boot/# mount
none on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
none on /proc type proc (rw,nosuid,nodev,noexec,relatime)
none on /dev type devtmpfs (rw,relatime,size=125224k,nr_inodes=31306,mode=755)
none on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
/dev/sda2 on / type ext4 (rw,noatime,user_xattr,barrier=1,data=ordered)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=25552k,mode=755)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=260600k)
/dev/sda1 on /boot type ext2 (ro,relatime,errors=continue)
tmpfs on /tmp type tmpfs (rw,relatime)
root@pogo:~/# 
root@pogo:~/# cat /etc/fstab
# /etc/fstab: static file system information.
#
# &lt;file system&gt;	&lt;mount point&gt;	&lt;type&gt;	&lt;options&gt;		&lt;dump&gt;	&lt;pass&gt;
#/dev/root	/		ext2	noatime,errors=remount-ro 0	1
/dev/sda1	/boot		ext2	ro			0	0
/dev/sda2	/		ext4	noatime			0	1
/dev/sda3	none		swap	sw			0	0
tmpfs		/tmp		tmpfs	defaults		0	0</pre>
<br />
So I copy the stuff from /boot to /boot/boot and voilà 3.8.4 Kernel booted! I don't understand the mechanist why it's happen, but you guys are saints.<br />
<br />
Why uBoot takes /boot/boot stuff for booting?]]></description>
            <dc:creator>bambo</dc:creator>
            <category>Debian</category>
            <pubDate>Wed, 17 Apr 2013 06:02:22 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12256#msg-12256</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12256#msg-12256</link>
            <description><![CDATA[ Well - but it still looks funny. 'mkimage' reports the same sizes as you can see in the listing, but uBoot does read other files:<br />
<blockquote class="bbcode"><div><small>Quote<br/></small><strong></strong><br/>Loading file &quot;/boot/uImage&quot; from usb device 0:1 (usbda1)<br />
2081852 bytes read<br />
Loading file &quot;/boot/uInitrd&quot; from usb device 0:1 (usbda1)<br />
5035488 bytes read</div></blockquote>
What's the content of /boot/boot?<br />
And can you additionally tell us something about your partitioning? The output of 'sfdisk -d /dev/sda' and 'mount'?<br />
<br />
Maybe it's sufficient to change the link and dir inside your boot (partition?):<br />
<pre class="bbcode">mv /boot/boot /boot/boot.dir
mv /boot/boot1 /boot/boot</pre>]]></description>
            <dc:creator>Sven</dc:creator>
            <category>Debian</category>
            <pubDate>Wed, 17 Apr 2013 02:27:12 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12242#msg-12242</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12242#msg-12242</link>
            <description><![CDATA[ <b>~bodhi</b><br />
<pre class="bbcode">root@pogo:~/# ls -latr /boot
total 67148
-rw-r--r--  1 root root 5035424 Jan  1  1970 initrd.img-3.0.32-dockstar-geekparadise.de
-rw-r--r--  1 root root  107468 Apr 24  2012 config-3.3.2-kirkwood-dg
-rw-r--r--  1 root root 2279192 Apr 24  2012 vmlinuz-3.3.2-kirkwood-dg
-rw-r--r--  1 root root 6610550 Apr 24  2012 vmlinux-3.3.2-kirkwood-dg
-rw-r--r--  1 root root 1220456 Apr 24  2012 System.map-3.3.2-kirkwood-dg
-rw-r--r--  1 root root   99493 Mai 24  2012 config-3.0.32-dockstar-geekparadise.de
-rw-r--r--  1 root root 2081788 Mai 24  2012 vmlinuz-3.0.32-dockstar-geekparadise.de
-rw-r--r--  1 root root 1138981 Mai 24  2012 System.map-3.0.32-dockstar-geekparadise.de
drwx------  2 root root    4096 Jun 18  2012 lost+found
lrwxrwxrwx  1 root root       1 Jun 18  2012 boot1 -&gt; .
drwxr-xr-x  2 root root    4096 Jun 18  2012 boot
-rw-r--r--  1 root root   94709 Mär 27 17:10 config-3.8.4-dockstar
-rw-r--r--  1 root root 3717400 Mär 27 17:12 vmlinuz-3.8.4-dockstar
-rw-r--r--  1 root root 1916881 Mär 27 17:12 System.map-3.8.4-dockstar
-rw-r--r--  1 root root 1606512 Mär 27 20:40 vmlinuz-3.2.0-4-kirkwood
-rw-r--r--  1 root root 1207425 Mär 27 20:41 System.map-3.2.0-4-kirkwood
-rw-r--r--  1 root root  107503 Mär 27 20:41 config-3.2.0-4-kirkwood
-rw-r--r--  1 root root  101604 Mär 31 09:17 config-3.6.11-kirkwood-tld
-rw-r--r--  1 root root 1741016 Mär 31 15:00 vmlinuz-3.6.11-kirkwood-tld
-rw-r--r--  1 root root 1240893 Mär 31 15:00 System.map-3.6.11-kirkwood-tld
-rw-r--r--  1 root root 1605272 Apr  5 03:54 uImage.bak
-rw-r--r--  1 root root 6809332 Apr  5 03:55 uInitrd.bak
-rw-r--r--  1 root root 6811106 Apr  5 06:18 initrd.img-3.2.0-4-kirkwood
-rw-r--r--  1 root root 7217003 Apr 16 09:29 initrd.img-3.3.2-kirkwood-dg
drwxr-xr-x 22 root root    4096 Apr 16 21:03 ..
-rw-r--r--  1 root root 5855547 Apr 16 21:23 initrd.img-3.6.11-kirkwood-tld
-rw-r--r--  1 root root 3111997 Apr 16 21:32 initrd.img-3.8.4-dockstar
drwxr-xr-x  4 root root    4096 Apr 16 21:32 .
-rw-r--r--  1 root root 3717464 Apr 16 22:50 uImage
-rw-r--r--  1 root root 3112061 Apr 16 22:50 uInitrd
<pre class="bbcode">

looks ok?</pre></pre>]]></description>
            <dc:creator>bambo</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 16 Apr 2013 18:00:41 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12240#msg-12240</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12240#msg-12240</link>
            <description><![CDATA[ What's the output of your USB /boot directory?<br />
ls -latr /boot]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 16 Apr 2013 17:44:21 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12234#msg-12234</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12234#msg-12234</link>
            <description><![CDATA[ <b>~Sven</b><br />
<br />
No, there are no USB devices on PogoPlug. I don't know why the first try fails by reading, I put my USB flash drive to each port, so netconsole shows me the same all the time. <br />
<br />
mkimage magic, huh. I don't know how to try to check the success of it. I look for return value, it's zero.<br />
<br />
<pre class="bbcode">root@pogo:~/# mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-3.8.4-dockstar -d /boot/vmlinuz-3.8.4-dockstar /boot/uImage
Image Name:   Linux-3.8.4-dockstar
Created:      Tue Apr 16 22:50:28 2013
Image Type:   ARM Linux Kernel Image (uncompressed)
Data Size:    3717400 Bytes = 3630.27 kB = 3.55 MB
Load Address: 00008000
Entry Point:  00008000
root@pogo:~/# echo $?
0
root@pogo:~/# mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-3.8.4-dockstar -d /boot/initrd.img-3.8.4-dockstar /boot/uInitrd
Image Name:   initramfs-3.8.4-dockstar
Created:      Tue Apr 16 22:50:54 2013
Image Type:   ARM Linux RAMDisk Image (gzip compressed)
Data Size:    3111997 Bytes = 3039.06 kB = 2.97 MB
Load Address: 00000000
Entry Point:  00000000
root@pogo:~/# echo $?
0</pre>
<br />
This is depressing.]]></description>
            <dc:creator>bambo</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 16 Apr 2013 17:14:46 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12233#msg-12233</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12233#msg-12233</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br/></small><strong></strong><br/>Loading file &quot;/boot/uImage&quot; from usb device 0:1 (usbda1)<br />
1 bytes read<br />
Found bootable drive on usb 0:1<br />
Loading file &quot;/boot/uImage&quot; from usb device 0:1 (usbda1)<br />
2081852 bytes read<br />
Loading file &quot;/boot/uInitrd&quot; from usb device 0:1 (usbda1)<br />
5035488 bytes read<br />
## Booting kernel from Legacy Image at 00800000 ...<br />
   Image Name:   Linux-3.0.32</div></blockquote>
And you're sure the 'mkimage' succeeded?<br />
It shows definitely &quot;3.0.32&quot; while booting - is there another USB drive in place?<br />
(because of the first try and only loading 1 byte...)]]></description>
            <dc:creator>Sven</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 16 Apr 2013 16:29:29 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12231#msg-12231</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12231#msg-12231</link>
            <description><![CDATA[ <b>~bodhi,<br />
~Sven,</b><br />
thanks for fast answers, I tried to install all 3 kernels, the packages installed well, made all mkimage voodoo, but PogoPlug booted my old 3.0.x kernel from Legacy Image. There is the same netconsole output as in my first post.<br />
<br />
<b>~shv</b><br />
oh! that's nice, I put it to the download queue.]]></description>
            <dc:creator>bambo</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 16 Apr 2013 15:48:48 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12227#msg-12227</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12227#msg-12227</link>
            <description><![CDATA[ Bamboo,<br />
<br />
you may also try my intermediate version:<br />
<a href="https://www.dropbox.com/s/pyumlkft1tb5qu3/linux-image-3.8.4-dockstar_1.1_armel.deb"  rel="nofollow">https://www.dropbox.com/s/pyumlkft1tb5qu3/linux-image-3.8.4-dockstar_1.1_armel.deb</a><br />
<br />
Although I did some more cut down to get a smaller kernel which I didn't upload so far, this one should work with all Kirkwood devices. I did a successful upgrade to Wheezy on my USB stick and it's still running fine... so give it a try!]]></description>
            <dc:creator>Sven</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 16 Apr 2013 15:10:03 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12226#msg-12226</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12226#msg-12226</link>
            <description><![CDATA[ Did you try one of my rootfs from the previous post above yours?]]></description>
            <dc:creator>shv</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 16 Apr 2013 15:03:43 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12225#msg-12225</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12225#msg-12225</link>
            <description><![CDATA[ Try this:<br />
<a href="http://forum.doozan.com/read.php?2,11601"  rel="nofollow">http://forum.doozan.com/read.php?2,11601</a><br />
<br />
or this:<br />
<a href="http://forum.doozan.com/read.php?2,12096"  rel="nofollow">http://forum.doozan.com/read.php?2,12096</a>]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 16 Apr 2013 15:01:00 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12224#msg-12224</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12224#msg-12224</link>
            <description><![CDATA[ Hi,<br />
<br />
first I really sorry for my bad English, so I hope I can express myself right.<br />
<br />
second I have a long painful story. I had a pink Pogoplug.  I can't install wheezy (kernel to old), squeeze install script works fine but Pogoplug don't boot from the created usb flash drive. I put a rescue image I founded in your forum. Pogo booted it. Nice. Then I founded my old dockstar squeeze image with <a href="http://geekparadise.de/dockstar-kernel/"  rel="nofollow">3.0.32 dockstar-geekparadise.de</a> Kernel and configured ext2 boot and ext4 root partitions. So I made some fw_env <a href="http://pastebin.com/d2tjA9g4"  rel="nofollow">tweaks</a> for booting it. It booted. Nice. I cleaned my squeeze from unnecessary stuff, updated sources.list, done a dist-upgrade to wheezy, all fine but my kernel did not upgraded, so PogoPlug boot old 3.0 kernel. <a href="http://pastebin.com/351RuwWf"  rel="nofollow">Here</a> some netconsole logs.<br />
<br />
I tried all the stuff I found here in forum like:<pre class="bbcode">
flash-kernel
update-initramfs -u
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-3.2.0-4 -d /boot/vmlinuz-3.2.0-4-kirkwood /boot/uImage
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n Initrd-3.2.0-4 -d /boot/initrd.img-3.2.0-4-kirkwood /boot/uInitrd</pre>
<br />
I get stuck. So I tried the 3.3.2 kirkwood from that topic, but the installation <a href="http://pastebin.com/wpnf89eg"  rel="nofollow">failed</a>. Damn, I need 3.2 or higher kernel.]]></description>
            <dc:creator>bambo</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 16 Apr 2013 14:54:22 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12215#msg-12215</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12215#msg-12215</link>
            <description><![CDATA[ You can download a rootfs (Debian/Wheezy) with 3.3.2 kernel which is based on Davys kernel with the extension to additionally support Pogoplug E02, Mobile, Series4 arcNumber/machid from the following post: <a href="http://forum.doozan.com/read.php?2,12105,12171#msg-12171"  rel="nofollow">Link</a>.]]></description>
            <dc:creator>shv</dc:creator>
            <category>Debian</category>
            <pubDate>Sun, 14 Apr 2013 10:05:25 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,12183#msg-12183</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,12183#msg-12183</link>
            <description><![CDATA[ shv Wrote:<br />
-------------------------------------------------------<br />
&gt; With the kernel of the rescue system and<br />
&gt; arcNumber/machid set to 3542/dd6 the LED is<br />
&gt; controled. The color is green if it is switched<br />
&gt; on. The same behaviour I have with bodhys kernel<br />
&gt; 3.2.28. With 3.3.2 kernel and arcNumber/machid set<br />
&gt; to 2097/831 this LED seam to be controled as well<br />
&gt; but the color is orange.<br />
<br />
I played around a little with Davygravys kernel patch, because I needed to set up a new crosscompile env to get an I2C enabled (and working) kernel. I took his patches as a base to get the current 3.8.4 kernel to compile and work with my dockstar. I also took some time to investigate the LED problem:<br />
<br />
<a href="http://forum.doozan.com/read.php?2,524,page=1"  rel="nofollow">Jeff's original kernel</a> modified the kernel machine &quot;Sheevaplug&quot; (2097/0x831). But newer kernels do support the &quot;Dockstar&quot; (2998/0xBB6). If you set your machid environment to bb6, it will support the LEDs correct.<br />
<br />
So, does anybody own a device with the original 831 machid?<br />
Does this one have only one LED on GPIO 49?<br />
If this machine is unused in our environment, I would simply patch the Sheevaplug support according to the Dockstar LEDs, as Jeff did.<br />
<br />
I still play around a little with my final kernel config and will post the resulting Debian package along with my patch for 3.8.4 and the steps required to build it in a separate post later...]]></description>
            <dc:creator>Sven</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 09 Apr 2013 10:50:50 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,11905#msg-11905</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,11905#msg-11905</link>
            <description><![CDATA[ Bodhi,<br />
<br />
Yes I have the ralink-firmware installed:<br />
<br />
<pre class="bbcode">
root@debian:/tmp# apt-get install firmware-ralink
Reading package lists... Done
Building dependency tree
Reading state information... Done
firmware-ralink is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.</pre>
<br />
This device should have driver file rt2870sta.ko.<br />
<br />
I could compile the driver in earlier kernel versions, but seem like there was some gcc issue due to which the driver didn't load properly. I thought switching to latest kernel could help, since it may have these drivers pre-compiled.<br />
<br />
This specific driver seem to be missing.<br />
<br />
The driver package does have the firmware file (*.dat) file. Do you know if I can just copy that somewhere to get it recognized?<br />
<br />
Thanks]]></description>
            <dc:creator>dubanks</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 15 Mar 2013 12:27:08 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,11898#msg-11898</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,11898#msg-11898</link>
            <description><![CDATA[ I think he just needs the kernel headers to compile the sources which are provided from Mediatek/Ralink.]]></description>
            <dc:creator>shv</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 15 Mar 2013 06:02:33 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?2,7676,11888#msg-11888</guid>
            <title>Re: Linux 3.3.2 kernel for Dockstar, GoFlex and many others</title>
            <link>http://forum.doozan.com/read.php?2,7676,11888#msg-11888</link>
            <description><![CDATA[ Did you try to intall ralink suite?<br />
apt-get install firmware-ralink]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 15 Mar 2013 04:09:12 -0400</pubDate>
        </item>
    </channel>
</rss>
