<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
        <description>This procedure will allow us to use the stock Pogo V3 OS as a simple rescue system. When the Pogo V3 fails to boot with the currently attached rootfs on USB or HDD, stock Pogo OS can serve as a very simple rescue system to allow logging in through SSH and fix whatever is ailing the rootfs at the moment, eg. corrupted file system, mis-configured SSH, so on. Potentially, it can be used for more capabilities with optware or by just copying binaries to it.

[b]Requirement:[/b] 

1. The [url=http://forum.doozan.com/read.php?3,16017,page=1]new U-Boot for Pogoplug V3[/url] has been installed in your Pogoplug V3.

2. The original &quot;data&quot; MTD has not been modified (note that the original stock MTD definition looks slightly different but both &quot;boot&quot; and &quot;data&quot; MTDs are still basically at the same location).
[code]
cat /proc/mtd 
dev:    size   erasesize  name
mtd0: 00e00000 00020000 &quot;boot&quot;
mtd1: 07200000 00020000 &quot;data&quot;
[/code]

[b]Installation:[/b]

1. Setup u-boot envs:

[code]
fw_setenv bootcmd_stock &#039;setenv autoload n; setenv bootargs_stock &quot;root=ubi0:rootfs ubi.mtd=2,512 rootfstype=ubifs console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M&quot;; setenv poweroutage yes; setenv boot &quot;bootm 60500000&quot;; setenv bootcmd_stock_fw &quot;run set_bootargs_stock; run boot_nand&quot;; setenv boot bootm 60500000; setenv boot_nand &quot;run load_nand boot || run load_nand2 boot&quot;; setenv kernflmode s; setenv load_nand2 &quot;nboot 60500000 0 800000&quot;; setenv load_nand &quot;nboot 60500000 0 200000&quot;; setenv set_bootargs_stock &quot;setenv bootargs $bootargs_stock&quot;; setenv mainlinelinux no; run bootcmd_stock_fw&#039;
[/code]

and then add this to the end of the current bootcmd. For example, if the current bootcmd is
[code]
bootcmd=run dt_bootcmd_usb; reset
[/code]
then
[code]
fw_setenv bootcmd &#039;run dt_bootcmd_usb; run bootcmd_stock; reset&#039;
[/code]

[color=#3333FF]Note: the idea is to add [b]run bootcmd_stock[/b] to your current bootcmd. It might be different than the example.[/color]


Shutdown the Pogo V3 and remove the current USB/HDD rootfs. Power up and it will boot into stock Pogo OS. 
 
2. Login the Pogo OS and setup to kill the Pogo process permanently, and some do some cleanup.

2A. Find the Pogo dynamic IP address in your router, or use some scanning program such as Linux nmap, IOS Fing,... And then use the credential that you have set up previously for stock Pogo OS  during intial set up to boot new U-boot and/or Debian kernel (remember that root/password ?).

After logging in, you can kill pogoplug process  so it won&#039;t interfere with normal opration:
[code]
killall hbwd
[/code]

2B. Edit the file /etc/init.d/rcS to kill pogoplug service permanently.

Find the line which contains &quot;hbmgr.sh start&quot; and comment out the whole line, and add a new line to start dropbear:
[code]
###/etc/init.d/hbmgr.sh start
/usr/sbin/dropbear
[/code]

2C. Comment out these lines to ensure booting without NAND checksum errors:

[code]
#if /usr/local/cloudengines/bin/blparam | grep ethaddr &gt; /tmp/ethaddr; then
#	. /tmp/ethaddr
#fi
#rm -f /tmp/ethaddr
#if /usr/local/cloudengines/bin/blparam | grep cedebug &gt; /tmp/cedebug; then
#	. /tmp/cedebug
#fi
#rm -f /tmp/cedebug
[/code]


3. Download useful utilities

While in Pogo OS, you can download the following binpack so that the normal tools for use in nand installation and fixing filesystem, will be available in the system (you should download it to your USB rootfs using another Linux box).

Dowload: http://forum.doozan.com/read.php?3,27280,27280#msg-27280

Extract, and copy all binaries to  /usr/loclal/bin for later emergency use.

4. Shutdown the Pogo V3, and powering up again to verify that you can login into stock OS.

DONE. 

That&#039;s it! you have a simple rescue system on Pogoplug V3. 

Please post feedbacks, especially about running the downloaded binaries. I have not tested this capability thoroughly.</description>
        <link>https://forum.doozan.com/read.php?4,22570,22570#msg-22570</link>
        <lastBuildDate>Sun, 08 Mar 2026 01:59:44 -0600</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,37024#msg-37024</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,37024#msg-37024</link>
            <description><![CDATA[ Thank You Bodhi :D .]]></description>
            <dc:creator>pritamcharan</dc:creator>
            <category>Rescue System</category>
            <pubDate>Thu, 21 Sep 2017 07:18:46 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,36889#msg-36889</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,36889#msg-36889</link>
            <description><![CDATA[ pritamcharan,<br />
<br />
&gt; Bodhi i saw previous messages and found a way to<br />
&gt; make changes stick.<br />
<br />
Cool!<br />
<br />
&gt; Now Please guide, How can i update Uboot  , Kernal<br />
&gt; to Latest.<br />
<br />
Take a look at the 1st post of these 2 threads:<br />
<br />
Upgrade kernel:<br />
<a href="http://forum.doozan.com/read.php?2,16044"  rel="nofollow">http://forum.doozan.com/read.php?2,16044</a><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />Updated 05 Aug 2017: <br />
<br />
Kernel linux-4.4.79-oxnas-tld-1 package was uploaded.</div></blockquote>
<br />
<br />
Upgrade u-boot:<br />
<a href="http://forum.doozan.com/read.php?3,16017"  rel="nofollow">http://forum.doozan.com/read.php?3,16017</a><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />Updated 22 Nov 2015 <br />
<br />
I&#039;ve uploaded the uboot.2015.10-tld-1 u-Boot image for Pogoplug V3 Oxnas. <br />
<br />
Warning: netconsole does not start automatically in this version. If you don&#039;t have serial console and therefore need netconsole to see the boot progress, please use previous u-boot version (uboot.2013.10-tld-3.ox820.bodhi.tar - Updated 16 May 2014). And follow the instruction in that section.</div></blockquote>
<br />
And ask question before doing installation if you are not sure about something.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 18 Sep 2017 13:04:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,36874#msg-36874</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,36874#msg-36874</link>
            <description><![CDATA[ Bodhi i saw previous messages and found a way to make changes stick.<br />
<br />
Now Please guide, How can i update Uboot  , Kernal to Latest.]]></description>
            <dc:creator>pritamcharan</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 18 Sep 2017 03:28:13 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,36869#msg-36869</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,36869#msg-36869</link>
            <description><![CDATA[ Hello Bodhi, It boots in Debian .<br />
<br />
but after restart the changes doesnot stick.<br />
<br />
<br />
<br />
OX820&gt; setenv dt_usb_boot &#039;run dt_load_uimage; run dt_load_initrd; run dt_load_dtb; run dt_bootm&#039;<br />
OX820&gt; setenv dt_usb_bootcmd &#039;run usb_set_bootargs; run dt_usb_boot&#039;<br />
OX820&gt; setenv dt_bootcmd_usb &#039;usb start; run dt_usb_bootcmd; usb stop; reset&#039;<br />
<br />
OX820&gt; printenv<br />
<br />
<pre class="bbcode">
autoload=no
baudrate=115200
bootargs=console=ttyS0,115200 root=/dev/sda1 rootdelay=10
bootcmd=run dt_bootcmd_usb
bootdelay=10
console=console=ttyS0,115200n8
dt_bootcmd_usb=usb start; run dt_usb_bootcmd; usb stop; reset
dt_bootm=bootm 0x60500000 0x60e00000 0x62c00000
dt_load_dtb=ext2load usb 0:1 0x62c00000 /boot/dts/ox820-pogoplug-pro.dtb
dt_load_initrd=ext2load usb 0:1 0x60e00000 /boot/uInitrd
dt_load_uimage=ext2load usb 0:1 0x60500000 /boot/uImage
dt_usb_boot=run dt_load_uimage; run dt_load_initrd; run dt_load_dtb; run dt_bootm
dt_usb_bootcmd=run usb_set_bootargs; run dt_usb_boot
dtb_addr=0x62c00000
ethact=mii0
ethaddr=00:25:31:01:66:5F
fileaddr=60000000
filesize=20000
if_netconsole=ping 192.168.1.2
ipaddr=192.168.1.10
iserverip=192.168.1.2
keypressed=1
mtdids=nand0=41000000.nand
mtdparts=mtdparts=41000000.nand:14m(boot),-(data)
netcon=echo switch to net console;setenv stderr nc;setenv stdin nc;setenv stdout nc;echo switch to net console
preboot=run preboot_nc
preboot_nc=run if_netconsole start_netconsole
safeboot=setexpr.b keypressed &#039;*44200005&#039; &#039;&amp;&#039; 1;if test $keypressed = 0;then run netcon;fi
serialcon=echo switch to serial console;setenv stderr serial;setenv stdin serial;setenv stdout serial;echo switch to serial console
serverip=192.168.1.2
stderr=serial
stdin=serial
stdout=serial
uimage_addr=0x60500000
uinitrd_addr=0x60e00000
usb_boot=mw 0x800000 0 1
usb_bootcmd=run usb_init
usb_device=0:1
usb_init=run usb_scan
usb_root=/dev/sda1
usb_scan=usb_scan_done=0
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=ttyS0,115200 root=/dev/sda1 rootdelay=10

Environment size: 1796/131068 bytes</pre>
<br />
<br />
OX820&gt; boot<br />
<br />
<pre class="bbcode">
(Re)start USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 3 USB Device(s) found
       scanning usb for storage devices... 1 Storage Device(s) found
4102704 bytes read in 497 ms (7.9 MiB/s)
1953812 bytes read in 333 ms (5.6 MiB/s)
7029 bytes read in 238 ms (28.3 KiB/s)
## Booting kernel from Legacy Image at 60500000 ...
   Image Name:   Linux-3.17.0-oxnas-tld-1
   Created:      2014-11-01   7:16:44 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4102640 Bytes = 3.9 MiB
   Load Address: 60008000
   Entry Point:  60008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 60e00000 ...
   Image Name:   initramfs-3.17.0-oxnas-tld-1
   Created:      2014-11-01   7:18:53 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    1953748 Bytes = 1.9 MiB
   Load Address: 60000000
   Entry Point:  60000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 62c00000
   Booting using the fdt blob at 0x62c00000
   Loading Kernel Image ... OK
   Loading Ramdisk to 67c4b000, end 67e27fd4 ... OK
   Loading Device Tree to 67c46000, end 67c4ab74 ... OK

Led:    GREEN

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.17.0-oxnas-tld-1 (root@tldDebian) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP PREEMPT Sat Oct 25 15:59:43 PDT 2014
[    0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Pogoplug Pro
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map
[    0.000000] Start Ox820 platform
[    0.000000] PERCPU: Embedded 7 pages/cpu @c7ee3000 s6592 r8192 d13888 u32768
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Memory: 119844K/131072K available (5686K kernel code, 286K rwdata, 1680K rodata, 174K init, 233K bss, 11228K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xffe00000   (2048 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xff000000   ( 872 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0739db0   (7368 kB)
[    0.000000]       .init : 0xc073a000 - 0xc07659c0   ( 175 kB)
[    0.000000]       .data : 0xc0766000 - 0xc07adb00   ( 287 kB)
[    0.000000]        .bss : 0xc07adb00 - 0xc07e809c   ( 234 kB)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:160
[    0.000017] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 42949670400ns
[    0.000181] Console: colour dummy device 80x30
[    0.000209] Calibrating delay loop... 339.14 BogoMIPS (lpj=1695744)
[    0.050050] pid_max: default: 32768 minimum: 301
[    0.050216] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.050234] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.051069] Initializing cgroup subsys net_cls
[    0.051130] CPU: Testing write buffer coherency: ok
[    0.051520] Setting up static identity map for 0x60567fa0 - 0x60567fd8
[    0.110446] CPU1: Booted secondary processor
[    0.170145] Brought up 2 CPUs
[    0.170165] SMP: Total of 2 processors activated.
[    0.171105] devtmpfs: initialized
[    0.174981] prandom: seed boundary self test passed
[    0.178900] prandom: 100 self tests passed
[    0.178923] pinctrl core: initialized pinctrl subsystem
[    0.181672] NET: Registered protocol family 16
[    0.182192] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.186439] gpio-oxnas 44000000.gpio: at address c8846000
[    0.186731] gpio-oxnas 44100000.gpio: at address c8848000
[    0.187279] pinctrl-oxnas pinctrl: initialized OX820 pinctrl driver
[    0.308416] oxnas-pcie 47c0: PCIe version/deviceID 0x82510b5
[    0.308495] oxnas-pcie 47c0: link up
[    0.308728] oxnas-pcie 47c0: PCI host bridge to bus 0000:00
[    0.308753] pci_bus 0000:00: root bus resource [mem 0x48000000-0x49ffffff]
[    0.308771] pci_bus 0000:00: root bus resource [mem 0x4a000000-0x4bdfffff pref]
[    0.308787] pci_bus 0000:00: root bus resource [io  0x4be00000-0x4befffff]
[    0.308805] pci_bus 0000:00: root bus resource [bus 00-7f]
[    0.309232] PCI: bus0: Fast back to back transfers disabled
[    0.309309] pci 0000:00:00.0: BAR 0: assigned [mem 0x48000000-0x4800ffff]
[    0.309696] vgaarb: loaded
[    0.310228] SCSI subsystem initialized
[    0.311134] usbcore: registered new interface driver usbfs
[    0.311247] usbcore: registered new interface driver hub
[    0.311452] usbcore: registered new device driver usb
[    0.311567] pps_core: LinuxPPS API ver. 1 registered
[    0.311580] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti &lt;giometti@linux.it&gt;
[    0.311644] PTP clock support registered
[    0.313111] cfg80211: Calling CRDA to update world regulatory domain
[    0.313566] Switched to clocksource rps_clocksource_timer
[    0.327639] NET: Registered protocol family 2
[    0.328768] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.328811] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
[    0.328847] TCP: Hash tables configured (established 1024 bind 1024)
[    0.328934] TCP: reno registered
[    0.328960] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.328998] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.329290] NET: Registered protocol family 1
[    0.329766] RPC: Registered named UNIX socket transport module.
[    0.329784] RPC: Registered udp transport module.
[    0.329797] RPC: Registered tcp transport module.
[    0.329807] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.330232] Unpacking initramfs...
[    0.529843] Freeing initrd memory: 1904K (c7c4b000 - c7e27000)
[    0.531066] futex hash table entries: 512 (order: 2, 16384 bytes)
[    0.549319] NFS: Registering the id_resolver key type
[    0.549383] Key type id_resolver registered
[    0.549399] Key type id_legacy registered
[    0.549440] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.549460] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.550433] fuse init (API version 7.23)
[    0.551825] msgmni has been set to 237
[    0.552355] Key type big_key registered
[    0.556111] alg: No test for stdrng (krng)
[    0.626554] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.626585] io scheduler noop registered
[    0.626608] io scheduler deadline registered
[    0.626964] io scheduler cfq registered (default)
[    0.627504] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[    0.628802] console [ttyS0] disabled
[    0.628922] 44200000.uart: ttyS0 at MMIO 0x44200000 (irq = 55, base_baud = 390625) is a 16550A
[    1.180032] console [ttyS0] enabled
[    1.432238] scsi host0: sata_oxnas
[    1.485703] ata1: SATA max UDMA/133 irq 50
[    1.490124] ox820sata: reseting SATA core
[    1.501163] nand: Could not find valid ONFI parameter page; aborting
[    1.507527] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[    1.513889] nand: Hynix NAND 128MiB 3,3V 8-bit
[    1.518312] nand: 128MiB, SLC, page size: 2048, OOB size: 64
[    1.523970] Scanning device for bad blocks
[    1.603548] Bad eraseblock 942 at 0x0000075c0000
[    1.614645] 2 ofpart partitions found on MTD device 41000000.nand
[    1.620725] Creating 2 MTD partitions on &quot;41000000.nand&quot;:
[    1.626104] 0x000000000000-0x000000e00000 : &quot;boot&quot;
[    1.632325] 0x000000e00000-0x000008000000 : &quot;data&quot;
[    1.639004] stmmaceth 40400000.ethernet: no reset control found
[    1.644938] stmmac - user ID: 0x12, Synopsys ID: 0x35
[    1.649960]  Ring mode enabled
[    1.653012]  DMA HW capability register supported
[    1.657515]  Enhanced/Alternate descriptors
[    1.661857]  Enabled extended descriptors
[    1.665840]  RX Checksum Offload Engine supported (type 2)
[    1.671306]  TX Checksum insertion supported
[    1.675548]  Wake-Up On Lan supported
[    1.679185]  Enable RX Mitigation via HW Watchdog Timer
[    1.705569] libphy: stmmac: probed
[    1.708968] eth0: PHY ID 001cc914 at 0 IRQ POLL (stmmac-0:00) active
[    1.715343] eth0: PHY ID 001cc914 at 3 IRQ POLL (stmmac-0:03)
[    1.721228] PPP generic driver version 2.4.2
[    1.725821] rt2800pci 0000:00:00.0: enabling device (0140 -&gt; 0142)
[    1.732200] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3090, rev 3213 detected
[    1.743431] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0005 detected
[    1.752363] ehci_hcd: USB 2.0 &#039;Enhanced&#039; Host Controller (EHCI) Driver
[    1.758873] ehci-pci: EHCI PCI platform driver
[    1.763735] oxnas-ehci 40200100.ehci: EHCI Host Controller
[    1.769236] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1
[    1.777016] oxnas-ehci 40200100.ehci: irq 39, io mem 0x40200100
[    1.800555] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00
[    1.806801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.813585] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.820820] usb usb1: Product: EHCI Host Controller
[    1.825676] usb usb1: Manufacturer: Linux 3.17.0-oxnas-tld-1 ehci_hcd
[    1.832099] usb usb1: SerialNumber: 40200100.ehci
[    1.837629] hub 1-0:1.0: USB hub found
[    1.841502] hub 1-0:1.0: 2 ports detected
[    1.846126] usbcore: registered new interface driver cdc_acm
[    1.851791] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.859852] usbcore: registered new interface driver cdc_wdm
[    1.865559] ata1: SATA link down (SStatus 0 SControl 300)
[    1.871203] usbcore: registered new interface driver usb-storage
[    1.877424] usbcore: registered new interface driver usbserial
[    1.883384] usbcore: registered new interface driver usbserial_generic
[    1.889966] usbserial: USB Serial support registered for generic
[    1.896284] mousedev: PS/2 mouse device common for all mice
[    1.901890] i2c /dev entries driver
[    1.906475] usbcore: registered new interface driver usbhid
[    1.912058] usbhid: USB HID core driver
[    1.916208] TCP: cubic registered
[    1.920652] NET: Registered protocol family 10
[    1.926556] sit: IPv6 over IPv4 tunneling driver
[    1.932124] NET: Registered protocol family 17
[    1.936727] Key type dns_resolver registered
[    1.945510] Freeing unused kernel memory: 172K (c073a000 - c0765000)
Loading, please wait...
[    2.072122] udevd[67]: starting version 175
[    2.160814] usb 1-1: new high-speed USB device number 2 using oxnas-ehci
[    2.322621] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[    2.329303] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.350149] usb 1-1: Product: USB2.0 Hub
[    2.368806] hub 1-1:1.0: USB hub found
[    2.378280] hub 1-1:1.0: 4 ports detected
[    2.680458] usb 1-1.4: new high-speed USB device number 3 using oxnas-ehci
[    2.790458] usb 1-1.4: New USB device found, idVendor=1908, idProduct=0226
[    2.797306] usb 1-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.806999] usb-storage 1-1.4:1.0: USB Mass Storage device detected
[    2.813783] scsi host1: usb-storage 1-1.4:1.0
[    2.832844] usbcore: registered new interface driver uas
[    3.811568] scsi 1:0:0:0: Direct-Access     Generic  Mass-Storage     1.11 PQ: 0 ANSI: 2
[    4.475138] sd 1:0:0:0: [sda] 7626752 512-byte logical blocks: (3.90 GB/3.63 GiB)
[    4.483507] sd 1:0:0:0: [sda] Write Protect is off
[    4.489128] sd 1:0:0:0: [sda] No Caching mode page found
[    4.494487] sd 1:0:0:0: [sda] Assuming drive cache: write through
[    4.508418]  sda: sda1
[    4.522439] sd 1:0:0:0: [sda] Attached SCSI removable disk
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
[   12.643130] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[   12.650101] EXT4-fs (sda1): write access will be enabled during recovery
[   14.362076] EXT4-fs (sda1): recovery complete
[   14.454141] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.88 booting
[info] Using makefile-style concurrent boot in runlevel S.
[....] Starting the hotplug events dispatcher: udevd[   15.979427] udevd[256]: starting version 175
. ok
[ ok ] Synthesizing the initial hotplug events...done.
[ ok ] Waiting for /dev to be fully populated...done.
[....] Activating swap...[   17.835886] random: nonblocking pool is initialized
done.
[   17.968391] EXT4-fs (sda1): re-mounted. Opts: (null)
[....] Checking root file system...fsck from util-linux 2.20.1
/dev/sda1 has unsupported feature(s): metadata_csum
e2fsck: Get a newer version of e2fsck!
fsck died with exit status 8
failed (code 8).
[....] An automatic file system check (fsck) of the root filesystem failed. A manual fsck must be performed, then the system restarted. The fsck should be perfo[FAILin maintenance mode with the root filesystem mounted in read-only mode. ... failed!
[....] The root filesystem is currently mounted in read-only mode. A maintenance shell will now be started. After performing system maintenance, press CONTROL-D[warnerminate the maintenance shell and restart the system. ... (warning).
Give root password for maintenance
(or type Control-D to continue):
root@debian:~#
</pre>]]></description>
            <dc:creator>pritamcharan</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 18 Sep 2017 03:11:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,36859#msg-36859</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,36859#msg-36859</link>
            <description><![CDATA[ Power up, interrupt serial console and<br />
<br />
<pre class="bbcode">
setenv dt_usb_boot &#039;run dt_load_uimage; run dt_load_initrd; run dt_load_dtb; run dt_bootm&#039;
setenv dt_usb_bootcmd &#039;run usb_set_bootargs; run dt_usb_boot&#039;
setenv dt_bootcmd_usb &#039;usb start; run dt_usb_bootcmd; usb stop; reset&#039;
printenv
boot</pre>
<br />
Please post the entire serial console log here, if it is not booting.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 18 Sep 2017 00:49:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,36839#msg-36839</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,36839#msg-36839</link>
            <description><![CDATA[ pritamcharan,<br />
<br />
Your u-boot envs were quite messed up.<br />
<br />
SInce you are running my older version u-boot, I need to find that set of default envs and post the correction. Will do that later today.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 17 Sep 2017 16:57:39 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,36804#msg-36804</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,36804#msg-36804</link>
            <description><![CDATA[ Hello BODHI,<br />
<br />
Please Help in reviving my Pogoplug Pro V3 Sata Edition<br />
sometime ago i tried to load Debian on it,<br />
and i think i did flashed Uboot Debian 2013.10<br />
<br />
without usb or sata disk <br />
<br />
it stuck with green solid LED and serial console message &quot;## Error: &quot;dt_bootcmd_usb&quot; not defined&quot;<br />
<br />
i converted a USB Pendrive to EXT3 format and extracted Debian 3.17 rootfs on it<br />
same did on Sata HDD but no luck , No changes in serial console messages.<br />
<br />
please provide solution to this problem<br />
<br />
<pre class="bbcode">
U-Boot SPL 2013.10-tld-4 (Sep 07 2014 - 14:10:12)
  Boot device: NAND
Attempting to set PLLA to 850 MHz ...
  plla_ctrl0 : 0000020a
  plla_ctrl1 : 00330000
  plla_ctrl2 : 0065008b
  plla_ctrl3 : 000000f1

PLLA Set


U-Boot 2013.10-tld-4 (Sep 08 2014 - 19:43:38) for OXNAS

DRAM:  128 MiB
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:
Led:    GREEN
mii0
Main Loop
Waiting for PHY auto negotiation to complete.... TIMEOUT!
ENET Speed is 10 Mbps - HALF duplex connection
Using mii0 device
ping failed; host 192.168.1.2 is not alive
Hit any key to stop autoboot:  0
## Error: &quot;dt_bootcmd_usb&quot; not defined</pre>
<br />
<br />
<br />
<pre class="bbcode">
OX820&gt; printenv
autoload=no
baudrate=115200
bootargs=console=ttyS0,115200 root=/dev/sda1 rootdelay=10
bootcmd=run dt_bootcmd_usb
bootdelay=10
console=console=ttyS0,115200n8
dt_bootm=bootm 0x60500000 0x60e00000 0x62c00000
dt_load_dtb=ext2load usb 0:1 0x62c00000 /boot/dts/ox820-pogoplug-pro.dtb
dt_load_initrd=ext2load usb 0:1 0x60e00000 /boot/uInitrd
dt_load_uimage=ext2load usb 0:1 0x60500000 /boot/uImage
dt_usb_boot=run dt_load_uimage
dt_usb_bootcmd=run usb_set_bootargs
dtb_addr=0x62c00000
ethact=mii0
ethaddr=00:25:31:01:66:5F
fileaddr=60000000
filesize=20000
if_netconsole=ping 192.168.1.2
ipaddr=192.168.1.10
iserverip=192.168.1.2
keypressed=1
mtdids=nand0=41000000.nand
mtdparts=mtdparts=41000000.nand:14m(boot),-(data)
netcon=echo switch to net console;setenv stderr nc;setenv stdin nc;setenv stdout nc;echo switch to net console
preboot=run preboot_nc
preboot_nc=run if_netconsole start_netconsole
safeboot=setexpr.b keypressed &#039;*44200005&#039; &#039;&amp;&#039; 1;if test $keypressed = 0;then run netcon;fi
serialcon=echo switch to serial console;setenv stderr serial;setenv stdin serial;setenv stdout serial;echo switch to serial console
serverip=192.168.1.2
stderr=serial
stdin=serial
stdout=serial
uimage_addr=0x60500000
uinitrd_addr=0x60e00000
usb_boot=mw 0x800000 0 1
usb_bootcmd=run usb_init
usb_device=0:1
usb_init=run usb_scan
usb_root=/dev/sda1
usb_scan=usb_scan_done=0
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=ttyS0,115200 root=/dev/sda1 rootdelay=10

Environment size: 1664/131068 bytes
OX820&gt;
</pre>]]></description>
            <dc:creator>pritamcharan</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 17 Sep 2017 14:29:13 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,35685#msg-35685</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,35685#msg-35685</link>
            <description><![CDATA[ dietgert Wrote:<br />
-------------------------------------------------------<br />
&gt; Thank You Bodhi, (once again)<br />
&gt; <br />
&gt; that was it.<br />
&gt; Everything is working well now!<br />
&gt; <br />
&gt; BR<br />
&gt; dietgert<br />
<br />
Cool!]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 24 Jul 2017 23:19:56 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,35680#msg-35680</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,35680#msg-35680</link>
            <description><![CDATA[ Thank You Bodhi, (once again) <br />
<br />
that was it.<br />
Everything is working well now!<br />
<br />
BR<br />
dietgert]]></description>
            <dc:creator>dietgert</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 24 Jul 2017 13:50:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,35647#msg-35647</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,35647#msg-35647</link>
            <description><![CDATA[ dietgert,<br />
<br />
This was the problem:<br />
<br />
<pre class="bbcode">
dt_bootcmd_usb=usb start; run dt_usb_bootcmd; usb stop; reset
bootcmd=run bootcmd_uenv; run dt_bootcmd_usb; run bootcmd_stock; reset</pre>
<br />
There are too many &quot;reset&quot;. The reset should only be in the bootcmd. So interrupt serial console and:<br />
<br />
<pre class="bbcode">
setenv dt_bootcmd_usb &#039;usb start; run dt_usb_bootcmd; usb stop&#039;</pre>
and then <br />
<pre class="bbcode">
boot</pre>
<br />
If this booted into stock OK then reboot. Interrupt serial console again and  save it permanently:<br />
<br />
<pre class="bbcode">
setenv dt_bootcmd_usb &#039;usb start; run dt_usb_bootcmd; usb stop&#039;
saveenv</pre>
After this it will work automatically.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 22 Jul 2017 04:04:59 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,35645#msg-35645</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,35645#msg-35645</link>
            <description><![CDATA[ Hello Bodhi,<br />
<br />
Thank You, it was a problem of picocom on my linux-box, after increasing backscroll-pages to 4000 <br />
it worked. I have a STG-212 box.<br />
Changed addresses, received an error (see below).<br />
However, when using a &quot;run bootcmd_stock&quot;  in U-Boot, the stock system boots correctly, so this entry seems ok.<br />
Where could the problem be located ?<br />
<br />
BR<br />
dietgert<br />
<br />
<pre class="bbcode">
U-Boot SPL 2013.10-tld-4 (Sep 07 2014 - 14:10:12)
  Boot device: NAND
Attempting to set PLLA to 850 MHz ...
  plla_ctrl0 : 0000020a
  plla_ctrl1 : 00330000
  plla_ctrl2 : 0065008b
  plla_ctrl3 : 000000f1

PLLA Set


U-Boot 2015.10-tld-1 (Nov 21 2015 - 01:17:59 -0800)
OXNAS OX820

DRAM:  128 MiB
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   dwmac.40400000
Hit any key to stop autoboot:  0 
OX820&gt; env print
autoload=no
baudrate=115200
bootargs=console=ttyS0,115200n8
bootcmd=run bootcmd_uenv; run dt_bootcmd_usb; run bootcmd_stock; reset
bootcmd_stock=setenv autoload n; setenv bootargs_stock &quot;root=ubi0:rootfs ubi.mtd=2,512 rootfstype=ubifs console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M&quot;; setenv poweroutage yes; setenv boot &quot;bootm 61000000&quot;; setenv bootcmd_stock_fw &quot;run set_bootargs_stock; run boot_nand&quot;; setenv boot bootm 61000000; setenv boot_nand &quot;run load_nand boot || run load_nand2 boot&quot;; setenv kernflmode s; setenv load_nand2 &quot;nboot 61000000 0 440000&quot;; setenv load_nand &quot;nboot 61000000 0 440000&quot;; setenv set_bootargs_stock &quot;setenv bootargs $bootargs_stock&quot;; setenv mainlinelinux no; run bootcmd_stock_fw
bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi
bootdelay=3
console=console=ttyS0,115200n8
devices=usb ide
dt_bootcmd_usb=usb start; run dt_usb_bootcmd; usb stop; reset
dt_bootm=bootm $uimage_addr $uinitrd_addr $dtb_addr
dt_load_dtb=ext2load usb 0:1 $dtb_addr /boot/dts/ox820-pogoplug-classic.dtb
dt_load_initrd=ext2load usb 0:1 $uinitrd_addr /boot/uInitrd
dt_load_uimage=ext2load usb 0:1 $uimage_addr /boot/uImage
dt_usb_boot=run dt_load_uimage; run dt_load_initrd; run dt_load_dtb; run dt_bootm
dt_usb_bootcmd=run usb_set_bootargs; run dt_usb_boot
dtb_addr=0x62c00000
dtb_file=/boot/dts/ox820-pogoplug-stg212.dtb
ethact=dwmac.40400000
ethaddr=5e:2b:15:71:ec:b6
if_netconsole=ping $serverip
ipaddr=192.168.0.222
mtdids=nand0=41000000.nand
mtdparts=mtdparts=41000000.nand:14m(boot),-(data)
preboot_nc=run if_netconsole start_netconsole
serverip=192.168.0.220
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version
stderr=serial
stdin=serial
stdout=serial
uenv_import=echo importing envs ...; env import -t 0x60500000
uenv_init_devices=setenv init_usb &quot;usb start&quot;;  setenv init_ide &quot;ide reset&quot;;  setenv init_mmc &quot;mmc rescan&quot;; for devtype in $devices; do run init_$devtype; done;
uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices;  do for disknum in 0; do run uenv_read_disk; done; done;
uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 0x60500000 /boot/uEnv.txt; then setenv uenv_loaded 1; fi
uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read;  fi; else if $devtype part $disknum; then run uenv_read; fi;  fi
uimage_addr=0x60500000
uinitrd_addr=0x60e00000
usb_device=0:1
usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10

Environment size: 2672/131068 bytes
OX820&gt; 

OX820&gt; reset
resetting ...

U-Boot SPL 2013.10-tld-4 (Sep 07 2014 - 14:10:12)
  Boot device: NAND
Attempting to set PLLA to 850 MHz ...
  plla_ctrl0 : 0000020a
  plla_ctrl1 : 00330000
  plla_ctrl2 : 0065008b
  plla_ctrl3 : 000000f1

PLLA Set


U-Boot 2015.10-tld-1 (Nov 21 2015 - 01:17:59 -0800)
OXNAS OX820

DRAM:  128 MiB
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   dwmac.40400000
Hit any key to stop autoboot:  0 
starting USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found

Reset IDE: SATA PHY not ready for device 0
ide_preinit failed

no USB devices available

no IDE devices available
** Bad device usb 0 **
** Bad device usb 0 **
** Bad device usb 0 **
Wrong Image Format for bootm command
ERROR: can&#039;t get kernel image!
stopping USB..
resetting ...</pre>
<br />
<pre class="bbcode">
OX820&gt; run bootcmd_stock

Loading from nand0, offset 0x440000
   Image Name:   Linux-2.6.31.14_SMP_820
   Created:      2012-07-13  12:14:49 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    5242768 Bytes = 5 MiB
   Load Address: 60008000
   Entry Point:  60008000
## Booting kernel from Legacy Image at 61000000 ...
   Image Name:   Linux-2.6.31.14_SMP_820
   Created:      2012-07-13  12:14:49 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    5242768 Bytes = 5 MiB
   Load Address: 60008000
   Entry Point:  60008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK

Starting kernel ...

Uncompressing Linux........................................................................................................................................................................................................................................................... done, booting the kernel.
Linux version 2.6.31.14_SMP_820 (root@Neo) (gcc version 4.3.2 (crosstool-NG-1.8.0) ) #2 SMP Fri Jul 13 20:14:45 CST 2012
CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5387f
CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
Machine: Oxsemi NAS
.......
</pre>]]></description>
            <dc:creator>dietgert</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 22 Jul 2017 03:52:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,35632#msg-35632</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,35632#msg-35632</link>
            <description><![CDATA[ dietgert,<br />
<br />
I&#039;ve put that in a code tag so we can see if it is one line.<br />
<br />
You can copy and paste in Debian. And then verify<br />
<br />
<pre class="bbcode">
fw_setenv bootcmd_stock &#039;setenv autoload n; setenv bootargs_stock &quot;root=ubi0:rootfs ubi.mtd=2,512 rootfstype=ubifs console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M&quot;; setenv poweroutage yes; setenv boot &quot;bootm 60500000&quot;; setenv bootcmd_stock_fw &quot;run set_bootargs_stock; run boot_nand&quot;; setenv boot bootm 60500000; setenv boot_nand &quot;run load_nand boot || run load_nand2 boot&quot;; setenv kernflmode s; setenv load_nand2 &quot;nboot 60500000 0 800000&quot;; setenv load_nand &quot;nboot 60500000 0 200000&quot;; setenv set_bootargs_stock &quot;setenv bootargs $bootargs_stock&quot;; setenv mainlinelinux no; run bootcmd_stock_fw&#039;</pre>
<br />
<br />
<pre class="bbcode">
fw_printenv bootcmd_stock</pre>
<br />
In serial console, the same thing.<br />
<br />
<pre class="bbcode">
setenv bootcmd_stock &#039;setenv autoload n; setenv bootargs_stock &quot;root=ubi0:rootfs ubi.mtd=2,512 rootfstype=ubifs console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M&quot;; setenv poweroutage yes; setenv boot &quot;bootm 60500000&quot;; setenv bootcmd_stock_fw &quot;run set_bootargs_stock; run boot_nand&quot;; setenv boot bootm 60500000; setenv boot_nand &quot;run load_nand boot || run load_nand2 boot&quot;; setenv kernflmode s; setenv load_nand2 &quot;nboot 60500000 0 800000&quot;; setenv load_nand &quot;nboot 60500000 0 200000&quot;; setenv set_bootargs_stock &quot;setenv bootargs $bootargs_stock&quot;; setenv mainlinelinux no; run bootcmd_stock_fw&#039;</pre>
<br />
<pre class="bbcode">
printenv bootcmd_stock
</pre>]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Fri, 21 Jul 2017 14:12:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,35629#msg-35629</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,35629#msg-35629</link>
            <description><![CDATA[ Hmm,<br />
<br />
how can i write the entire line:<br />
---------<br />
<pre class="bbcode">
fw_setenv bootcmd_stock &#039;setenv autoload n; setenv bootargs_stock &quot;root=ubi0:rootfs ubi.mtd=2,512 rootfstype=ubifs console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M&quot;; setenv poweroutage yes; setenv boot &quot;bootm 60500000&quot;; setenv bootcmd_stock_fw &quot;run set_bootargs_stock; run boot_nand&quot;; setenv boot bootm 60500000; setenv boot_nand &quot;run load_nand boot || run load_nand2 boot&quot;; setenv kernflmode s; setenv load_nand2 &quot;nboot 60500000 0 800000&quot;; setenv load_nand &quot;nboot 60500000 0 200000&quot;; setenv set_bootargs_stock &quot;setenv bootargs $bootargs_stock&quot;; setenv mainlinelinux no; run bootcmd_stock_fw&#039;</pre>
<br />
---------<br />
as ONE piece ?<br />
In debian as well in the uboot itself i am dropped to a &quot;&gt;&quot; shell when using copy and paste ..<br />
<br />
BR<br />
dietgert]]></description>
            <dc:creator>dietgert</dc:creator>
            <category>Rescue System</category>
            <pubDate>Fri, 21 Jul 2017 10:34:32 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,32544#msg-32544</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,32544#msg-32544</link>
            <description><![CDATA[ GeekSmith,<br />
<br />
&gt; I&#039;m going to start fiddling with a couple PogoPlug<br />
&gt; Mobiles next week and I see that the rescue system<br />
&gt; s for Kirkwood involve replacing the stock OS. Is<br />
&gt; there a reason for that? I&#039;m sure it&#039;s fun to do,<br />
&gt; and I get that. But is there any reason I couldn&#039;t<br />
&gt; use a similar approach to the Oxnas/PogoV3?<br />
<br />
Yes, you could. The reason I did not bother creating envs setup for Kirkwood because Jeff&#039;s Rescue System V2 works for the small Kirkwood plugs already (Pogo V4, Mobile, E02, Dockstar, GoFlex Home/Net).  And davygravy&#039;s V2.8 also supposed to work the same way.<br />
<br />
And later, bobafetthotmail also created a OpenWrt rescue system (beta version).<br />
<br />
In fact, I&#039;ve also built a new rescue system with a modern kernel as an exercise, but did not release it.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Tue, 07 Feb 2017 04:42:50 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,32515#msg-32515</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,32515#msg-32515</link>
            <description><![CDATA[ I&#039;ve followed these instructions to create a rescue system on both of my PogoPlug Pros -- works great!<br />
<br />
I&#039;m going to start fiddling with a couple PogoPlug Mobiles next week and I see that the rescue systems for Kirkwood involve replacing the stock OS. Is there a reason for that? I&#039;m sure it&#039;s fun to do, and I get that. But is there any reason I couldn&#039;t use a similar approach to the Oxnas/PogoV3?<br />
<br />
I figure it will work as long as the Kirkwood u-boot supports the same commands for scanning external storage and defaulting back to booting NVRAM. I&#039;ll do some more reading on the different rescue systems offered in the forum, maybe they&#039;re so cool I won&#039;t be able to resist using them ;)]]></description>
            <dc:creator>GeekSmith</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 04 Feb 2017 21:03:11 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,28010#msg-28010</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,28010#msg-28010</link>
            <description><![CDATA[ I&#039;ve updated the instruction (step 2) to get rid of the NAND checksum errors during stock OS  booting.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Fri, 13 May 2016 04:21:59 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,27483#msg-27483</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,27483#msg-27483</link>
            <description><![CDATA[ dexter Wrote:<br />
-------------------------------------------------------<br />
&gt; &gt;&gt; I figured it out.. It&#039;s set using the mac_adr <br />
&gt; &gt;&gt; variable under bootcmd_stock. <br />
&gt; <br />
&gt; &gt;Thanks dexter, did you change the bootcmd_stock<br />
&gt; to set that?<br />
&gt; <br />
&gt; &gt;-bodhi<br />
&gt; <br />
&gt; Yes, I did change bootcmd_stock to reflect the<br />
&gt; correct mac address, but it had no effect after a<br />
&gt; reboot.  The HWaddr for eth0 reported by ifconfig<br />
&gt; is still 00:30:E0:00:00:00 which is almost but not<br />
&gt; exactly the same as the<br />
&gt; mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 in the<br />
&gt; original bootcmd_stock earlier in this thread. <br />
&gt; <br />
&gt; The &quot;wrong&quot; mac_adr does match the bootargs line<br />
&gt; in blparam.txt saved from before the Uboot<br />
&gt; upgrade:<br />
&gt; bootargs=root=ubi0:rootfs ubi.mtd=2,512<br />
&gt; rootfstype=ubifs console=ttyS0,115200 elevator=cfq<br />
&gt; mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M<br />
&gt; poweroutage=yes<br />
&gt; <br />
&gt; I have tried altering this part of<br />
&gt; /etc/init.d/rcS<br />
&gt; <br />
&gt; if [ &quot;x$ethaddr&quot; != &quot;x&quot; ]; then <br />
&gt; 	ifconfig eth0 hw ether $ethaddr<br />
&gt; else<br />
&gt; if [ &quot;x$ceethhwaddr&quot; != &quot;x&quot; ]; then<br />
&gt; 	ifconfig eth0 hw ether $ceethhwaddr<br />
&gt; <br />
&gt; but no joy.  Could this be modified to fix?<br />
<br />
I&#039;m not sure I remember how with stock OS.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Thu, 07 Apr 2016 13:18:41 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,27330#msg-27330</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,27330#msg-27330</link>
            <description><![CDATA[ &gt;&gt; I figured it out.. It&#039;s set using the mac_adr <br />
&gt;&gt; variable under bootcmd_stock. <br />
<br />
&gt;Thanks dexter, did you change the bootcmd_stock to set that?<br />
<br />
&gt;-bodhi<br />
<br />
Yes, I did change bootcmd_stock to reflect the correct mac address, but it had no effect after a reboot.  The HWaddr for eth0 reported by ifconfig is still 00:30:E0:00:00:00 which is almost but not exactly the same as the mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 in the original bootcmd_stock earlier in this thread. <br />
<br />
The &quot;wrong&quot; mac_adr does match the bootargs line in blparam.txt saved from before the Uboot upgrade:<br />
bootargs=root=ubi0:rootfs ubi.mtd=2,512 rootfstype=ubifs console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M poweroutage=yes<br />
<br />
I have tried altering this part of /etc/init.d/rcS<br />
<br />
if [ &quot;x$ethaddr&quot; != &quot;x&quot; ]; then <br />
	ifconfig eth0 hw ether $ethaddr<br />
else<br />
if [ &quot;x$ceethhwaddr&quot; != &quot;x&quot; ]; then<br />
	ifconfig eth0 hw ether $ceethhwaddr<br />
<br />
but no joy.  Could this be modified to fix?]]></description>
            <dc:creator>dexter</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 03 Apr 2016 22:12:13 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,27314#msg-27314</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,27314#msg-27314</link>
            <description><![CDATA[ dexter Wrote:<br />
-------------------------------------------------------<br />
&gt; I figured it out..  It&#039;s set using the mac_adr<br />
&gt; variable under bootcmd_stock.<br />
<br />
Thanks dexter, did you change the bootcmd_stock to set that?]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 03 Apr 2016 15:25:41 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,27312#msg-27312</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,27312#msg-27312</link>
            <description><![CDATA[ I figured it out..  It&#039;s set using the mac_adr variable under bootcmd_stock.]]></description>
            <dc:creator>dexter</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 03 Apr 2016 15:12:36 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,27306#msg-27306</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,27306#msg-27306</link>
            <description><![CDATA[ I have installed the rescue system on my Pogoplug v3 and it works as advertised.  But in rescue mode, the ethernet mac address is set to 00:30:E0:00:00:00 which is different from the mac address on the foot.  Not a big problem, but it&#039;s the same on another v3 and if they were both in rescue mode, there would be a mac conflict.  <br />
<br />
Is there a way to set the rescue ethernet mac address to the address on the foot of the device?  I have it set correctly in printenv.  Thanks.]]></description>
            <dc:creator>dexter</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 03 Apr 2016 13:03:28 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,26419#msg-26419</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,26419#msg-26419</link>
            <description><![CDATA[ bodhi,<br />
<br />
Ok I will go through my uBoot envs again. I just realized I didn&#039;t copy my working env settings before I formatted my USB drive. I hope Chessplayer&#039;s env settings will work for me too. Thanks again for your help.<br />
<br />
-hachigo]]></description>
            <dc:creator>hachigo</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 05 Mar 2016 19:13:28 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,26418#msg-26418</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,26418#msg-26418</link>
            <description><![CDATA[ hachigo,<br />
<br />
&gt; Oh ok. Before I was able to ssh into it and also<br />
&gt; use the netconsole, but now I can&#039;t. I guess now I<br />
&gt; can only get into the stock OS with serial cable?<br />
&gt; <br />
<br />
Not true. It only means that your setup has some errors. Check the error about ethaddr above at the end of your log. If the installation in the 1st post was OK, then you can ssh into Pogo OS. Again, that&#039;s the goal, you must be able to ssh into it.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 05 Mar 2016 18:47:31 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,26417#msg-26417</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,26417#msg-26417</link>
            <description><![CDATA[ bodhi,<br />
<br />
Oh ok. Before I was able to ssh into it and also use the netconsole, but now I can&#039;t. I guess now I can only get into the stock OS with serial cable?<br />
<br />
I was also wondering if installing debian to the nand is still viable option. I came across this <a href="https://github.com/ingmar-k/Pogoplug_V3_Emdebian_Debian"  rel="nofollow">https://github.com/ingmar-k/Pogoplug_V3_Emdebian_Debian</a> while browsing other threads on this site and google.<br />
<br />
I&#039;d like to be able to ssh into my bare pogoplug pro with no USB or harddrives attached.<br />
<br />
thanks,<br />
hachigo]]></description>
            <dc:creator>hachigo</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 05 Mar 2016 18:35:22 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,26415#msg-26415</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,26415#msg-26415</link>
            <description><![CDATA[ hachigo,<br />
<br />
&gt; I was wondering if there was a Rescue System like<br />
&gt; Rescue v.2.8.2 for the pro. <b>My pogo pro doesn&#039;t<br />
&gt; boot into the stock pogo OS anymore</b>. Is there a<br />
&gt; replacement that has more features than the stock<br />
&gt; I could just flash over? Thanks again.<br />
<br />
It did. That was the purpose of this thread. You see a lot of errors during boot, but it did not prevent the stock kernel running.<br />
<br />
<pre class="bbcode">
[    0.000000] Linux version 2.6.31.6_SMP_820 (bdietrich@brad-ux) (gcc version 4.4.1 (Sourcery G++ Lite 2009q3-67) ) #71 SMP Tue Nov 30 12:05:09 PST 2010
[    0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5387f
[    0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[    0.000000] Machine: Oxsemi NAS</pre>
<br />
Shutdown, pull the USB drive out, power up, watch the stock kernel booting, and you should see the stock OS command line prompt like you did before.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 05 Mar 2016 18:24:11 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,26413#msg-26413</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,26413#msg-26413</link>
            <description><![CDATA[ hi bodhi,<br />
<br />
Success!!! thank you so much! This almost makes up for the exam I bombed this past Friday...<br />
<br />
How did you learn how to do all this stuff? lol. I gotta a lot of learning to do.<br />
<br />
If you don&#039;t mind, I have another question that got me into this mess of trying to boot from sata in the first place.<br />
<br />
I was wondering if there was a Rescue System like Rescue v.2.8.2 for the pro. My pogo pro doesn&#039;t boot into the stock pogo OS anymore. Is there a replacement that has more features than the stock I could just flash over? Thanks again.<br />
<br />
-hachigo]]></description>
            <dc:creator>hachigo</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 05 Mar 2016 18:06:41 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,26412#msg-26412</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,26412#msg-26412</link>
            <description><![CDATA[ hachigo,<br />
<br />
&gt; What does &quot; ## Error: &quot;dt_bootcmd_usb&quot; not<br />
&gt; defined&quot; mean? I&#039;m not sure what I&#039;m doing wrong.<br />
&gt; Also I didn&#039;t mean to steal the thread. Should I<br />
&gt; post in another post?<br />
<br />
Ah! I see, I&#039;ve missed that :). This is what was wrong.<br />
<br />
 In serial console:<br />
<br />
<pre class="bbcode">
setenv bootcmd &#039;run scan_disk; run set_bootargs; run bootcmd_exec; run bootcmd_stock; reset&#039;</pre>
<br />
and then <br />
<pre class="bbcode">
boot</pre>
<br />
After booting into Debian, to make it permanent:<br />
<pre class="bbcode">
fw_setenv bootcmd &#039;run scan_disk; run set_bootargs; run bootcmd_exec; run bootcmd_stock; reset&#039;
</pre>]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 05 Mar 2016 17:56:11 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,26410#msg-26410</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,26410#msg-26410</link>
            <description><![CDATA[ Hi bodhi,<br />
<br />
Hmm. What you suggested is what I did the the very first time, but it never booted. I just tried again what you suggested and still nothing.<br />
<br />
Just to be sure I&#039;m not screwing anything up here&#039;s what I did.<br />
<br />
On my ubuntu machine, I erased and reformatted my sata harddrive with fdisk. Created one 4GB primary partition. Then formatted to ext3 with the label &quot;rootfs&quot; using this command <pre class="bbcode">
mke2fs -L rootfs -j /dev/sdb1</pre>
<br />
I then un-tar the 3.17 Debian rootfs into that partition, issued a sync command. Powered off my PC, removed the sata drive and plugged it into the pogoplug pro and powered on the pogoplug pro.<br />
<br />
What does &quot; ## Error: &quot;dt_bootcmd_usb&quot; not defined&quot; mean? I&#039;m not sure what I&#039;m doing wrong. Also I didn&#039;t mean to steal the thread. Should I post in another post?<br />
<br />
Here is the bootup output from the serial console:<br />
<pre class="bbcode">
U-Boot SPL 2013.10-tld-4 (Sep 07 2014 - 14:10:12)
  Boot device: NAND
Attempting to set PLLA to 850 MHz ...
  plla_ctrl0 : 0000020a
  plla_ctrl1 : 00330000
  plla_ctrl2 : 0065008b
  plla_ctrl3 : 000000f1

PLLA Set


U-Boot 2015.10-tld-1 (Nov 21 2015 - 01:17:59 -0800)
OXNAS OX820

DRAM:  128 MiB
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   dwmac.40400000
Hit any key to stop autoboot:  0 
## Error: &quot;dt_bootcmd_usb&quot; not defined

Loading from nand0, offset 0x200000
   Image Name:   Linux-2.6.31.6_SMP_820
   Created:      2010-11-30  20:05:12 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2260628 Bytes = 2.2 MiB
   Load Address: 60008000
   Entry Point:  60008000
## Booting kernel from Legacy Image at 60500000 ...
   Image Name:   Linux-2.6.31.6_SMP_820
   Created:      2010-11-30  20:05:12 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2260628 Bytes = 2.2 MiB
   Load Address: 60008000
   Entry Point:  60008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK

Starting kernel ...

Uncompressing Linux................................................................................................................................... done, booting the kernel.
[    0.000000] Linux version 2.6.31.6_SMP_820 (bdietrich@brad-ux) (gcc version 4.4.1 (Sourcery G++ Lite 2009q3-67) ) #71 SMP Tue Nov 30 12:05:09 PST 2010
[    0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5387f
[    0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[    0.000000] Machine: Oxsemi NAS
[    0.000000] 1 memory region
[    0.000000] Ignoring unrecognised tag 0x00000000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: root=ubi0:rootfs ubi.mtd=2,512 rootfstype=ubifs console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M
[    0.000000] PID hash table entries: 512 (order: 9, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Memory: 128MB = 128MB total
[    0.000000] Memory: 125468KB available (3724K code, 275K data, 124K init, 0K highmem)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:96
[    0.000000] OX820_RPS_init_irq: interrupts 64 to 96
[    0.010000] Console: colour dummy device 80x30
[    0.010000] console [ttyS0] enabled
[    0.020000] Calibrating delay loop... 339.14 BogoMIPS (lpj=1695744)
[    0.240000] Security Framework initialized
[    0.240000] Mount-cache hash table entries: 512
[    0.250000] CPU: Testing write buffer coherency: ok
[    0.250000] Calibrating local timer... 425.50MHz.
[    0.320000] CPU1: Booted secondary processor
[    0.420000] Calibrating delay loop... 339.14 BogoMIPS (lpj=1695744)
[    0.630000] Brought up 2 CPUs
[    0.640000] SMP: Total of 2 processors activated (678.29 BogoMIPS).
[    0.650000] NET: Registered protocol family 16
[    0.650000] Number of DMA channels = 4, version = 4
[    0.660000] Reserving a DMA channel for DirectRAID
[    0.660000] Allocating 389 SRAM generic DMA descriptors
[    1.170000] PCIeA version/deviceID 082510b5
[    1.170000] PCIeB version/deviceID 082510b5
[    4.200000] ox820_pci_preinit() PCIEB link up timeout (00001814)
[    4.200000] ox820_pcie_setup_resources() Enabling PCIe Pre-Emphasis
[    4.210000] ox820_pciea_setup_resources() resource c781b2c0
[    4.210000] ox820_pciea_setup_resources()    io:      0x4be00000 - 0x4befffff
[    4.220000] ox820_pciea_setup_resources()    non-pre: 0x48000000 - 0x49ffffff
[    4.230000] ox820_pciea_setup_resources()    pre:     0x4a000000 - 0x4bdfffff
[    4.230000] PCI: bus0: Fast back to back transfers disabled
[    4.240000] PCI: bus1: Fast back to back transfers enabled
[    4.250000] bio: create slab &lt;bio-0&gt; at 0
[    4.260000] SCSI subsystem initialized
[    4.290000] NET: Registered protocol family 2
[    4.290000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[    4.300000] Switched to NOHz mode on CPU #0
[    4.300000] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    4.300000] Switched to NOHz mode on CPU #1
[    4.310000] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    4.320000] TCP: Hash tables configured (established 4096 bind 4096)
[    4.320000] TCP reno registered
[    4.330000] NET: Registered protocol family 1
[    4.330000] Create fragment cache
[    4.340000] fuse init (API version 7.12)
[    4.340000] msgmni has been set to 245
[    4.350000] alg: No test for stdrng (krng)
[    4.350000] io scheduler noop registered
[    4.360000] io scheduler anticipatory registered
[    4.360000] io scheduler deadline registered
[    4.370000] io scheduler cfq registered (default)
[    4.390000] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    4.390000] serial8250: ttyS0 at MMIO 0x44200000 (irq = 55) is a 16550A
[    4.410000] brd: module loaded
[    4.420000] loop: module loaded
[    4.420000] ox820sata: OX820 sata core.
[    4.420000] scsi0 : oxnassata
[    4.430000] scsi1 : oxnassata
[    4.430000] ata1: SATA max UDMA/133 irq 50
[    4.440000] ata2: SATA max UDMA/133 irq 50
[    4.440000] ox820sata: reseting SATA core
[    4.960000] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    4.960000] ata1.00: ATA-8: FUJITSU MHY2160BH, 0085000B, max UDMA/100
[    4.970000] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    4.980000] ata1.00: configured for UDMA/100
[    4.980000] ox820sata: reseting SATA core
[    5.690000] ata2: SATA link down (SStatus 0 SControl 300)
[    5.690000] scsi 0:0:0:0: Direct-Access     ATA      FUJITSU MHY2160B 0085 PQ: 0 ANSI: 5
[    5.700000] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    5.710000] sd 0:0:0:0: [sda] Write Protect is off
[    5.710000] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn&#039;t support DPO or FUA
[    5.720000] tun: Universal TUN/TAP device driver, 1.6
[    5.720000] tun: (C) 1999-2004 Max Krasnyansky &lt;maxk@qualcomm.com&gt;
[    5.720000] NAND: Page read time 40ms
[    5.720000] NAND device: Manufacturer ID: 0xad, Chip ID: 0xf1 (Hynix NAND 128MiB 3,3V 8-bit)
[    5.720000] Scanning device for bad blocks
[    5.780000] Creating 2 MTD partitions on &quot;NAND 128MiB 3,3V 8-bit&quot;:
[    5.790000] 0x000000000000-0x000000e00000 : &quot;boot&quot;
[    5.790000]  sda:
[    5.800000] 0x000000e00000-0x000008000000 : &quot;rootfs&quot;
[    5.800000] UBI: attaching mtd2 to ubi0
[    5.810000] UBI: physical eraseblock size:   131072 bytes (128 KiB)
[    5.810000] UBI: logical eraseblock size:    129024 bytes
[    5.820000] UBI: smallest flash I/O unit:    2048
[    5.820000] UBI: sub-page size:              512
[    5.830000] UBI: VID header offset:          512 (aligned 512)
[    5.830000] UBI: data offset:                2048
[    6.010000]  sda1
[    6.190000] UBI: attached mtd2 to ubi0
[    6.190000] UBI: MTD device name:            &quot;rootfs&quot;
[    6.200000] UBI: MTD device size:            114 MiB
[    6.200000] UBI: number of good PEBs:        912
[    6.210000] UBI: number of bad PEBs:         0
[    6.210000] UBI: max. allowed volumes:       128
[    6.210000] UBI: wear-leveling threshold:    4096
[    6.220000] UBI: number of internal volumes: 1
[    6.220000] UBI: number of user volumes:     1
[    6.230000] UBI: available PEBs:             0
[    6.230000] UBI: total number of reserved PEBs: 912
[    6.240000] UBI: number of PEBs reserved for bad PEB handling: 9
[    6.240000] UBI: max/mean erase counter: 2/0
[    6.250000] UBI: image sequence number: 0
[    6.250000] UBI: background thread &quot;ubi_bgt0d&quot; started, PID 285
[    6.260000] mice: PS/2 mouse device common for all mice
[    6.260000] TCP cubic registered
[    6.270000] NET: Registered protocol family 10
[    6.270000] NET: Registered protocol family 17
[    6.280000] RPC: Registered udp transport module.
[    6.280000] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.290000] RPC: Registered tcp transport module.
[    6.390000] UBIFS: recovery needed
[    6.520000] UBIFS: recovery completed
[    6.530000] UBIFS: mounted UBI device 0, volume 0, name &quot;rootfs&quot;
[    6.530000] UBIFS: file system size:   114573312 bytes (111888 KiB, 109 MiB, 888 LEBs)
[    6.540000] UBIFS: journal size:       9033728 bytes (8822 KiB, 8 MiB, 71 LEBs)
[    6.550000] UBIFS: media format:       w4/r0 (latest is w4/r0)
[    6.550000] UBIFS: default compressor: zlib
[    6.560000] UBIFS: reserved for root:  0 bytes (0 KiB)
[    6.560000] VFS: Mounted root (ubifs filesystem) on device 0:10.
[    6.570000] Freeing init memory: 124K
Too many bit errors @ 0xa0000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa0800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa1000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa1800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa2000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa2800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa3000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa3800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa4000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa4800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa5000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa5800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa6000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa6800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa7000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa7800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa8000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa8800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa9000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xa9800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xaa000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xaa800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xab000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xab800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xac000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xac800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xad000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xad800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xae000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xae800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xaf000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xaf800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb0000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb0800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb1000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb1800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb2000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb2800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb3000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb3800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb4000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb4800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb5000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb5800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb6000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb6800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb7000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb7800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb8000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb8800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb9000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xb9800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xba000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xba800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xbb000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xbb800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xbc000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xbc800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xbd000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xbd800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xbe000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xbe800 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xbf000 -- Can&#039;t correct!
PAGE DATA:
OOB:
Too many bit errors @ 0xbf800 -- Can&#039;t correct!
PAGE DATA:
OOB:
   -- Invalid CRC32 on parameters: 0x6e206369 != 0x27033e1f
/etc/init.d/rcS: /tmp/ethaddr: line 1: 00000380:: not found
/etc/init.d/rcS: /tmp/ethaddr: line 3: syntax error: EOF in backquote substitution</pre>
<br />
<br />
<br />
-Hachigo]]></description>
            <dc:creator>hachigo</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 05 Mar 2016 17:39:01 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,26408#msg-26408</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,26408#msg-26408</link>
            <description><![CDATA[ hachigo,<br />
<br />
The envs look fine. You can create the 3.17 Debian rootfs without changing anything (just tar it). Follow the instruction (extract it to a single partition type Ext3, as root user, and label it <b>rootfs</b>). That&#039;s it, no further change (don&#039;t embed the DTB).]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 05 Mar 2016 17:03:08 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,22570,26406#msg-26406</guid>
            <title>Re: Rescue System Pogo V3 - Using Stock Pogo V3 OS</title>
            <link>https://forum.doozan.com/read.php?4,22570,26406#msg-26406</link>
            <description><![CDATA[ Hi bodhi,<br />
<br />
Thanks for the help. I wasn&#039;t sure if you wanted the boot messages with the sata attached. It all looks like the matrix to me so I wasn&#039;t sure what&#039;s important. <br />
<br />
As a side note, I bought a second pogoplug hoping to get an e02 but got a pro instead. Arch has stopped support for pro model, so that is why I want to use debian.<br />
<br />
I want to use Debian rootfs. Since I&#039;m able to still use debian repositories to install packages.<br />
<br />
Here is the output from printenv:<br />
<pre class="bbcode">
bootcmd=run dt_bootcmd_usb; run bootcmd_stock; reset
bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm 0x60500000 0x60e00000 0x62c00000; else bootm 0x60500000 0x60e00000; fi; else if run load_dtb; then bootm 0x60500000 - 0x62c00000; else bootm 0x60500000; fi; fi
bootcmd_stock=setenv autoload n; setenv bootargs_stock &quot;root=ubi0:rootfs ubi.mtd=2,512 rootfstype=ubifs console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M&quot;; setenv poweroutage yes; setenv boot &quot;bootm 60500000&quot;; setenv bootcmd_stock_fw &quot;run set_bootargs_stock; run boot_nand&quot;; setenv boot bootm 60500000; setenv boot_nand &quot;run load_nand boot || run load_nand2 boot&quot;; setenv kernflmode s; setenv load_nand2 &quot;nboot 60500000 0 800000&quot;; setenv load_nand &quot;nboot 60500000 0 200000&quot;; setenv set_bootargs_stock &quot;setenv bootargs $bootargs_stock&quot;; setenv mainlinelinux no; run bootcmd_stock_fw
bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi
bootdelay=10
bootdev=usb
device=0:1
devices=usb ide
disks=0 1 2 3
dtb_file=/boot/dts/ox820-pogoplug-pro.dtb
ethact=dwmac.40400000
ethaddr=52:3b:20:9c:11:51
if_netconsole=ping $serverip
ipaddr=192.168.0.122
load_dtb=echo loading DTB $dtb_file ...; ext2load $bootdev $device 0x62c00000 $dtb_file
load_initrd=echo loading uInitrd ...; ext2load $bootdev $device 0x60e00000 /boot/uInitrd
load_uimage=echo loading uImage ...; ext2load $bootdev $device 0x60500000 /boot/uImage
mainlineLinux=yes
mtdids=nand0=41000000.nand
mtdparts=mtdparts=41000000.nand:14m(boot),-(data)
preboot=run preboot_nc
preboot_nc=setenv nc_ready 0; for pingstat in 1 2 3 4 5; do; sleep 1; if run if_netconsole; then setenv nc_ready 1; fi; done; if test $nc_ready -eq 1; then run start_netconsole; fi
scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb &quot;usb start&quot;;  setenv scan_ide &quot;ide reset&quot;;  setenv scan_mmc &quot;mmc rescan&quot;; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if ext2load $dev $disknum:1 0x60500000 /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done
serverip=192.168.0.238
set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
stderr=serial
stdin=serial
stdout=serial
uenv_import=echo importing envs ...; env import -t 0x60500000
uenv_init_devices=setenv init_usb &quot;usb start&quot;;  setenv init_ide &quot;ide reset&quot;;  setenv init_mmc &quot;mmc rescan&quot;; for devtype in $devices; do run init_$devtype; done;
uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices;  do for disknum in 0; do run uenv_read_disk; done; done;
uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 0x60500000 /boot/uEnv.txt; then setenv uenv_loaded 1; fi
uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read;  fi; else if $devtype part $disknum; then run uenv_read; fi;  fi
usb_custom_params=zswap.enabled=1
usb_ready_retry=15

Environment size: 3335/131068 bytes

</pre>]]></description>
            <dc:creator>hachigo</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 05 Mar 2016 16:54:44 -0600</pubDate>
        </item>
    </channel>
</rss>
