<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>After uboot update kernel won't boot (2.6.35.7)</title>
        <description> Hi I just wanted to upgrade my 2.6.x Kernel to the newer 3.x series.

First I updated uboot as described here without errors and problems

http://forum.doozan.com/read.php?3,6965

I got this output

Marvell&amp;gt;&amp;gt; nand erase 0x0 0x80000
nand erase 0x0 0x80000

NAND erase: device 0 offset 0x0, size 0x80000
Erasing at 0x60000 -- 100% complete.
OK
Marvell&amp;gt;&amp;gt; nand write.e 0x800000 0x0 0x80000
nand write.e 0x800000 0x0 0x80000

NAND write: device 0 offset 0x0, size 0x80000
 524288 bytes written: OK

Looks ok with no error.

After a reset, the dockstar boots boot cannot uncompress the kernel....

It says: 
Starting kernel ... and then stops....

Can I load the old 2.6.35.7 kernel with the newer uboot?

I also tried to install a rescue but I did not work either.

Maybe I also messed up with the environment....

What can I do to install the dockstar from scratch?

The data on it is not important so a fresh install doesent matter.


Log with usb thumb drive attached:

U-Boot 2011.12 (Feb 12 2012 - 21:33:07)
Seagate FreeAgent DockStar
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709
Hit any key to stop autoboot:  0 
(Re)start USB...
USB:   Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 3 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
Loading file &amp;quot;/rescueme&amp;quot; from usb device 0:1 (usbda1)
** File not found /rescueme
reading /rescueme.txt

** Unable to read &amp;quot;/rescueme.txt&amp;quot; from usb 0:1 **
Creating 1 MTD partitions on &amp;quot;nand0&amp;quot;:
0x000002500000-0x000010000000 : &amp;quot;mtd=3&amp;quot;
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   131072 bytes (128 KiB)
UBI: logical eraseblock size:    129024 bytes
UBI: smallest flash I/O unit:    2048
UBI: sub-page size:              512
UBI: VID header offset:          512 (aligned 512)
UBI: data offset:                2048
UBI: attached mtd1 to ubi0
UBI: MTD device name:            &amp;quot;mtd=3&amp;quot;
UBI: MTD device size:            219 MiB
UBI: number of good PEBs:        1750
UBI: number of bad PEBs:         2
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     0
UBI: available PEBs:             1729
UBI: total number of reserved PEBs: 21
UBI: number of PEBs reserved for bad PEB handling: 17
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open &amp;quot;ubi:rootfs&amp;quot;, error -19
Error reading superblock on volume 'ubi:rootfs'!
Loading file &amp;quot;/boot/uImage&amp;quot; from usb device 0:1 (usbda1)
1 bytes read
Found bootable drive on usb 0:1
Loading file &amp;quot;/boot/uImage&amp;quot; from usb device 0:1 (usbda1)
2676840 bytes read
Loading file &amp;quot;/boot/uInitrd&amp;quot; from usb device 0:1 (usbda1)
** File not found /boot/uInitrd
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-2.6.35.7-dockstar
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2676776 Bytes = 2.6 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...


Log without usb thumb drive:

U-Boot 2011.12 (Feb 12 2012 - 21:33:07)
Seagate FreeAgent DockStar
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709
Hit any key to stop autoboot:  0 
(Re)start USB...
USB:   Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 0 Storage Device(s) found
** Block device usb 0 not supported

