<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Linux Device Hacking - Rescue System</title>
        <description>Replace the Pogoplug partition with a powerful rescue system</description>
        <link>http://forum.doozan.com/list.php?4</link>
        <lastBuildDate>Fri, 24 May 2013 17:41:05 -0400</lastBuildDate>
        <generator>Phorum 5.2.18</generator>
        <item>
            <guid>http://forum.doozan.com/read.php?4,7915,12490#msg-12490</guid>
            <title>Re: Stupid mistake - brick or recoverable?</title>
            <link>http://forum.doozan.com/read.php?4,7915,12490#msg-12490</link>
            <description><![CDATA[ Just for the sake of completeness: the answer is &quot;recoverable&quot;.<br />
<br />
The idea I had in my original post actually did work. So, if anybody else is interested, this is what can be done, if need be:<br />
<br />
1. Extract images of /dev/mtd1 and /dev/mtd2 from another NSA320 via <br />
<pre class="bbcode">
dd if=/dev/mtdx of=nsa320_mtdx.img</pre>
<br />
2. Flash those images to the one needing re-construction via<br />
<pre class="bbcode">
flash_eraseall /dev/mtdx
nandwrite /dev/mtdx nsa320_mtdx.img</pre>
<br />
Maybe other noobs apart from myself will profit from this.]]></description>
            <dc:creator>chessplayer</dc:creator>
            <category>Rescue System</category>
            <pubDate>Wed, 15 May 2013 15:16:42 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,7915,12488#msg-12488</guid>
            <title>Re: Stupid mistake - brick or recoverable?</title>
            <link>http://forum.doozan.com/read.php?4,7915,12488#msg-12488</link>
            <description><![CDATA[ WarheadsSE,<br />
<br />
ok, thanks, but: this means ???<br />
<br />
What I have done meanwhile is create images of mtd0 - mtd8 (using dd) from the second NSA320 I am currently fiddling with. Is that about the same you were suggesting?]]></description>
            <dc:creator>chessplayer</dc:creator>
            <category>Rescue System</category>
            <pubDate>Wed, 15 May 2013 09:23:56 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,7915,12486#msg-12486</guid>
            <title>Re: Stupid mistake - brick or recoverable?</title>
            <link>http://forum.doozan.com/read.php?4,7915,12486#msg-12486</link>
            <description><![CDATA[ Sounds to me like a nanddump is in order.]]></description>
            <dc:creator>WarheadsSE</dc:creator>
            <category>Rescue System</category>
            <pubDate>Wed, 15 May 2013 09:13:43 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,7915,12484#msg-12484</guid>
            <title>Stupid mistake - brick or recoverable?</title>
            <link>http://forum.doozan.com/read.php?4,7915,12484#msg-12484</link>
            <description><![CDATA[ Hi guys,<br />
<br />
unbelievable, but in spite of the red alert text in the first post, i managed to erase mtd1 and mtd2 on one of my Zyxel NSA320s when trying to install the rescue system (wanted to do everything quickly, since I need to go out for a while in a minute and copy and pasted the wrong commands ...).<br />
<br />
Now the machine is still running and I have others with which I could try to remedy the situation if I only knew enough to do so. Therefore, here is what I believe to be the case:<br />
<br />
a) mtd1 = uboot_env and mtd2 = key_store (from looking at fw_printenv)<br />
b) uBoot is still there as it is in mtd0<br />
<br />
fw_printenv still gives me the values I expect to see, but maybe it does not read directly from /dev/mtd1? What is/dev/mtd2 used for (key_store)? Can I reboot with it overwritten?<br />
<br />
If not, will the following help:<br />
<br />
1. Extract images of /dev/mtd1 and /dev/mtd2 from another NSA320 (will be a challenge, but google will be my friend ...)<br />
2. Flash those images to the one currently under re-construction<br />
<br />
Any help would be greatly appreciated, as always ...]]></description>
            <dc:creator>chessplayer</dc:creator>
            <category>Rescue System</category>
            <pubDate>Wed, 15 May 2013 05:16:24 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,8923,12459#msg-12459</guid>
            <title>Re: ZyXEL NSA320 install from scratch</title>
            <link>http://forum.doozan.com/read.php?4,8923,12459#msg-12459</link>
            <description><![CDATA[ Hi guys,<br />
<br />
by 'his method', davy is referring to <a href="http://forum.doozan.com/read.php?2,7806"  rel="nofollow">this post</a>, but seeing how old this post is, you probably know that already.<br />
<br />
Myself, I am at the point where I can boot from a USB-drive (but not just any drive; one is working, another isn't; furthermore, it does not seem to want to acquire an ip address all the time ...). Booting the exact same image from HDD is not possible though, but I believe that is is a problem of the drive. I need to do more testing.<br />
<br />
So, if we all work together, maybe we can describe the process together with all the nooks and crannies like which drives work all in one place.]]></description>
            <dc:creator>chessplayer</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 13 May 2013 09:12:15 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,7915,12458#msg-12458</guid>
            <title>Re: Rescue V2.8.2 : many enhancements + full kernel support for GoFlexNet/Home, Zyxel NSA3x0 and many others</title>
            <link>http://forum.doozan.com/read.php?4,7915,12458#msg-12458</link>
            <description><![CDATA[ Der Freibeuter Wrote:<br />
-------------------------------------------------------<br />
... snip ...<br />
&gt; 3. Whe i got both files i should download<br />
&gt; flash_erase and nandwrite:<br />
&gt; <br />
&gt; <b>wget<br />
&gt; <a href="http://download.doozan.com/uboot/flash_erase"  rel="nofollow">http://download.doozan.com/uboot/flash_erase</a><br />
&gt; wget<br />
&gt; <a href="http://download.doozan.com/uboot/nandwrite"  rel="nofollow">http://download.doozan.com/uboot/nandwrite</a></b><br />
<br />
No, this is not necessary, since flash_erase and nandwrite are already available<br />
&gt; <br />
... snip ...<br />
&gt; <br />
&gt; So the next steps, after flashing those both<br />
&gt; images i boot into Rescue Mode and enter <br />
&gt; <br />
&gt; <b>run bootcmd_rescue</b><br />
<br />
No, you are way past this point once the rescue system is booted up ...<br />
&gt; <br />
&gt; And the last problem, i got on my pc ubuntu as os,<br />
&gt; but i didnt found anything about the netconsole<br />
&gt; how to use it on thos forum. whalt should i<br />
&gt; exactly do to use it?<br />
<br />
Look <a href="http://forum.doozan.com/read.php?3,14,14"  rel="nofollow">here</a>  and maybe <a href="http://lmgtfy.com/?q=ubuntu+netconsole+howto"  rel="nofollow">here</a> also<br />
&gt; <br />
&gt; I know, a lot of quesions, ive rtfm but i want to<br />
&gt; be on the right side.<br />
&gt; <br />
&gt; thx<br />
<br />
Hope this helps!<br />
<br />
Cheers,<br />
<br />
chessplayer]]></description>
            <dc:creator>chessplayer</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 13 May 2013 09:00:49 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,7915,12441#msg-12441</guid>
            <title>Re: Rescue V2.8.2 : many enhancements + full kernel support for GoFlexNet/Home, Zyxel NSA3x0 and many others</title>
            <link>http://forum.doozan.com/read.php?4,7915,12441#msg-12441</link>
            <description><![CDATA[ Ok,<br />
<br />
i did it and also set the machid to dd6. But before i reboot i wait for feedback ;) I hope my Debian on stick will boot up,<br />
<br />
Thx]]></description>
            <dc:creator>Der Freibeuter</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 12 May 2013 04:47:22 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,7915,12433#msg-12433</guid>
            <title>Re: Rescue V2.8.2 : many enhancements + full kernel support for GoFlexNet/Home, Zyxel NSA3x0 and many others</title>
            <link>http://forum.doozan.com/read.php?4,7915,12433#msg-12433</link>
            <description><![CDATA[ @ Basti<br />
<br />
 <b>dpkg-reconfigure tzdata</b> einfach ausführen ;-)<br />
<br />
Hi Folks,<br />
<br />
i wanna say thanks your your work, but i had a lot of questions. I have got a Pogo E02 with the Rescue System v2 on it, latest uboot installed trough the sh script and Debian on a USB Stick. Now i want to update to the latest 2.8.2 Rescue System but im not sure if i am right and before i brick my Pogo i want to her if my steps were ok.<br />
<br />
1.  I had set my Pogo with this command the Arch Number 3542<br />
<br />
 <b>/usr/sbin/fw_setenv arcNumber 3542</b><br />
<br />
2. After that i download the Arch Rescue System 2.8.2<br />
<br />
<b>wget <a href="https://dl.dropbox.com/u/1015928/Kirkwood/rescue/RescueV2.8.2-10292012.tar.gz"  rel="nofollow">https://dl.dropbox.com/u/1015928/Kirkwood/rescue/RescueV2.8.2-10292012.tar.gz</a></b><br />
<br />
untar it<br />
<br />
<b>tar zxvf RescueV2.8.2-10292012.tar.gz</b><br />
<br />
3. Whe i got both files i should download flash_erase and nandwrite:<br />
<br />
<b>wget <a href="http://download.doozan.com/uboot/flash_erase"  rel="nofollow">http://download.doozan.com/uboot/flash_erase</a><br />
wget <a href="http://download.doozan.com/uboot/nandwrite"  rel="nofollow">http://download.doozan.com/uboot/nandwrite</a></b><br />
<br />
4. And flash mtd0 and mtd1 with these commands:<br />
<br />
<b>flash_eraseall /dev/mtd1<br />
nandwrite /dev/mtd1 uImage-mtd1.img<br />
<br />
<br />
flash_eraseall /dev/mtd2<br />
ubiformat /dev/mtd2 -s 512 -f rootfs-mtd2.img -y</b><br />
<br />
and set this values:<br />
<br />
<b>fw_setenv set_bootargs_rescue 'setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts'<br />
fw_setenv bootcmd_rescue 'run set_bootargs_rescue; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000'<br />
fw_setenv bootcmd_pogo 'run bootcmd_rescue'<br />
fw_setenv rescue_installed 1</b><br />
<br />
I think this is right?!<br />
<br />
Ok, but on the instrutions on the first page tehere also stands <b>Pogoplug E02    3542 if you have a kernel that supports it</b><br />
<br />
Did my default Armel Kernel from Debian boot up again?<br />
<br />
<br />
So the next steps, after flashing those both images i boot into Rescue Mode and enter <br />
<br />
<b>run bootcmd_rescue</b><br />
<br />
And the last problem, i got on my pc ubuntu as os, but i didnt found anything about the netconsole how to use it on thos forum. whalt should i exactly do to use it?<br />
<br />
I know, a lot of quesions, ive rtfm but i want to be on the right side.<br />
<br />
thx]]></description>
            <dc:creator>Der Freibeuter</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 11 May 2013 16:41:45 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,11039,12419#msg-12419</guid>
            <title>Re: OWFSPlug :  1-Wire File System +  Motion Detection Software in a NAND Package</title>
            <link>http://forum.doozan.com/read.php?4,11039,12419#msg-12419</link>
            <description><![CDATA[ I decided that I wanted to add a wifi stick to my plug while waiting for my sensors to come in. Looks like I will have to add the necessary tools to the image with buildroot, and make a driver for my realtek rtl8188cus module. So I started by grabbing the source for the drivers from <a href="http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&amp;PFid=48&amp;Level=5&amp;Conn=4&amp;ProdID=228&amp;DownTypeID=3&amp;GetDown=false&amp;Downloads=true"  rel="nofollow">realtek.com</a> and added some lines for the dockstar <br />
<pre class="bbcode">
CONFIG_PLATFORM_ARM_926T = y</pre>
and<br />
<pre class="bbcode">
ifeq ($(CONFIG_PLATFORM_ARM_926T),y)
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
ARCH := arm
CROSS_COMPILE := /tmp/owfsplug/output/host/usr/bin/arm-unknown-linux-uclibcgneabi
KVER := 3.2.7
KSRC := /tmp/owfsplug/output/build/buildroot-config
endif</pre>
and I get the errors<br />
<pre class="bbcode">
make[1]: Entering directory `/tmp/owfsplug/output/build/buildroot-config'
make[1]: *** No rule to make target `modules'.  Stop.
make[1]: Leaving directory `/tmp/owfsplug/output/build/buildroot-config'
make: *** [modules] Error 2</pre>
<br />
I really think I may be out of my league here, but I would appreciate some guidance if you had any.]]></description>
            <dc:creator>bitz</dc:creator>
            <category>Rescue System</category>
            <pubDate>Fri, 10 May 2013 14:48:30 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,9422,12373#msg-12373</guid>
            <title>Re: MacPlug &amp; SMBPLug : Mac/AFPD or Windows/SMB + Print services in a flash/NAND image</title>
            <link>http://forum.doozan.com/read.php?4,9422,12373#msg-12373</link>
            <description><![CDATA[ I am having the exact same problem, I tried all 3, but no joy, getting a little frusterated<br />
<br />
edit: turns out that rescue_installed was set to 0, booted from a stick and ran fw_setenv rescue_installed 1 and that fixed my problem]]></description>
            <dc:creator>bitz</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 04 May 2013 19:00:55 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,7915,12369#msg-12369</guid>
            <title>Re: Rescue V2.8.2 : many enhancements + full kernel support for GoFlexNet/Home, Zyxel NSA3x0 and many others</title>
            <link>http://forum.doozan.com/read.php?4,7915,12369#msg-12369</link>
            <description><![CDATA[ how can is set the right timezone on this rescue system? i need Europe/Berlin.]]></description>
            <dc:creator>basti523</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 04 May 2013 04:45:53 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,11039,12351#msg-12351</guid>
            <title>Re: OWFSPlug :  1-Wire File System +  Motion Detection Software in a NAND Package</title>
            <link>http://forum.doozan.com/read.php?4,11039,12351#msg-12351</link>
            <description><![CDATA[ Looks like Maxim is no longer producing the lightning detector, can be had from hobby-boards, but Maxim still does sample requests, so I can at least get temp and humidity sensors to play with. Thanks for suggesting, I have requested samples from them before when I was trying to teach myself electronics, and forgot that they did that. <br />
<br />
So far everything is going well on my plug. Had some issues mounting my Samba share for the images at first, fstab wouldn't read from a credentials file, or wait for the network to come up, I even started pulling from git to try and add samba hoping something in smbcient would fix it but went with an if-up.d script instead (at least now I know how to pull from git, and that buildroot stuff is pretty cool, I wonder what the space restraints on mtd1 are for adding packages).]]></description>
            <dc:creator>bitz</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 29 Apr 2013 09:46:40 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,9422,12348#msg-12348</guid>
            <title>Re: MacPlug &amp; SMBPLug : Mac/AFPD or Windows/SMB + Print services in a flash/NAND image</title>
            <link>http://forum.doozan.com/read.php?4,9422,12348#msg-12348</link>
            <description><![CDATA[ davygravy Wrote:<br />
-------------------------------------------------------<br />
&gt; I'm thinking that space was _really_ limited<br />
<br />
<br />
Now that I've been playing with SMBplug for a while, I'm wondering if it would be possible to add a few things to make it even better.  If there's not space (as noted above), then so be it.<br />
<br />
Having said that:<br />
1.  It'd be useful to attach NTFS volumes &gt;2 TB.  Right now, /tmp/messages says:<br />
Apr 28 23:23:27 SMBPlug kern.err kernel: [  377.530436] NTFS-fs error (device sda1): parse_ntfs_boot_sector(): Volume size (2TiB) is too large for this architecture.  Maximum supported is 2TiB.  Sorry.<br />
<br />
Perhaps adding  NTFS-3G would fix this?<br />
<br />
2.  Autofs or something like it would be a nice convenience. <br />
<br />
As noted at <a href="http://dev.shyd.de/2011/01/dockstar-nas-automount-hd-idle-samba-ftp/"  rel="nofollow">http://dev.shyd.de/2011/01/dockstar-nas-automount-hd-idle-samba-ftp/</a> it'd be neat if drives would automount.  (Is this supposed to happen?  If so, I'm missing something.  I remounted / rw and added in mount points and entries in /etc/fstab with noauto for three drives, and now it works if I ssh into the box and mount them by hand after a reboot / power outage.)<br />
<br />
3.  hd-idle and appropriate configuration files would be good, too, to both save power and disk life.<br />
<br />
<br />
Finally, as seen from OS X, I'm getting two entries in the Finder sidebar.  One is SMBPLUG and the other is SMBPlug-SMB.  They both go away when I stop Avahi and I can see where SMBPlug-SMB is defined in one of the Avahi services files.  The SMBPLUG entry, I thought, was coming from OS X seeing samba, but that icon also went away when I stopped /etc/init.d/S50avahi-daemon so now I'm not so sure.<br />
<br />
I can connect to SMBPLUG with timemachine/timemachine username/password but attempting to attach to SMBPlug-SMB fails.  When I hit on the Connect As... button in order to enter a username, I get &quot;There was a problem connecting to the server SMBPlug-SMB.  The server may not exist or it is unavailable at this time.&quot; etc etc.  Any ideas on how to fix this?]]></description>
            <dc:creator>thomas</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 29 Apr 2013 01:16:49 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,9422,12347#msg-12347</guid>
            <title>Re: MacPlug &amp; SMBPLug : Mac/AFPD or Windows/SMB + Print services in a flash/NAND image</title>
            <link>http://forum.doozan.com/read.php?4,9422,12347#msg-12347</link>
            <description><![CDATA[ Nevermind the message above this one.<br />
<br />
I tried the SMBplug and the MacPlug and neither worked.  Then I tried the OWFSplug and that did work!  So, I tried the SMBplug and it worked that time.<br />
<br />
Perhaps the NAND in my Dockstar is glitchy.<br />
<br />
In any case, thanks again!]]></description>
            <dc:creator>Thomas</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 28 Apr 2013 21:54:45 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,9422,12346#msg-12346</guid>
            <title>Re: MacPlug &amp; SMBPLug : Mac/AFPD or Windows/SMB + Print services in a flash/NAND image</title>
            <link>http://forum.doozan.com/read.php?4,9422,12346#msg-12346</link>
            <description><![CDATA[ Hi -<br />
<br />
I, too, am writing to thank Davy, but also to report a lack of success with SMBplug.  <br />
<br />
I downloaded the current 0.7 tar file for SMBplug linked in the first post and made a USB stick.  The boot from there worked fine (unlike a lot of other USB images for my Dockstar).<br />
<br />
I noticed a couple of odd things when I flashed the SMBplug.  Here is the output.  Look out for the fact that:<br />
<br />
1. Only 23, not 25 blocks were flashed by the first portion<br />
2. One of the output messages was at number 211, not 212, in the second portion.  <br />
<br />
Farther below, I've used netconsole to produce the looping attempts to boot from the built-in memory.<br />
<br />
Here was the flashing sequence:<br />
SMBPlug:/img_files# flash_erase /dev/mtd1 0 0<br />
Erasing 128 Kibyte @ 3e0000 -- 100 % complete <br />
SMBPlug:/img_files# nandwrite /dev/mtd1 uImage-mtd1.img<br />
Writing data to block 0 at offset 0x0<br />
Writing data to block 1 at offset 0x20000<br />
Writing data to block 2 at offset 0x40000<br />
Writing data to block 3 at offset 0x60000<br />
Writing data to block 4 at offset 0x80000<br />
Writing data to block 5 at offset 0xa0000<br />
Writing data to block 6 at offset 0xc0000<br />
Writing data to block 7 at offset 0xe0000<br />
Writing data to block 8 at offset 0x100000<br />
Writing data to block 9 at offset 0x120000<br />
Writing data to block 10 at offset 0x140000<br />
Writing data to block 11 at offset 0x160000<br />
Writing data to block 12 at offset 0x180000<br />
Writing data to block 13 at offset 0x1a0000<br />
Writing data to block 14 at offset 0x1c0000<br />
Writing data to block 15 at offset 0x1e0000<br />
Writing data to block 16 at offset 0x200000<br />
Writing data to block 17 at offset 0x220000<br />
Writing data to block 18 at offset 0x240000<br />
Writing data to block 19 at offset 0x260000<br />
Writing data to block 20 at offset 0x280000<br />
Writing data to block 21 at offset 0x2a0000<br />
Writing data to block 22 at offset 0x2c0000<br />
Writing data to block 23 at offset 0x2e0000<br />
SMBPlug:/img_files# flash_erase /dev/mtd2 0 0<br />
Erasing 128 Kibyte @ 1fe0000 -- 100 % complete <br />
SMBPlug:/img_files# ubiformat /dev/mtd2 -s 512 -f rootfs-mtd2.img -y<br />
ubiformat: mtd2 (nand), size 33554432 bytes (32.0 MiB), 256 eraseblocks of 131072 bytes (128.0 KiB), min. I/O size 2048 bytes<br />
libscan: scanning eraseblock 255 -- 100 % complete  <br />
ubiformat: 256 eraseblocks are supposedly empty<br />
ubiformat: flashing eraseblock 211 -- 100 % complete  <br />
ubiformat: formatting eraseblock 255 -- 100 % complete  <br />
SMBPlug:/img_files# reboot<br />
<br />
<br />
<br />
<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:        1752<br />
UBI: number of bad PEBs:         0<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:             1731<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:  done.<br />
find_inode failed for name=uboot-original-mtd0.kwb<br />
load: Failed to find inode<br />
### JFFS2 LOAD ERROR&lt;0&gt; for uboot-original-mtd0.kwb!<br />
### JFFS2 loading 'uboot-original-mtd0.kwb' to 0x800000<br />
Scanning JFFS2 FS:  done.<br />
find_inode failed for name=uboot-original-mtd0.kwb<br />
load: Failed to find inode<br />
### JFFS2 LOAD ERROR&lt;0&gt; for uboot-original-mtd0.kwb!<br />
resetting ...<br />
<br />
and loop.<br />
<br />
Any ideas what to do from here?<br />
<br />
Thanks!<br />
Thomas]]></description>
            <dc:creator>Thomas</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 28 Apr 2013 19:49:36 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,11039,12336#msg-12336</guid>
            <title>Re: OWFSPlug :  1-Wire File System +  Motion Detection Software in a NAND Package</title>
            <link>http://forum.doozan.com/read.php?4,11039,12336#msg-12336</link>
            <description><![CDATA[ IIRC Maxim IC has some sort of offer where they'll send you a limited grab bag of sensors<br />
   <br />
I got enough sensors to play with for free.<br />
<br />
The usb adaptor can be had for $10 or so if you watch ebay.]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 27 Apr 2013 09:18:56 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,11039,12310#msg-12310</guid>
            <title>Re: OWFSPlug :  1-Wire File System +  Motion Detection Software in a NAND Package</title>
            <link>http://forum.doozan.com/read.php?4,11039,12310#msg-12310</link>
            <description><![CDATA[ OK, finally had some time to sit down and flash it to one of my plugs, up and running. Tomorrow hopefully I will have time to tweak motion a little, and research some 1-wire devices to get a little weather station going. Finally have motion running on a dock that will survive a power outage! Thank you sir, great work!]]></description>
            <dc:creator>bitz</dc:creator>
            <category>Rescue System</category>
            <pubDate>Thu, 25 Apr 2013 21:54:39 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,11039,12273#msg-12273</guid>
            <title>Re: OWFSPlug :  1-Wire File System +  Motion Detection Software in a NAND Package</title>
            <link>http://forum.doozan.com/read.php?4,11039,12273#msg-12273</link>
            <description><![CDATA[ OK, this is pretty much finished now.   A lot closer to working out of the box.<br />
<br />
The rootfs.tar tarball is for a USB pendrive.  Once booted, that rootfs is a working OWFSplug system, but also it has the img files for flashing it to NAND.   AFAIK, the only adjustments needed would be to set up the device IDs of the 1-Wire sensors, change (if necessary) the motion-usbcamera-modules in /etc ... ?  Maybe the timezone in /etc/TZ.<br />
<br />
Works without or with an attached USB drive, but I suggest using a USB drive, as /tmp will fill up quickly w/ images, movies and rrdb database files.]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 21 Apr 2013 00:46:26 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,11039,12244#msg-12244</guid>
            <title>Re: OWFSPlug :  1-Wire File System +  Motion Detection Software in a NAND Package</title>
            <link>http://forum.doozan.com/read.php?4,11039,12244#msg-12244</link>
            <description><![CDATA[ good to know]]></description>
            <dc:creator>bitz</dc:creator>
            <category>Rescue System</category>
            <pubDate>Tue, 16 Apr 2013 20:33:51 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,11039,12217#msg-12217</guid>
            <title>Re: OWFSPlug :  1-Wire File System +  Motion Detection Software in a NAND Package</title>
            <link>http://forum.doozan.com/read.php?4,11039,12217#msg-12217</link>
            <description><![CDATA[ Something to note... the tarball I posted is USB rootfs only... I'm doing some final touches now on what I've got in git, and if it boots and functions correctly, I'll build UBIFS and kernel bins for flashing.]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 14 Apr 2013 20:35:39 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,11039,12214#msg-12214</guid>
            <title>Re: OWFSPlug :  1-Wire File System +  Motion Detection Software in a NAND Package</title>
            <link>http://forum.doozan.com/read.php?4,11039,12214#msg-12214</link>
            <description><![CDATA[ Much thanks, I can't wait to play around with this. I wold be useless at helping with git, but have several dockstars, pogos, a goflex and some pi's to play with if you needed any testing done. I have been looking at your weather station the last few days and convincing myself that it would be a fun project to set one up, so this will definitely see some use.]]></description>
            <dc:creator>bitz</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 13 Apr 2013 22:48:41 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,11039,12213#msg-12213</guid>
            <title>Re: OWFSPlug :  1-Wire File System +  Motion Detection Software in a NAND Package</title>
            <link>http://forum.doozan.com/read.php?4,11039,12213#msg-12213</link>
            <description><![CDATA[ kk, bitz.   I've uploaded an old tarball here:  <a href="https://dl.dropboxusercontent.com/u/1015928/Kirkwood/OWFSplug/OWFSplug-rootfs.tar"  rel="nofollow">https://dl.dropboxusercontent.com/u/1015928/Kirkwood/OWFSplug/OWFSplug-rootfs.tar</a>   ... mind you, this may be &quot;roughly hewn&quot; but should be bootable on a USB stick.<br />
<br />
I'm currently tidying up my git repo, adding in some needed items and culling out the cruft...<br />
<br />
<a href="https://github.com/davygravy/owfsplug"  rel="nofollow">https://github.com/davygravy/owfsplug</a><br />
<br />
The README shows the basics.... <br />
<br />
Will post a NAND image when I'm satisfied w/ it.  If you are interest and know git, you can propose commits via Github.]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 13 Apr 2013 20:06:17 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,11039,12198#msg-12198</guid>
            <title>Re: OWFSPlug :  1-Wire File System +  Motion Detection Software in a NAND Package</title>
            <link>http://forum.doozan.com/read.php?4,11039,12198#msg-12198</link>
            <description><![CDATA[ davygravy Wrote:<br />
-------------------------------------------------------<br />
&gt; @bitz:  I will try to post a tarball ASAP.<br />
&gt; <br />
&gt; Be aware that what I post would be bootable, but<br />
&gt; would need some editting to set up things like<br />
&gt; where you want to stop the images, how you'd want<br />
&gt; to process them with the embedded ffmpeg (which is<br />
&gt; built into the image).<br />
<br />
Thanks, I am looking forward to it. Setting up motion should be no problem]]></description>
            <dc:creator>bitz</dc:creator>
            <category>Rescue System</category>
            <pubDate>Thu, 11 Apr 2013 22:07:48 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,11039,12197#msg-12197</guid>
            <title>Re: OWFSPlug :  1-Wire File System +  Motion Detection Software in a NAND Package</title>
            <link>http://forum.doozan.com/read.php?4,11039,12197#msg-12197</link>
            <description><![CDATA[ @bitz:  I will try to post a tarball ASAP.<br />
<br />
Be aware that what I post would be bootable, but would need some editting to set up things like where you want to stop the images, how you'd want to process them with the embedded ffmpeg (which is built into the image).]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>Rescue System</category>
            <pubDate>Thu, 11 Apr 2013 21:13:35 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,11039,12173#msg-12173</guid>
            <title>Re: OWFSPlug :  1-Wire File System +  Motion Detection Software in a NAND Package</title>
            <link>http://forum.doozan.com/read.php?4,11039,12173#msg-12173</link>
            <description><![CDATA[ Thanks for this. Any chance you could provide a tarball, or point me to a guide for compiling from git?]]></description>
            <dc:creator>bitz</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 07 Apr 2013 21:23:39 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,11039,12172#msg-12172</guid>
            <title>Re: OWFSPlug :  1-Wire File System +  Motion Detection Software in a NAND Package</title>
            <link>http://forum.doozan.com/read.php?4,11039,12172#msg-12172</link>
            <description><![CDATA[ I finally got around to committing this to git, and now hosted on github.com<br />
<br />
<a href="https://github.com/davygravy/owfsplug"  rel="nofollow">https://github.com/davygravy/owfsplug</a>]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 07 Apr 2013 20:36:42 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,11679,11997#msg-11997</guid>
            <title>Re: GoFlex Net not installed UBoot</title>
            <link>http://forum.doozan.com/read.php?4,11679,11997#msg-11997</link>
            <description><![CDATA[ Check out here<br />
<br />
<a href="http://projects.doozan.com/uboot/"  rel="nofollow">http://projects.doozan.com/uboot/</a>]]></description>
            <dc:creator>Westley Paynter</dc:creator>
            <category>Rescue System</category>
            <pubDate>Thu, 21 Mar 2013 16:39:36 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,3896,11958#msg-11958</guid>
            <title>Re: Rescue System v2</title>
            <link>http://forum.doozan.com/read.php?4,3896,11958#msg-11958</link>
            <description><![CDATA[ Will this rescue system work on Pogoplug Mobile? or we do have one for it?]]></description>
            <dc:creator>twinclouds</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 16 Mar 2013 23:02:15 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,11957#msg-11957</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,11957#msg-11957</link>
            <description><![CDATA[ Will this rescue system work on Pogoplug Mobile? or we do have one for it?<br />
(Not sure if this is the right place, so I posted it on another thread also.)]]></description>
            <dc:creator>twinclouds</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 16 Mar 2013 22:59:42 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,9885,11686#msg-11686</guid>
            <title>Re: Ping OK - SSH Connection Refused -Rehash'd</title>
            <link>http://forum.doozan.com/read.php?4,9885,11686#msg-11686</link>
            <description><![CDATA[ I had the same issue. Create the usb disk with fdisk and then copy the files with root access.]]></description>
            <dc:creator>Den-J</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 03 Mar 2013 18:36:25 -0500</pubDate>
        </item>
    </channel>
</rss>