** Invalid boot device **
Creating 1 MTD partitions on &amp;quot;nand0&amp;quot;:
0x000002500000-0x000010000000 : &amp;quot;mtd=3&amp;quot;
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   131072 bytes (128 KiB)
UBI: logical eraseblock size:    129024 bytes
UBI: smallest flash I/O unit:    2048
UBI: sub-page size:              512
UBI: VID header offset:          512 (aligned 512)
UBI: data offset:                2048
UBI: attached mtd1 to ubi0
UBI: MTD device name:            &amp;quot;mtd=3&amp;quot;
UBI: MTD device size:            219 MiB
UBI: number of good PEBs:        1750
UBI: number of bad PEBs:         2
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     0
UBI: available PEBs:             1729
UBI: total number of reserved PEBs: 21
UBI: number of PEBs reserved for bad PEB handling: 17
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open &amp;quot;ubi:rootfs&amp;quot;, error -19
Error reading superblock on volume 'ubi:rootfs'!
** Block device usb 0 not supported
** Block device usb 1 not supported
** Block device usb 2 not supported
** Block device usb 3 not supported
** Block device usb 0 not supported
** Block device usb 0 not supported
Wrong Image Format for bootm command
ERROR: can't get kernel image!
stopping USB..
### JFFS2 loading 'uboot-original-mtd0.kwb' to 0x800000
Scanning JFFS2 FS: .......  read_nand_cached: error reading nand off 0xfe0000 size 8192 bytes
read_nand_cached: error reading nand off 0xfe2000 size 8192 bytes
read_nand_cached: error reading nand off 0xfe4000 size 8192 bytes
read_nand_cached: error reading nand off 0xfe6000 size 8192 bytes
read_nand_cached: error reading nand off 0xfe8000 size 8192 bytes
read_nand_cached: error reading nand off 0xfea000 size 8192 bytes
read_nand_cached: error reading nand off 0xfec000 size 8192 bytes
read_nand_cached: error reading nand off 0xfee000 size 8192 bytes
read_nand_cached: error reading nand off 0xff0000 size 8192 bytes
read_nand_cached: error reading nand off 0xff2000 size 8192 bytes
read_nand_cached: error reading nand off 0xff4000 size 8192 bytes
read_nand_cached: error reading nand off 0xff6000 size 8192 bytes
read_nand_cached: error reading nand off 0xff8000 size 8192 bytes
read_nand_cached: error reading nand off 0xffa000 size 8192 bytes
read_nand_cached: error reading nand off 0xffc000 size 8192 bytes
read_nand_cached: error reading nand off 0xffe000 size 8192 bytes
.. done.
read_nand_cached: error reading nand off 0xfdf200 size 8192 bytes
off = 0xfdecac magic 0x1985 type 0xe002 node.totlen = 1738
### JFFS2 load complete: 524288 bytes loaded to 0x800000
## Starting application at 0x00800200 ...

environment vars:

arcNumber=2097
baudrate=115200
bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset
bootdelay=10
console=ttyS0,115200
ethact=egiga0
ethaddr=xx:xx:xx:xx:xx:8D &amp;lt;- just edited for privacy
filesize=109C59C
force_rescue=0
force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi
if_netconsole=ping $serverip
ipaddr=192.168.0.16
led_error=orange blinking
led_exit=green off
led_init=green blinking
mainlineLinux=yes
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
ncip=192.168.0.1
partition=nand0,2
pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi
preboot=run if_netconsole start_netconsole
rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi
rescue_installed=0
rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params
serverip=192.168.0.1
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
stderr=nc
stdin=nc
stdout=nc
ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data &amp;amp;&amp;amp; ubifsmount rootfs &amp;amp;&amp;amp; ubifsload 0x800000 /boot/uImage &amp;amp;&amp;amp; ubifsload 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; fi
ubifs_mtd=3
ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params
usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi
usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot
usb_device=0:1
usb_init=run usb_scan
usb_root=/dev/sda1
usb_rootdelay=10
usb_rootfstype=ext2
usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 &amp;amp;&amp;amp; ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_done=1; echo &amp;quot;Found bootable drive on usb $usb&amp;quot;; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done
usb_scan_1=usb=0:1 dev=sda1
usb_scan_2=usb=1:1 dev=sdb1
usb_scan_3=usb=2:1 dev=sdc1
usb_scan_4=usb=3:1 dev=sdd1
usb_scan_list=1 2 3 4
usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params

Environment size: 2615/131068 bytes

What can I do to solve this problems?

Any help would be appreciated.

Thank you.

regards
starbuck</description>
        <link>http://forum.doozan.com/read.php?3,7932,7932#msg-7932</link>
        <lastBuildDate>Tue, 18 Jun 2013 19:38:28 -0400</lastBuildDate>
        <generator>Phorum 5.2.18</generator>
        <item>
            <guid>http://forum.doozan.com/read.php?3,7932,7971#msg-7971</guid>
            <title>Re: After uboot update kernel won't boot (2.6.35.7)</title>
            <link>http://forum.doozan.com/read.php?3,7932,7971#msg-7971</link>
            <description><![CDATA[ I do not have an md5 sum for it, but I can tell you that since it is a tarball, both tarred and gzipped, it is pretty unlikely that it could be corrupted, unless it won't untar.  If it won't untar/gunzip, then it is corrupt.  If it does untar&amp;gunzip, then it is OK.<br />
<br />
hth,  davy]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>uBoot</category>
            <pubDate>Mon, 14 May 2012 17:07:59 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?3,7932,7970#msg-7970</guid>
            <title>Re: After uboot update kernel won't boot (2.6.35.7)</title>
            <link>http://forum.doozan.com/read.php?3,7932,7970#msg-7970</link>
            <description><![CDATA[ @davygravy<br />
<br />
Ok. I will try it. Have you updated the first link? What is the md5sum for the file to make sure it is not corrupt? <br />
<br />
FYI the 2nd link did not work anymore.<br />
<br />
Can I then use the image from usb to install a complete new system on the a usb stick?<br />
<br />
Or will I first have to flash a rescue system to the dockstar? See also my questions above?<br />
<br />
regards<br />
starbuck]]></description>
            <dc:creator>starbuck</dc:creator>
            <category>uBoot</category>
            <pubDate>Mon, 14 May 2012 16:24:21 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?3,7932,7959#msg-7959</guid>
            <title>Re: After uboot update kernel won't boot (2.6.35.7)</title>
            <link>http://forum.doozan.com/read.php?3,7932,7959#msg-7959</link>
            <description><![CDATA[ Starbuck : just to let you know ... another user found a problem w/ the image that was in the tarball.  It has been updated.<br />
<br />
The problem is with the apt-get infrastructure : /var/lib and some other contents were clobbered.  You should re-download the tarball and then you can use that.<br />
<br />
And yes, it will run on your machine - just about any Kirkwood machine.]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>uBoot</category>
            <pubDate>Mon, 14 May 2012 00:05:51 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?3,7932,7947#msg-7947</guid>
            <title>Re: After uboot update kernel won't boot (2.6.35.7)</title>
            <link>http://forum.doozan.com/read.php?3,7932,7947#msg-7947</link>
            <description><![CDATA[ Ok. Now so my system is running again I can start with a new installation.<br />
<br />
How can I install the system completely new to the usb drive from scratch? <br />
I think I can't install it on the usb drive I just booted the system from because it's used by the system, right?<br />
<br />
Can I plugin a second usb stick on the second usb port and install the new system there?<br />
<br />
After installation can I plug out the stick from which I started my system und boot from the newly installed system?<br />
<br />
Will that work?<br />
<br />
Or can I install the new system on the first stick also?<br />
<br />
regards<br />
starbuck]]></description>
            <dc:creator>starbuck</dc:creator>
            <category>uBoot</category>
            <pubDate>Sun, 13 May 2012 18:01:05 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?3,7932,7944#msg-7944</guid>
            <title>Re: After uboot update kernel won't boot (2.6.35.7)</title>
            <link>http://forum.doozan.com/read.php?3,7932,7944#msg-7944</link>
            <description><![CDATA[ Great to hear!]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>uBoot</category>
            <pubDate>Sun, 13 May 2012 14:27:50 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?3,7932,7943#msg-7943</guid>
            <title>Re: After uboot update kernel won't boot (2.6.35.7)</title>
            <link>http://forum.doozan.com/read.php?3,7932,7943#msg-7943</link>
            <description><![CDATA[ @davygravy<br />
<br />
Success! Your image worked. <br />
<br />
Dockstar booted without any errors I think. Dockstar led is solid green. Don't know exactly because I don't have any netconsole output anymore.<br />
<br />
I couldn't ping  the dockstar with the old address (192.168.0.16). Ah the dockstar must have get a new one via my dhcp from the router.<br />
<br />
I quickly did a port scan and found an open ssh port. Bingo! ssh connection to this maschine worked. After a few trial and error shots I found out the root password as well.<br />
<br />
Now I am in.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br/></small><strong>Linux debian-kirkwood-wide 3.3.2-kirkwood-dg #1 Mon Apr 23 17:09:27 CDT 2012 armv5tel<br />
<br />
The programs included with the Debian GNU/Linux system are free software;<br />
the exact distribution terms for each program are described in the<br />
individual files in /usr/share/doc/*/copyright.<br />
<br />
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent<br />
permitted by applicable law.<br />
Last login: Sun May 13 17:57:15 2012 from 192.168.0.1<br />
root@debian-kirkwood-wide:~#</strong><br/>
<br />
What should I do next to reinstall my system from scratch?<br />
<br />
best regards<br />
starbuck<br />
</div></blockquote>]]></description>
            <dc:creator>starbuck</dc:creator>
            <category>uBoot</category>
            <pubDate>Sun, 13 May 2012 14:14:34 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?3,7932,7940#msg-7940</guid>
            <title>Re: After uboot update kernel won't boot (2.6.35.7)</title>
            <link>http://forum.doozan.com/read.php?3,7932,7940#msg-7940</link>
            <description><![CDATA[ I have a seagate dockstar. <br />
<br />
According to <a href="http://forum.doozan.com/read.php?3,6965"  rel="nofollow">http://forum.doozan.com/read.php?3,6965</a><br />
<br />
I used <br />
<br />
for Dockstar and Pogoplug V1/E01 [wallwart-ish] : dockstar and Pogoplug V1/E01 u-boot replacement filename=uboot.mtd0.kwb-2011.12-L2Cdisabled-davysconfig <br />
<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br/></small><strong>How do you know the kernel isn't decompressing? If the light has gone green, then it is most likely booted, but something else it wrong...</strong><br/>
</div></blockquote>
<br />
I think after the line Starting kernel ...  there should something like decompressing the kernel.<br />
<br />
What about the arc number ? arcNumber=2097 Have I set it to 2998?<br />
<br />
What about the environment vars? Can you have a look at yours so we can compare it?<br />
<br />
Could I use this for rescue? <a href="http://forum.doozan.com/read.php?2,1169"  rel="nofollow">http://forum.doozan.com/read.php?2,1169</a><br />
<br />
There is also a link to the original uboot file. -&gt;uboot-original-mtd0.kwb <br />
What's the correct md5sum of this file?<br />
<br />
There are also rescue files <br />
<br />
<a href="http://jeff.doozan.com/debian/uboot/uboot.environment"  rel="nofollow">http://jeff.doozan.com/debian/uboot/uboot.environment</a><br />
<a href="http://jeff.doozan.com/debian/rescue/uImage-mtd1.img"  rel="nofollow">http://jeff.doozan.com/debian/rescue/uImage-mtd1.img</a><br />
<a href="http://jeff.doozan.com/debian/rescue/rootfs-mtd2.img"  rel="nofollow">http://jeff.doozan.com/debian/rescue/rootfs-mtd2.img</a><br />
<br />
but when I downloaded them they have different md5sums as stated in the post strange....]]></description>
            <dc:creator>starbuck</dc:creator>
            <category>uBoot</category>
            <pubDate>Sun, 13 May 2012 10:52:08 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?3,7932,7939#msg-7939</guid>
            <title>Re: After uboot update kernel won't boot (2.6.35.7)</title>
            <link>http://forum.doozan.com/read.php?3,7932,7939#msg-7939</link>
            <description><![CDATA[ Which machine you you have?  Which U-Boot did you use to update?  Are you sure you put the correct U-Boot on the correct machine ?  Dockstar, GoFlex, and Pogoplug U-Boot kwb files are all similar, yet have differences that would cause them to not be interchangeable...<br />
<br />
I'm using all of these same U-Boots and have tested them extensively...  so I don't think the problem is w/ the U-Boot itself... but rather either an env setting or ... perhaps... wrong bootcmd...<br />
<br />
How do you know the kernel isn't decompressing?  If the light has gone green, then it is most likely booted, but something else it wrong...]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>uBoot</category>
            <pubDate>Sun, 13 May 2012 10:20:12 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?3,7932,7938#msg-7938</guid>
            <title>Re: After uboot update kernel won't boot (2.6.35.7)</title>
            <link>http://forum.doozan.com/read.php?3,7932,7938#msg-7938</link>
            <description><![CDATA[ Hello davygravy,<br />
<br />
Thank you for your reply and the support.<br />
<br />
I have downloaded your rootfs and copied it over to a ext2 partition on a new usb drive.<br />
I have only one 8GB (ext2) Partition on the stick. Do I need also a swap partition ?<br />
My old system is still on my old stick.<br />
<br />
The system is booting and uImage and uInitrdget get loaded.<br />
<br />
Loading file &quot;/boot/uImage&quot; from usb device 0:1 (usbda1)<br />
Loading file &quot;/boot/uInitrd&quot; from usb device 0:1 (usbda1)<br />
<br />
Kernel is loading but after <br />
<br />
  Loading Kernel Image ... OK<br />
OK<br />
<br />
Starting kernel ...<br />
<br />
nothing happen also after waiting for a while....<br />
<br />
The usb drive led is solid blue and the dockstar led lights solid green. (seems to be ok)<br />
<br />
Before this trying to boot the system with my other stick the dockstar led flashed yellow.<br />
<br />
The kernel gets not decompressed. Whats wrong here?<br />
<br />
I also could not ping the dockstar. <br />
<br />
PING 192.168.0.16 (192.168.0.16) 56(84) bytes of data.<br />
From 192.168.0.1 icmp_seq=1 Destination Host Unreachable<br />
<br />
(That's clear, kernel not loaded and eth0 is not up and running)<br />
<br />
I think there is still another problem. What about the bootcmd?<br />
<br />
<br />
What could I try next?<br />
<br />
bootlog from netconsole:<br />
<br />
U-Boot 2011.12 (Feb 12 2012 - 21:33:07)<br />
Seagate FreeAgent DockStar<br />
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1<br />
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709<br />
Hit any key to stop autoboot:  0 <br />
(Re)start USB...<br />
USB:   Register 10011 NbrPorts 1<br />
USB EHCI 1.00<br />
scanning bus for devices... 3 USB Device(s) found<br />
       scanning bus for storage devices... 1 Storage Device(s) found<br />
Loading file &quot;/rescueme&quot; from usb device 0:1 (usbda1)<br />
** File not found /rescueme<br />
reading /rescueme.txt<br />
<br />
** Unable to read &quot;/rescueme.txt&quot; from usb 0:1 **<br />
Creating 1 MTD partitions on &quot;nand0&quot;:<br />
0x000002500000-0x000010000000 : &quot;mtd=3&quot;<br />
UBI: attaching mtd1 to ubi0<br />
UBI: physical eraseblock size:   131072 bytes (128 KiB)<br />
UBI: logical eraseblock size:    129024 bytes<br />
UBI: smallest flash I/O unit:    2048<br />
UBI: sub-page size:              512<br />
UBI: VID header offset:          512 (aligned 512)<br />
UBI: data offset:                2048<br />
UBI: attached mtd1 to ubi0<br />
UBI: MTD device name:            &quot;mtd=3&quot;<br />
UBI: MTD device size:            219 MiB<br />
UBI: number of good PEBs:        1750<br />
UBI: number of bad PEBs:         2<br />
UBI: max. allowed volumes:       128<br />
UBI: wear-leveling threshold:    4096<br />
UBI: number of internal volumes: 1<br />
UBI: number of user volumes:     0<br />
UBI: available PEBs:             1729<br />
UBI: total number of reserved PEBs: 21<br />
UBI: number of PEBs reserved for bad PEB handling: 17<br />
UBI: max/mean erase counter: 1/1<br />
UBIFS error (pid 0): ubifs_get_sb: cannot open &quot;ubi:rootfs&quot;, error -19<br />
Error reading superblock on volume 'ubi:rootfs'!<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 />
2279256 bytes read<br />
Loading file &quot;/boot/uInitrd&quot; from usb device 0:1 (usbda1)<br />
7004538 bytes read<br />
## Booting kernel from Legacy Image at 00800000 ...<br />
   Image Name:   Linux-3.3.2<br />
   Image Type:   ARM Linux Kernel Image (uncompressed)<br />
   Data Size:    2279192 Bytes = 2.2 MiB<br />
   Load Address: 00008000<br />
   Entry Point:  00008000<br />
   Verifying Checksum ... OK<br />
## Loading init Ramdisk from Legacy Image at 01100000 ...<br />
   Image Name:   initramfs-3.3.2-kirkwood-dg<br />
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)<br />
   Data Size:    7004474 Bytes = 6.7 MiB<br />
   Load Address: 00000000<br />
   Entry Point:  00000000<br />
   Verifying Checksum ... OK<br />
   Loading Kernel Image ... OK<br />
OK<br />
<br />
Starting kernel ...<br />
<br />
<br />
regards<br />
starbuck]]></description>
            <dc:creator>starbuck</dc:creator>
            <category>uBoot</category>
            <pubDate>Sun, 13 May 2012 06:09:28 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?3,7932,7935#msg-7935</guid>
            <title>Re: After uboot update kernel won't boot (2.6.35.7)</title>
            <link>http://forum.doozan.com/read.php?3,7932,7935#msg-7935</link>
            <description><![CDATA[ <pre class="bbcode">
Loading file &quot;/boot/uInitrd&quot; from usb device 0:1 (usbda1)
** File not found /boot/uInitrd</pre>
the uInitrd isn't found.  That's likely to be a problem. <br />
<br />
I've got a ready made rootfs that will run on anything. See the Zyxel thread and after downloading just use the rootfs but not the zyxels uboot<br />
<a href="http://forum.doozan.com/read.php?2,7806"  rel="nofollow">http://forum.doozan.com/read.php?2,7806</a><br />
My Pogoplug is running that same image. Just copy it onto a USB<br />
Drive and use a usbboot command sequence.]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>uBoot</category>
            <pubDate>Sat, 12 May 2012 22:48:28 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?3,7932,7932#msg-7932</guid>
            <title>After uboot update kernel won't boot (2.6.35.7)</title>
            <link>http://forum.doozan.com/read.php?3,7932,7932#msg-7932</link>
            <description><![CDATA[ Hi I just wanted to upgrade my 2.6.x Kernel to the newer 3.x series.<br />
<br />
First I updated uboot as described here without errors and problems<br />
<br />
<a href="http://forum.doozan.com/read.php?3,6965"  rel="nofollow">http://forum.doozan.com/read.php?3,6965</a><br />
<br />
I got this output<br />
<br />
Marvell&gt;&gt; nand erase 0x0 0x80000<br />
nand erase 0x0 0x80000<br />
<br />
NAND erase: device 0 offset 0x0, size 0x80000<br />
Erasing at 0x60000 -- 100% complete.<br />
OK<br />
Marvell&gt;&gt; nand write.e 0x800000 0x0 0x80000<br />
nand write.e 0x800000 0x0 0x80000<br />
<br />
NAND write: device 0 offset 0x0, size 0x80000<br />
 524288 bytes written: OK<br />
<br />
Looks ok with no error.<br />
<br />
After a reset, the dockstar boots boot cannot uncompress the kernel....<br />
<br />
It says: <br />
Starting kernel ... and then stops....<br />
<br />
Can I load the old 2.6.35.7 kernel with the newer uboot?<br />
<br />
I also tried to install a rescue but I did not work either.<br />
<br />
Maybe I also messed up with the environment....<br />
<br />
What can I do to install the dockstar from scratch?<br />
<br />
The data on it is not important so a fresh install doesent matter.<br />
<br />
<br />
Log with usb thumb drive attached:<br />
<br />
U-Boot 2011.12 (Feb 12 2012 - 21:33:07)<br />
Seagate FreeAgent DockStar<br />
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1<br />
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709<br />
Hit any key to stop autoboot:  0 <br />
(Re)start USB...<br />
USB:   Register 10011 NbrPorts 1<br />
USB EHCI 1.00<br />
scanning bus for devices... 3 USB Device(s) found<br />
       scanning bus for storage devices... 1 Storage Device(s) found<br />
Loading file &quot;/rescueme&quot; from usb device 0:1 (usbda1)<br />
** File not found /rescueme<br />
reading /rescueme.txt<br />
<br />
** Unable to read &quot;/rescueme.txt&quot; from usb 0:1 **<br />
Creating 1 MTD partitions on &quot;nand0&quot;:<br />
0x000002500000-0x000010000000 : &quot;mtd=3&quot;<br />
UBI: attaching mtd1 to ubi0<br />
UBI: physical eraseblock size:   131072 bytes (128 KiB)<br />
UBI: logical eraseblock size:    129024 bytes<br />
UBI: smallest flash I/O unit:    2048<br />
UBI: sub-page size:              512<br />
UBI: VID header offset:          512 (aligned 512)<br />
UBI: data offset:                2048<br />
UBI: attached mtd1 to ubi0<br />
UBI: MTD device name:            &quot;mtd=3&quot;<br />
UBI: MTD device size:            219 MiB<br />
UBI: number of good PEBs:        1750<br />
UBI: number of bad PEBs:         2<br />
UBI: max. allowed volumes:       128<br />
UBI: wear-leveling threshold:    4096<br />
UBI: number of internal volumes: 1<br />
UBI: number of user volumes:     0<br />
UBI: available PEBs:             1729<br />
UBI: total number of reserved PEBs: 21<br />
UBI: number of PEBs reserved for bad PEB handling: 17<br />
UBI: max/mean erase counter: 1/1<br />
UBIFS error (pid 0): ubifs_get_sb: cannot open &quot;ubi:rootfs&quot;, error -19<br />
Error reading superblock on volume 'ubi:rootfs'!<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 />
2676840 bytes read<br />
Loading file &quot;/boot/uInitrd&quot; from usb device 0:1 (usbda1)<br />
** File not found /boot/uInitrd<br />
## Booting kernel from Legacy Image at 00800000 ...<br />
   Image Name:   Linux-2.6.35.7-dockstar<br />
   Image Type:   ARM Linux Kernel Image (uncompressed)<br />
   Data Size:    2676776 Bytes = 2.6 MiB<br />
   Load Address: 00008000<br />
   Entry Point:  00008000<br />
   Verifying Checksum ... OK<br />
   Loading Kernel Image ... OK<br />
OK<br />
<br />
Starting kernel ...<br />
<br />
<br />
Log without usb thumb drive:<br />
<br />
U-Boot 2011.12 (Feb 12 2012 - 21:33:07)<br />
Seagate FreeAgent DockStar<br />
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1<br />
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709<br />
Hit any key to stop autoboot:  0 <br />
(Re)start USB...<br />
USB:   Register 10011 NbrPorts 1<br />
USB EHCI 1.00<br />
scanning bus for devices... 2 USB Device(s) found<br />
       scanning bus for storage devices... 0 Storage Device(s) found<br />
** Block device usb 0 not supported<br />
<br />
** Invalid boot device **<br />
Creating 1 MTD partitions on &quot;nand0&quot;:<br />
0x000002500000-0x000010000000 : &quot;mtd=3&quot;<br />
UBI: attaching mtd1 to ubi0<br />
UBI: physical eraseblock size:   131072 bytes (128 KiB)<br />
UBI: logical eraseblock size:    129024 bytes<br />
UBI: smallest flash I/O unit:    2048<br />
UBI: sub-page size:              512<br />
UBI: VID header offset:          512 (aligned 512)<br />
UBI: data offset:                2048<br />
UBI: attached mtd1 to ubi0<br />
UBI: MTD device name:            &quot;mtd=3&quot;<br />
UBI: MTD device size:            219 MiB<br />
UBI: number of good PEBs:        1750<br />
UBI: number of bad PEBs:         2<br />
UBI: max. allowed volumes:       128<br />
UBI: wear-leveling threshold:    4096<br />
UBI: number of internal volumes: 1<br />
UBI: number of user volumes:     0<br />
UBI: available PEBs:             1729<br />
UBI: total number of reserved PEBs: 21<br />
UBI: number of PEBs reserved for bad PEB handling: 17<br />
UBI: max/mean erase counter: 1/1<br />
UBIFS error (pid 0): ubifs_get_sb: cannot open &quot;ubi:rootfs&quot;, error -19<br />
Error reading superblock on volume 'ubi:rootfs'!<br />
** Block device usb 0 not supported<br />
** Block device usb 1 not supported<br />
** Block device usb 2 not supported<br />
** Block device usb 3 not supported<br />
** Block device usb 0 not supported<br />
** Block device usb 0 not supported<br />
Wrong Image Format for bootm command<br />
ERROR: can't get kernel image!<br />
stopping USB..<br />
### JFFS2 loading 'uboot-original-mtd0.kwb' to 0x800000<br />
Scanning JFFS2 FS: .......  read_nand_cached: error reading nand off 0xfe0000 size 8192 bytes<br />
read_nand_cached: error reading nand off 0xfe2000 size 8192 bytes<br />
read_nand_cached: error reading nand off 0xfe4000 size 8192 bytes<br />
read_nand_cached: error reading nand off 0xfe6000 size 8192 bytes<br />
read_nand_cached: error reading nand off 0xfe8000 size 8192 bytes<br />
read_nand_cached: error reading nand off 0xfea000 size 8192 bytes<br />
read_nand_cached: error reading nand off 0xfec000 size 8192 bytes<br />
read_nand_cached: error reading nand off 0xfee000 size 8192 bytes<br />
read_nand_cached: error reading nand off 0xff0000 size 8192 bytes<br />
read_nand_cached: error reading nand off 0xff2000 size 8192 bytes<br />
read_nand_cached: error reading nand off 0xff4000 size 8192 bytes<br />
read_nand_cached: error reading nand off 0xff6000 size 8192 bytes<br />
read_nand_cached: error reading nand off 0xff8000 size 8192 bytes<br />
read_nand_cached: error reading nand off 0xffa000 size 8192 bytes<br />
read_nand_cached: error reading nand off 0xffc000 size 8192 bytes<br />
read_nand_cached: error reading nand off 0xffe000 size 8192 bytes<br />
.. done.<br />
read_nand_cached: error reading nand off 0xfdf200 size 8192 bytes<br />
off = 0xfdecac magic 0x1985 type 0xe002 node.totlen = 1738<br />
### JFFS2 load complete: 524288 bytes loaded to 0x800000<br />
## Starting application at 0x00800200 ...<br />
<br />
environment vars:<br />
<br />
arcNumber=2097<br />
baudrate=115200<br />
bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset<br />
bootdelay=10<br />
console=ttyS0,115200<br />
ethact=egiga0<br />
ethaddr=xx:xx:xx:xx:xx:8D &lt;- just edited for privacy<br />
filesize=109C59C<br />
force_rescue=0<br />
force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi<br />
if_netconsole=ping $serverip<br />
ipaddr=192.168.0.16<br />
led_error=orange blinking<br />
led_exit=green off<br />
led_init=green blinking<br />
mainlineLinux=yes<br />
mtdids=nand0=orion_nand<br />
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)<br />
ncip=192.168.0.1<br />
partition=nand0,2<br />
pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi<br />
preboot=run if_netconsole start_netconsole<br />
rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi<br />
rescue_installed=0<br />
rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params<br />
serverip=192.168.0.1<br />
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;<br />
stderr=nc<br />
stdin=nc<br />
stdout=nc<br />
ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data &amp;&amp; ubifsmount rootfs &amp;&amp; ubifsload 0x800000 /boot/uImage &amp;&amp; ubifsload 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; fi<br />
ubifs_mtd=3<br />
ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params<br />
usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi<br />
usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot<br />
usb_device=0:1<br />
usb_init=run usb_scan<br />
usb_root=/dev/sda1<br />
usb_rootdelay=10<br />
usb_rootfstype=ext2<br />
usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 &amp;&amp; ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_done=1; echo &quot;Found bootable drive on usb $usb&quot;; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done<br />
usb_scan_1=usb=0:1 dev=sda1<br />
usb_scan_2=usb=1:1 dev=sdb1<br />
usb_scan_3=usb=2:1 dev=sdc1<br />
usb_scan_4=usb=3:1 dev=sdd1<br />
usb_scan_list=1 2 3 4<br />
usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params<br />
<br />
Environment size: 2615/131068 bytes<br />
<br />
What can I do to solve this problems?<br />
<br />
Any help would be appreciated.<br />
<br />
Thank you.<br />
<br />
regards<br />
starbuck]]></description>
            <dc:creator>starbuck</dc:creator>
            <category>uBoot</category>
            <pubDate>Sat, 12 May 2012 22:05:27 -0400</pubDate>
        </item>
    </channel>
</rss>
