<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>revive Medion oxnas stg-212</title>
        <description>Hey guys, as i didn&#039;t succeed on openwrt-forums for now and you really seem familiar to my device, maybe someone is able to help me reviving my Medion NAS? :-) For now i think my problem could be mtd-related and there is no place to uncompress Linux?

I tried to &quot;factory reset&quot; my Medion NAS running OpenWrt for oxnas by re-flashing openwrt-oxnas-stg212-squashfs-ubinized.bin. Device didn&#039;t come up again, so i checked with serial and got:

[code]Starting kernel ...

Uncompressing Linux...

XZ-compressed data is corrupt

 -- System halted[/code]


After digging for 48 hours now i managed to update u-boot, but didn&#039;t manage to get any further booting at least into rescue or something else. Guess it&#039;s a pretty easy task for someone who knows what to do, but i&#039;m simply failing starting kernel from 0x62000000 - at least that&#039;s what i&#039;m thinking... My logs so far:

[code]Stage-1 Bootloader Thu Nov 24 19:20:59 CST 2011
Attempting to set PLLA to 750MHz ...
  plla_ctrl0 : 0x0000000A
  plla_ctrl1 : 0x000F0000
  plla_ctrl2 : 0x001D01A0
  plla_ctrl3 : 0x00000017
PLLA Set

Setup memory, testing, Image 0
  Hdr len: 0x0001A94C
  Hdr CRC: 0xF0019DAC
 OK


U-Boot 1.1.2 (Jun 24 2011 - 09:41:57)

U-Boot code: 60D00000 -&gt; 60D1A94C  BSS: -&gt; 60D1F004
RAM Configuration:
        Bank #0: 60000000 128 MB
SRAM Configuration:
        64KB at 0x50000000
NAND:128 MiB
In:    serial
Out:   serial
Err:   serial
Setting Linux mem= boot arg value
Hit any key to stop autoboot:  0[/code]


[code]$ printenv
bootdelay=2
baudrate=115200
autoload=n
bootfile=&quot;uImage&quot;
load_nand=nboot 61000000 0 440000
boot=bootm 61000000
boot_nand=run load_nand boot
MODEL_ID=AB03
PRODUCT_NAME=STG-212
VENDOR_NAME=MitraStar Technology Corp.
ethaddr=00:11:41:30:3A:12
boot_openwrt=nand read 0x64000000 0x440000 0x90000 ; go 64000000
filesize=85390
fileaddr=64000000
netmask=255.255.0.0
ipaddr=192.168.50.100
serverip=192.168.50.59
boot_stage2=nand read 0x64000000 0x440000 0x90000 ; go 64000000
bootcmd=run boot_stage2
stdin=serial
stdout=serial
stderr=serial
bootargs= console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M poweroutage=yes

Environment size: 639/131068 bytes[/code]


[code]$ run boot_stage2

NAND read: device 0 offset 0x440000, size 0x90000
 589824 bytes read: OK
## Starting application at 0x64000000 ...


U-Boot 2014.10 (Dec 08 2017 - 09:01:13) for OXNAS

DRAM:  128 MiB
NAND:  128 MiB
UBI: attaching mtd1 to ubi0
UBI: scanning is finished
UBI: attached mtd1 (name &quot;mtd=1&quot;, size 114 MiB) to ubi0
UBI: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 512
UBI: VID header offset: 512 (aligned 512), data offset: 2048
UBI: good PEBs: 911, bad PEBs: 1, corrupted PEBs: 0
UBI: user volume: 5, internal volumes: 1, max. volumes count: 128
UBI: max/mean erase counter: 76/43, WL threshold: 4096, image sequence number: 1342704460
UBI: available PEBs: 0, total reserved PEBs: 911, PEBs reserved for bad PEB handling: 19
In:    serial
Out:   serial
Err:   serial
Net:   dwmac.40400000
IDE:   SATA PHY not ready for device 0
SATA PHY not ready for device 1
ide_preinit failed
Hit any key to stop autoboot:  0[/code]


[code]OX820 # printenv
autoload=no
baudrate=115200
boot_dhcp=run load_kernel_dhcp &amp;&amp; run boot_kernel;
boot_kernel=bootm 0x62000000;
boot_openwrt=nand read 0x62000000 0x42000000 0x90000 ; go 62000000
boot_rescue=run load_kernel_rescue &amp;&amp; run boot_kernel;
boot_stage2=nand read 64000000 440000 90000; go 64000000
boot_ubi=run load_kernel_ubi &amp;&amp; run boot_kernel;
bootargs=console=ttyS0,115200n8 earlyprintk=serial
bootcmd=run boot_stage2
bootdelay=1
console=console=ttyS0,115200n8 earlyprintk=serial
ethact=dwmac.40400000
ethaddr=00:25:31:01:66:5F
fileaddr=64000000
filesize=420000
ipaddr=192.168.50.100
load_kernel_dhcp=dhcp 0x62000000 oxnas-rescue.bin;
load_kernel_rescue=nand read 0x62000000 0x4e0000 0x400000;
load_kernel_ubi=ubi readvol 0x62000000 kernel;
mtdids=nand0=41000000.nand
mtdparts=mtdparts=41000000.nand:14m(boot),-(data)
normalboot=run boot_ubi; run boot_rescue; run boot_dhcp;
serverip=192.168.50.59
stderr=serial
stdin=serial
stdout=serial

Environment size: 988/16379 bytes[/code]


[code]OX820 # run boot_ubi
Read 0 bytes from volume kernel to 62000000
No size specified -&gt; Using max size (1806336)
## Loading kernel from FIT Image at 62000000 ...
   Using &#039;config@1&#039; configuration
   Trying &#039;kernel@1&#039; kernel subimage
     Description:  ARM OpenWrt Linux-3.14.26
     Type:         Kernel Image
     Compression:  uncompressed
     Data Start:   0x620000e4
     Data Size:    1722608 Bytes = 1.6 MiB
     Architecture: ARM
     OS:           Linux
     Load Address: 0x60008000
     Entry Point:  0x60008000
     Hash algo:    crc32
     Hash value:   6611a8c8
     Hash algo:    sha1
     Hash value:   490849128e3c6fafd1fc54d5284bd978e626bcbc
   Verifying Hash Integrity ... crc32+ sha1+ OK
## Loading fdt from FIT Image at 62000000 ...
   Using &#039;config@1&#039; configuration
   Trying &#039;fdt@1&#039; fdt subimage
     Description:  ARM OpenWrt pogoplug-pro device tree blob
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0x621a4b0c
     Data Size:    6993 Bytes = 6.8 KiB
     Architecture: ARM
     Hash algo:    crc32
     Hash value:   15dce0d6
     Hash algo:    sha1
     Hash value:   08c70cb4db38f437b6000b26305b49052be3345a
   Verifying Hash Integrity ... crc32+ sha1+ OK
   Booting using the fdt blob at 0x621a4b0c
   Loading Kernel Image ... OK
   Loading Device Tree to 67e1d000, end 67e21b50 ... OK

Starting kernel ...

Uncompressing Linux...

XZ-compressed data is corrupt

 -- System halted[/code]

Any help much appreciated! I&#039;m able to tftp via LAN and already managed to flash and rescue like 4 years ago after compiling my own openwrt for that device, but almost forgot everything in the last 4 years... :-/ THX i.a.!</description>
        <link>https://forum.doozan.com/read.php?4,54044,54044#msg-54044</link>
        <lastBuildDate>Thu, 12 Mar 2026 22:15:11 -0500</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,136456#msg-136456</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,136456#msg-136456</link>
            <description><![CDATA[ &gt; with Oracle Java8. Running openjdk11-headless is<br />
&gt; working, but pretty slow and CPU hungry! Running<br />
&gt; Debian 11 now, so going back to an older version<br />
&gt; and trying again will be my task for tomorrow<br />
&gt; then. It&#039;s really crazy, if only I would come<br />
&gt; across my self compiled build from 2015 to check<br />
&gt; everything again... :-/ It&#039;s like the device don&#039;t<br />
&gt; want to become part of 2023. ;-)<br />
<br />
<br />
Of course that.<br />
<br />
Raspberry Pi uses an ARM central processor, which belongs to the ARMv6 architecture. <br />
The Raspbian Wheezy operating system uses the more efficient Hard float ABI, which uses hardware to handle floating point operations.<br />
<br />
But,  Debian-4.14.180-oxnas-tld-1-rootfs-bodhi.tar.bz2 compile to &#039;armel&#039; Arch, it is soft-float. <br />
Even Oracle Java/OpenJDK switch to &#039;ARMv6/ARMv7 Linux – VFP, HardFP ABI, Little Endian1&#039; , The OS can&#039;t support it .<br />
<br />
So, I gave up to use Java on akitio mycloud mini when it base on Debian-4.14.180-oxnas-tld-1-rootfs-bodhi.tar.bz2<br />
It is too slow , as slow as perl ......<br />
<br />
Update:<br />
<br />
Since ARMv6/ARMv7 become mainline, ARMv5 was droped ..... <br />
However , passing gone armhf for debian6/ArchLinuxArm/bodhi-linux ...<br />
always .... stop support ...! <br />
poor ARMv5 , it can be jvm accelerate.<br />
<br />
//sign ...<br />
<br />
So, make build by ourselves to armhf is the only way to support Java JVM accelerate]]></description>
            <dc:creator>Popo</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 18 Dec 2023 21:29:41 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,135058#msg-135058</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,135058#msg-135058</link>
            <description><![CDATA[ It&#039;s getting more and more wired. Although java -version states a running headless environment, starting an java based application leads to<br />
<pre class="bbcode">
DEBUG MESSAGE: Atomic load(jlong) unsupported on this platform</pre>
with Oracle Java8. Running openjdk11-headless is working, but pretty slow and CPU hungry! Running Debian 11 now, so going back to an older version and trying again will be my task for tomorrow then. It&#039;s really crazy, if only I would come across my self compiled build from 2015 to check everything again... :-/ It&#039;s like the device don&#039;t want to become part of 2023. ;-)]]></description>
            <dc:creator>alexinc</dc:creator>
            <category>Rescue System</category>
            <pubDate>Tue, 09 May 2023 16:04:41 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,135056#msg-135056</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,135056#msg-135056</link>
            <description><![CDATA[ With this type of problem, the best I can suggest is to stay with 4.14.198 for now if you run Debian. <br />
<br />
Don&#039;t know when I will build Debian kernel 5.15.x, but that&#039;s my plan.The EOL date for 5.15.x is Oct 2026, and it might get extended.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Tue, 09 May 2023 15:09:47 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,135055#msg-135055</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,135055#msg-135055</link>
            <description><![CDATA[ So it&#039;s kernel related!<br />
<br />
Since 5.x Java is crashing with<br />
<pre class="bbcode">
root@debian:~# /home/ejdk1.8.0_211/linux_arm_sflt/jre/bin/java -version
[  569.830438][  T419] 8&lt;--- cut here ---
[  569.834188][  T419] Unhandled fault: page domain fault (0x81b) at 0xb67b6000
[  569.841203][  T419] pgd = 2cb67a2d
[  569.844587][  T419] [b67b6000] *pgd=649e5831, *pte=631bb59f, *ppte=631bbe6e
[  569.851527][  T419] Internal error: : 81b [#1] PREEMPT SMP ARM
[  569.857328][  T419] Modules linked in: dwmac_generic gpio_keys_polled input_polldev i2c_gpio i2c_algo_bit ip_tables x_tables autofs4
[  569.869207][  T419] CPU: 1 PID: 419 Comm: java Not tainted 5.4.101-oxnas-tld-1 #1.0
[  569.876820][  T419] Hardware name: Generic DT based system
[  569.882293][  T419] PC is at v6_coherent_kern_range+0x4/0x2c
[  569.887933][  T419] LR is at arm_syscall+0x274/0x354
[  569.892871][  T419] pc : [&lt;c010e550&gt;]    lr : [&lt;c010647c&gt;]    psr: 20000013
[  569.899796][  T419] sp : c4823f88  ip : b67b6000  fp : be9f76c4
[  569.905684][  T419] r10: 00000000  r9 : c4822000  r8 : c01011e4
[  569.911575][  T419] r7 : 000f0002  r6 : b6d00000  r5 : c4822000  r4 : b67b7000
[  569.918763][  T419] r3 : 0054a000  r2 : c73b4560  r1 : b67b7000  r0 : b67b6000
[  569.925952][  T419] Flags: nzCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
[  569.933744][  T419] Control: 00c5787d  Table: 6520400a  DAC: 00000051
[  569.940149][  T419] Process java (pid: 419, stack limit = 0x0125160c)
[  569.946562][  T419] Stack: (0xc4823f88 to 0xc4824000)
[  569.951598][  T419] 3f80:                   000f0002 be9f7618 00000000 0000007d 000f0002 be9f7618
[  569.960432][  T419] 3fa0: 00000000 c0101000 000f0002 be9f7618 b67b6000 b6d00000 00000000 00000006
[  569.969267][  T419] 3fc0: 000f0002 be9f7618 00000000 000f0002 b67b6000 005653bc 01fc8370 be9f76c4
[  569.978101][  T419] 3fe0: 00000000 be9f7608 b6f407e4 b6f40800 60000010 b67b6000 00000000 00000000
[  569.986944][  T419] [&lt;c010e550&gt;] (v6_coherent_kern_range) from [&lt;c010647c&gt;] (arm_syscall+0x274/0x354)
[  569.996129][  T419] [&lt;c010647c&gt;] (arm_syscall) from [&lt;c0101000&gt;] (ret_fast_syscall+0x0/0x54)
[  570.004526][  T419] Exception stack(0xc4823fa8 to 0xc4823ff0)
[  570.010247][  T419] 3fa0:                   000f0002 be9f7618 b67b6000 b6d00000 00000000 00000006
[  570.019084][  T419] 3fc0: 000f0002 be9f7618 00000000 000f0002 b67b6000 005653bc 01fc8370 be9f76c4
[  570.027914][  T419] 3fe0: 00000000 be9f7608 b6f407e4 b6f40800
[  570.033638][  T419] Code: ee070f15 e12fff1e e12fff1e e3c0001f (ee070f3a)
[  570.040399][  T419] ---[ end trace ee06527a8ef4b907 ]---
Segmentation fault</pre>
With last 4.14.198 everything is working<br />
<pre class="bbcode">
root@debian:~# /home/ejdk1.8.0_211/linux_arm_sflt/jre/bin/java -version
java version &quot;1.8.0_211&quot;
Java(TM) SE Embedded Runtime Environment (build 1.8.0_211-b12, headless)
Java HotSpot(TM) Embedded Client VM (build 25.211-b12, mixed mode)</pre>
This also should declare why my self compiled OpenWRT builds are crashing running Java lately. So back to build environment! ;-)<br />
Btw. and just as a reminder, with 850MHz SPL i always had trouble building apt-get cache which doesn&#039;t happen with 800MHz SPL, but maybe i&#039;m trying to run 850MHz SPL with 4.x kernel again to rule out if it was kernel related too (what i can&#039;t imagine).]]></description>
            <dc:creator>alexinc</dc:creator>
            <category>Rescue System</category>
            <pubDate>Tue, 09 May 2023 07:45:07 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,135050#msg-135050</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,135050#msg-135050</link>
            <description><![CDATA[ Exactly this is my plan for tomorrow. ;-) Will let you know then.]]></description>
            <dc:creator>alexinc</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 08 May 2023 18:38:47 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,135049#msg-135049</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,135049#msg-135049</link>
            <description><![CDATA[ When in doubt, just run the Debian-4.14.180-oxnas-tld-1-rootfs-bodhi.tar.bz2  rootfs with 800Mhz. And then you&#039;ll can see if after a kernel upgrade if it was the culprit.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 08 May 2023 18:00:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,135047#msg-135047</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,135047#msg-135047</link>
            <description><![CDATA[ I&#039;m not in a hurry. Just noticed today, that on rescue disk (800MHz SPL and Debian Wheezy) Oracle Java headless embedded was starting just fine, no segmentation fault (which i get at self compiled OpenWRT right now too, btw.). Now i need to find out, if segmentation fault was caused by upgraded Debian or the last kernel update. Once again quite a few setups to check...]]></description>
            <dc:creator>alexinc</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 08 May 2023 17:37:07 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,135046#msg-135046</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,135046#msg-135046</link>
            <description><![CDATA[ &gt; <blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />
&gt; Perhaps the 2013 SPL and u-boot combo would work<br />
&gt; </div></blockquote>
&gt; <br />
&gt; It&#039;s also 800MHz SPL...<br />
<br />
Bummer! sounds like you should run stock u-boot and boot into Debian (in order to prove the theory that the overlock to 800/850Mhz  is causing problem).<br />
<br />
I did look at this u-boot seeing if I can rebuild, but the old code does not build with the GCC 12 currently installed in my development box.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 08 May 2023 17:32:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,135044#msg-135044</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,135044#msg-135044</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />
Perhaps the 2013 SPL and u-boot combo would work</div></blockquote>
<br />
It&#039;s also 800MHz SPL...]]></description>
            <dc:creator>alexinc</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 08 May 2023 08:02:22 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,135025#msg-135025</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,135025#msg-135025</link>
            <description><![CDATA[ &gt; is there any easy way to convert nand spl to disk<br />
&gt; spl first? would love to test sata boot with<br />
&gt; 750/725MHz first...<br />
<br />
Of course there is a way. But too much trouble for me to go back to old gcc compiler to build it.<br />
<br />
You have a rescue path with SATA boot already. So the best and easy way is just flasingh 2013 u-boot and SPL.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Wed, 03 May 2023 18:47:44 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,135020#msg-135020</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,135020#msg-135020</link>
            <description><![CDATA[ is there any easy way to convert nand spl to disk spl first? would love to test sata boot with 750/725MHz first...]]></description>
            <dc:creator>alexinc</dc:creator>
            <category>Rescue System</category>
            <pubDate>Wed, 03 May 2023 13:18:36 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,135017#msg-135017</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,135017#msg-135017</link>
            <description><![CDATA[ &gt; That&#039;s not that easy! I tried going back to stock<br />
&gt; SPL and keeping your latest uboot on NAND. It<br />
&gt; didn&#039;t work. SPL didn&#039;t manage to read/start uboot<br />
&gt; (that was already mentioned somewhere else in this<br />
&gt; forum - uboot 2013 is loading fine with stock SPL,<br />
&gt; uboot 2015 isn&#039;t loading at all). <br />
<br />
Perhaps the 2013 SPL and u-boot combo would work<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />
Updated 16 May 2014 <br />
<br />
I&#039;ve uploaded the 2013.10 u-Boot image for Pogoplug V3 Oxnas <br />
<br />
.....<br />
<br />
Download U-Boot image at Dropbox: <br />
<br />
uboot.2013.10-tld-3.ox820.bodhi.tar <br />
md5 <br />
c916498ff7396cc81c9c9aa0a2d714d3 <br />
<br />
This archive contains the following 3 files: <br />
<br />
uboot.spl.2013.10.ox820.mtd0.img <br />
uboot.2013.10-tld-3.ox820.mtd0.img <br />
pogopro_uboot_env.img</div></blockquote>
<br />
And you can keep the current envs on NAND as is, not need to reflash it.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Tue, 02 May 2023 18:19:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,135015#msg-135015</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,135015#msg-135015</link>
            <description><![CDATA[ &gt; The Pogoplug V3 can run at 850Mhz without problem.<br />
&gt; We have not seen report that this box might not<br />
&gt; work with the overclock SPL. That&#039;s why I wanted<br />
&gt; to see it running Debian.<br />
<br />
I found some postings in here, that mentioned instability and temperature issues with higher CPU speed, but all were like going back to stock or keeping the device out of its case (what I&#039;m doing right now too). With 800MHz i didn&#039;t get the apt cache instabilities again, but starting Java still leads to segmentation fault, so i guess 750MHz could be alright. Need to do some further testing with combinations that may work or not - see next point.<br />
<br />
&gt; That should not be a problem. You woud just<br />
&gt; flash_erase and nandwrite the SPL image to NAND.<br />
&gt; Or did I misundertsand what you said?<br />
<br />
That&#039;s not that easy! I tried going back to stock SPL and keeping your latest uboot on NAND. It didn&#039;t work. SPL didn&#039;t manage to read/start uboot (that was already mentioned somewhere else in this forum - uboot 2013 is loading fine with stock SPL, uboot 2015 isn&#039;t loading at all). On the other hand wrote warhead&#039;s 750SPL from his &quot;magic oxnas package&quot; to schnee&#039;s rescue disk, which starts my current Debian and this failed too. I guess it&#039;s caused by environment.bin or something else that relies on the stage1.wrapped coming with that rescue disk. I would need an 725/750Mhz SPL running on NAND with 2015 uboot or i need to setup Warhead&#039;s magic package, but with latest OXNAS kernels written to disk on first unformatted partition. It seems i cannot mix between those different packages and setups.]]></description>
            <dc:creator>alexinc</dc:creator>
            <category>Rescue System</category>
            <pubDate>Tue, 02 May 2023 17:59:28 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,135012#msg-135012</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,135012#msg-135012</link>
            <description><![CDATA[ alexinc,<br />
<br />
&gt; - segmentation faults and apt cache errors are<br />
&gt; related to spl being 850MHz! using dirty spl from<br />
&gt; &quot;rescue disk&quot; is running 800MHz and a bit more<br />
&gt; stable, but not enough, as stock spl is 725MHz.<br />
<br />
The Pogoplug V3 can run at 850Mhz without problem. We have not seen report that this box might not work with the overclock SPL. That&#039;s why I wanted to see it running Debian.<br />
<br />
&gt; now i&#039;m having the trouble that no one ever<br />
&gt; created spl with 725MHz nor 750MHz thats working<br />
&gt; with latest uboot and can be flashed on nand.<br />
<br />
If I can find the old SPL binary that I built before switching to 850Mhz I&#039;ll post here.<br />
<br />
&gt; stock spl can&#039;t be written on disk for running<br />
&gt; with uboot and debian rootfs and via versa.<br />
<br />
That should not be a problem. You woud just flash_erase and nandwrite the SPL image to NAND. Or did I misundertsand what you said?]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Tue, 02 May 2023 16:35:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,135011#msg-135011</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,135011#msg-135011</link>
            <description><![CDATA[ just some short news:<br />
<br />
- ext4 partition not read by uboot seems to be related to mkfs.ext4 ^64, so it gets formatted 32 bit.<br />
- segmentation faults and apt cache errors are related to spl being 850MHz! using dirty spl from &quot;rescue disk&quot; is running 800MHz and a bit more stable, but not enough, as stock spl is 725MHz. now i&#039;m having the trouble that no one ever created spl with 725MHz nor 750MHz thats working with latest uboot and can be flashed on nand. stock spl can&#039;t be written on disk for running with uboot and debian rootfs and via versa.]]></description>
            <dc:creator>alexinc</dc:creator>
            <category>Rescue System</category>
            <pubDate>Tue, 02 May 2023 16:04:18 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,134952#msg-134952</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,134952#msg-134952</link>
            <description><![CDATA[ OK. It&#039;s been too long ago, I can&#039;t remember how I built this NAND u-boot! so keep using Ext3.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Wed, 26 Apr 2023 14:55:59 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,134951#msg-134951</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,134951#msg-134951</link>
            <description><![CDATA[ so<br />
<pre class="bbcode">
mkfs.ext4 -E lazy_itable_init=0 -L rootfs /dev/sda1</pre>
didn&#039;t work out...<br />
<pre class="bbcode">
OX820&gt; ide reset

Reset IDE: Bus 0: OK
  Device 0: Model: Crucial_CT275MX300SSD1 Firm:  M0CR070 Ser#: 17251799E2D8
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 262321.6 MB = 256.1 GB (537234768 x 512)</pre>
<pre class="bbcode">
OX820&gt; ext4ls ide 0:1 /
&lt;DIR&gt;       4096 .
&lt;DIR&gt;       4096 ..
&lt;DIR&gt;      16384 lost+found
       196077630 Debian-4.14.180-oxnas-tld-1-rootfs-bodhi.tar.bz2
&lt;DIR&gt;       4096 opt
&lt;DIR&gt;          0 boot
&lt;DIR&gt;          0 sbin
&lt;DIR&gt;       4096 bin
&lt;DIR&gt;          0 mnt
&lt;DIR&gt;          0 root
&lt;DIR&gt;       4096 sys
&lt;DIR&gt;          0 media
&lt;DIR&gt;          0 srv
&lt;DIR&gt;          0 lib
&lt;DIR&gt;          0 dev
&lt;DIR&gt;          0 etc
&lt;DIR&gt;          0 tmp
&lt;DIR&gt;          0 var
&lt;DIR&gt;          0 proc
&lt;DIR&gt;          0 usr
&lt;DIR&gt;          0 run
&lt;DIR&gt;          0 home</pre>
<pre class="bbcode">
OX820&gt; ext4ls ide 0:1 /boot
OX820&gt;</pre>
not sure why it reads 1st level of folders but not their content. crazy... bin, sys, opt and lost+found were read - on another reboot just lost+found!? all have the same owner and user rights. mysterious!]]></description>
            <dc:creator>alexinc</dc:creator>
            <category>Rescue System</category>
            <pubDate>Wed, 26 Apr 2023 10:53:52 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,134949#msg-134949</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,134949#msg-134949</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Ext4 should work. Probably you did not format the Ext4 file system with &quot;lazy_itable_init=0&quot; option. Ext4 rootfs must be finalized before it can be used for booting.</strong><br />
</div></blockquote>
<br />
You&#039;re right of course. Didn&#039;t know that and will try asap.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Try<br />
apt-get clean<br />
dpkg --clear-avail<br />
apt-get update</strong><br />
</div></blockquote>
<br />
I tried already almost everything, also reinstalling apt-get, etc... it was always a big mess when apt-get tried to read/create index and mostly ended in crc error or segmentation fault. I&#039;m going for a new install and maybe just checking a bit before upgrading to bullseye!?<br />
<br />
Any hints how i can install Oracle jdk? I&#039;ve installed default-java package (openjdk) and BubbleUPnP Server was starting slow as hell. Not hoping that it&#039;s the CPU performance, but i&#039;m quite sure it wasn&#039;t nearly that slow when running on OpenWRT. So i guess it may be Java dependent? Also is it hardflow or softflow i would need? Still way to go, to set it up for daily use.]]></description>
            <dc:creator>alexinc</dc:creator>
            <category>Rescue System</category>
            <pubDate>Wed, 26 Apr 2023 00:49:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,134945#msg-134945</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,134945#msg-134945</link>
            <description><![CDATA[ &gt; also apt-get update often needs to be started, as<br />
&gt; apt cache quite often fails with segmentation<br />
&gt; fault or cache crc error!?<br />
<br />
Try<br />
<pre class="bbcode">
apt-get clean
dpkg --clear-avail
apt-get update
</pre>]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Tue, 25 Apr 2023 15:33:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,134944#msg-134944</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,134944#msg-134944</link>
            <description><![CDATA[ Looks good!<br />
<br />
&gt; Environment from<br />
&gt; &quot;uboot.2015.10-tld-2.ox820.bodhi.tar&quot; fitted to<br />
&gt; match ox820-stg212.dtb on SSD with just 1<br />
&gt; partition ext3 &quot;rootfs&quot;. <b>ext4 isn&#039;t<br />
&gt; working!</b> ext4ls lists folder structure but<br />
&gt; fails to list their contents, uImage, uInitrd and<br />
&gt; dtb can&#039;t be read - booting fails of course.<br />
<br />
Ext4 should work. Probably you did not format the Ext4 file system with &quot;lazy_itable_init=0&quot; option. Ext4 rootfs must be finalized before it can be used for booting.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Tue, 25 Apr 2023 14:49:59 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,134943#msg-134943</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,134943#msg-134943</link>
            <description><![CDATA[ i notice loosing network connection quite often<br />
<pre class="bbcode">
[ 5434.888911][ T3749] oxnas-dwmac 40400000.ethernet eth0: Link is Down
[ 5438.009594][ T3749] oxnas-dwmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off</pre>
also apt-get update often needs to be started, as apt cache quite often fails with segmentation fault or cache crc error!?]]></description>
            <dc:creator>alexinc</dc:creator>
            <category>Rescue System</category>
            <pubDate>Tue, 25 Apr 2023 04:57:52 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,134942#msg-134942</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,134942#msg-134942</link>
            <description><![CDATA[ just for references... :-)<br />
<br />
Stage1 (SPL) + U-Boot from &quot;uboot.2015.10-tld-2.ox820.bodhi.tar&quot; on NAND<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-2 (Oct 21 2017 - 22:00:02 -0700)
OXNAS OX820

DRAM:  128 MiB
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   dwmac.40400000
Hit any key to stop autoboot:  0</pre>
Environment from &quot;uboot.2015.10-tld-2.ox820.bodhi.tar&quot; fitted to match ox820-stg212.dtb on SSD with just 1 partition ext3 &quot;rootfs&quot;. <b>ext4 isn&#039;t working!</b> ext4ls lists folder structure but fails to list their contents, uImage, uInitrd and dtb can&#039;t be read - booting fails of course.<br />
<pre class="bbcode">
OX820&gt; printenv
bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec; 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_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi
bootdelay=3
bootdev=usb
device=0:1
devices=usb ide
disks=0 1 2 3
dtb_file=/boot/dts/ox820-stg212.dtb
ethact=dwmac.40400000
ethaddr=06:05:C2:E8:D1:88
if_netconsole=ping $serverip
ipaddr=192.168.0.10
load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device 0x62c00000 $dtb_file
load_initrd=echo loading uInitrd ...; load $bootdev $device 0x60e00000 /boot/uInitrd
load_uimage=echo loading uImage ...; load $bootdev $device 0x60500000 /boot/uImage
mainlineLinux=yes
mtdids=nand0=41000000.nand
mtdparts=mtdparts=41000000.nand-controller:14m(boot),-(data)
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 load $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.220
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 0x60510000  $filesize
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: 2723/131068 bytes</pre>
Booting &quot;Debian-4.14.180-oxnas-tld-1-rootfs-bodhi.tar.bz2&quot; incl. &quot;linux-5.4.224-oxnas-tld-1.bodhi.tar.bz2&quot; with swapfile, updated to Debian 11 bullseye from SSD on IDE 0:1 ext3 &quot;rootfs&quot;<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-2 (Oct 21 2017 - 22:00:02 -0700)
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: Bus 0: OK
  Device 0: Model: Crucial_CT275MX300SSD1 Firm:  M0CR070 Ser#: 17251799E2D8
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 262321.6 MB = 256.1 GB (537234768 x 512)

no USB devices available

Partition Map for IDE device 0  --   Partition Type: DOS

Part    Start Sector    Num Sectors     UUID            Type
  1     2048            537232720       81436d1c-01     83
loading envs from ide 0 ...
** File not found /boot/uEnv.txt **
running scan_disk ...
Scan device usb
device usb 0:1
** Bad device usb 0 **
device usb 1:1
** Bad device usb 1 **
device usb 2:1
** Bad device usb 2 **
device usb 3:1
** Bad device usb 3 **
Scan device ide

Reset IDE: Bus 0: OK
  Device 0: Model: Crucial_CT275MX300SSD1 Firm:  M0CR070 Ser#: 17251799E2D8
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 262321.6 MB = 256.1 GB (537234768 x 512)
device ide 0:1
1 bytes read in 7 ms (0 Bytes/s)
Found bootable drive on ide 0
loading uImage ...
5589656 bytes read in 716 ms (7.4 MiB/s)
loading uInitrd ...
6437498 bytes read in 827 ms (7.4 MiB/s)
loading DTB /boot/dts/ox820-stg212.dtb ...
9339 bytes read in 8 ms (1.1 MiB/s)
## Booting kernel from Legacy Image at 60500000 ...
   Image Name:   Linux-5.4.224-oxnas-tld-1
   Created:      2023-04-24  15:23:34 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    5589592 Bytes = 5.3 MiB
   Load Address: 60008000
   Entry Point:  60008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 60e00000 ...
   Image Name:   initramfs-5.4.224-oxnas-tld-1
   Created:      2023-04-24  16:00:40 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    6437434 Bytes = 6.1 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 67803000, end 67e26a3a ... OK
   Loading Device Tree to 677fd000, end 6780247a ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000][    T0] Booting Linux on physical CPU 0x0
[    0.000000][    T0] Linux version 5.4.224-oxnas-tld-1 (root@tldDebian) (gcc version 10.2.1 20210110 (Debian 10.2.1-6)) #1.0 SMP PREEMPT Mon Nov 14 15:48:26 PST 2022
[    0.000000][    T0] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d
[    0.000000][    T0] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000][    T0] OF: fdt: Machine model: MitraStar Technology Corp. STG-212
[    0.000000][    T0] Memory policy: Data cache writealloc
[    0.000000][    T0] percpu: Embedded 15 pages/cpu s30636 r8192 d22612 u61440
[    0.000000][    T0] Built 1 zonelists, mobility grouping on.  Total pages: 32512
[    0.000000][    T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=41000000.nand-controller:14m(boot),-(data)
[    0.000000][    T0] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000][    T0] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.000000][    T0] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000][    T0] Memory: 110672K/131072K available (8192K kernel code, 234K rwdata, 2068K rodata, 1024K init, 258K bss, 20400K reserved, 0K cma-reserved)
[    0.000000][    T0] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000][    T0] rcu: Preemptible hierarchical RCU implementation.
[    0.000000][    T0]  Tasks RCU enabled.
[    0.000000][    T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000][    T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000][    T0] FPGA IRQ chip 0 &quot;interrupt-controller&quot; @ (ptrval), 32 irqs, parent IRQ: 16
[    0.000017][    T0] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 21474835200ns
[    0.000048][    T0] clocksource: oxnas_rps_clocksource_timer: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 19112603332 ns
[    0.000064][    T0] timer_oxnas_rps: Registered clocksource rate 390625Hz
[    0.000092][    T0] timer_oxnas_rps: Registered clock event rate 6250000Hz prescaler 0 period 62500
[    0.000248][    T0] GIC: PPI13 is secure or misconfigured
[    0.000304][    T0] GIC: PPI13 is secure or misconfigured
[    0.000634][    T0] Console: colour dummy device 80x30
[    0.000706][    T0] Calibrating delay loop... 339.14 BogoMIPS (lpj=1695744)
[    0.050393][    T0] pid_max: default: 32768 minimum: 301
[    0.051100][    T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.051128][    T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.051394][    T0] *** VALIDATE tmpfs ***
[    0.052748][    T0] *** VALIDATE proc ***
[    0.052958][    T0] *** VALIDATE cgroup1 ***
[    0.052984][    T0] *** VALIDATE cgroup2 ***
[    0.053184][    T0] CPU: Testing write buffer coherency: ok
[    0.055680][    T1] Setting up static identity map for 0x60100000 - 0x60100038
[    0.056010][    T1] rcu: Hierarchical SRCU implementation.
[    0.057024][    T1] smp: Bringing up secondary CPUs ...
[    0.058273][    T0] GIC: PPI13 is secure or misconfigured
[    0.110661][    T1] smp: Brought up 1 node, 2 CPUs
[    0.110699][    T1] SMP: Total of 2 processors activated (678.29 BogoMIPS).
[    0.111866][    T1] devtmpfs: initialized
[    0.118525][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.118579][    T1] futex hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.118725][    T1] prandom: seed boundary self test passed
[    0.123025][    T1] prandom: 100 self tests passed
[    0.123046][    T1] pinctrl core: initialized pinctrl subsystem
[    0.125258][    T1] NET: Registered protocol family 16
[    0.127093][    T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.130135][    T1] cpuidle: using governor ladder
[    0.130211][    T1] cpuidle: using governor menu
[    6.081943][    T1] vgaarb: loaded
[    6.082890][    T1] SCSI subsystem initialized
[    6.083724][    T1] usbcore: registered new interface driver usbfs
[    6.083824][    T1] usbcore: registered new interface driver hub
[    6.083906][    T1] usbcore: registered new device driver usb
[    6.084147][    T1] pps_core: LinuxPPS API ver. 1 registered
[    6.084162][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti &lt;giometti@linux.it&gt;
[    6.084195][    T1] PTP clock support registered
[    6.086010][    T1] clocksource: Switched to clocksource oxnas_rps_clocksource_timer
[    6.086069][    T1] *** VALIDATE bpf ***
[    6.086599][    T1] *** VALIDATE ramfs ***
[    6.106621][    T1] NET: Registered protocol family 2
[    6.106880][    T1] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    6.107886][    T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    6.108188][    T1] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    6.108234][    T1] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    6.108270][    T1] TCP: Hash tables configured (established 1024 bind 1024)
[    6.108503][    T1] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    6.108556][    T1] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    6.108864][    T1] NET: Registered protocol family 1
[    6.110182][    T1] RPC: Registered named UNIX socket transport module.
[    6.110210][    T1] RPC: Registered udp transport module.
[    6.110223][    T1] RPC: Registered tcp transport module.
[    6.110236][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    6.110259][    T1] PCI: CLS 0 bytes, default 32
[    6.110714][    T1] Unpacking initramfs...
[    6.844464][    T1] Freeing initrd memory: 6288K
[    6.845824][    T1] Initialise system trusted keyrings
[    6.846195][    T1] Key type blacklist registered
[    6.846612][    T1] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[    6.860024][    T1] zbud: loaded
[    6.866104][    T1] NFS: Registering the id_resolver key type
[    6.866181][    T1] Key type id_resolver registered
[    6.866199][    T1] Key type id_legacy registered
[    6.866232][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    6.866250][    T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    6.866265][    T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    6.867729][    T1] fuse: init (API version 7.31)
[    6.868001][    T1] *** VALIDATE fuse ***
[    6.868029][    T1] *** VALIDATE fuse ***
[    6.868948][    T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[    6.869268][    T1] orangefs_init: module version upstream loaded
[    6.917921][    T1] Key type asymmetric registered
[    6.917957][    T1] Asymmetric key parser &#039;x509&#039; registered
[    6.918051][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    6.925386][    T1] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[    6.926983][    T1] printk: console [ttyS0] disabled
[    6.927162][    T1] 44200000.serial: ttyS0 at MMIO 0x44200000 (irq = 55, base_baud = 390625) is a 16550A
[    7.566814][    T1] printk: console [ttyS0] enabled
[    7.587381][    T1] loop: module loaded
[    7.593610][    T1] scsi host0: sata_oxnas
[    7.598535][    T1] ata1: SATA max UDMA/133 irq 57
[    7.603440][   T75] sata_oxnas: resetting SATA core
[    7.666242][    T1] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[    7.673267][    T1] nand: Hynix H27U1G8F2BTR-BC
[    7.677849][    T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    7.686192][    T1] Scanning device for bad blocks
[    7.695311][    T1] Bad eraseblock 54 at 0x0000006c0000
[    7.760005][    T1] Bad eraseblock 802 at 0x000006440000
[    7.770140][    T1] Bad eraseblock 863 at 0x000006be0000
[    7.788249][    T1] 2 cmdlinepart partitions found on MTD device 41000000.nand-controller
[    7.796421][    T1] Creating 2 MTD partitions on &quot;41000000.nand-controller&quot;:
[    7.803445][    T1] 0x000000000000-0x000000e00000 : &quot;boot&quot;
[    7.809909][    T1] 0x000000e00000-0x000008000000 : &quot;data&quot;
[    7.817505][    T1] oxnas-dwmac 40400000.ethernet: IRQ eth_lpi not found
[    7.824322][    T1] oxnas-dwmac 40400000.ethernet: PTP uses main clock
[    7.830904][    T1] oxnas-dwmac 40400000.ethernet: no reset control found
[    7.906401][    T1] oxnas-dwmac 40400000.ethernet: User ID: 0x12, Synopsys ID: 0x35
[    7.914042][    T1] oxnas-dwmac 40400000.ethernet:   DWMAC1000
[    7.919823][    T1] oxnas-dwmac 40400000.ethernet: DMA HW capability register supported
[    7.927820][    T1] oxnas-dwmac 40400000.ethernet: RX Checksum Offload Engine supported
[    7.935792][    T1] oxnas-dwmac 40400000.ethernet: COE Type 2
[    7.941537][    T1] oxnas-dwmac 40400000.ethernet: TX Checksum insertion supported
[    7.949107][    T1] oxnas-dwmac 40400000.ethernet: Wake-Up On Lan supported
[    7.956072][    T1] oxnas-dwmac 40400000.ethernet: Enhanced/Alternate descriptors
[    7.963535][    T1] oxnas-dwmac 40400000.ethernet: Enabled extended descriptors
[    7.970841][    T1] oxnas-dwmac 40400000.ethernet: Ring mode enabled
[    7.977200][    T1] oxnas-dwmac 40400000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    7.985725][    T1] oxnas-dwmac 40400000.ethernet: device MAC address ae:14:bb:64:9a:ea
[    8.038801][    T1] mdio_bus stmmac-0:00: attached PHY driver [unbound] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[    8.049021][    T1] mdio_bus stmmac-0:03: attached PHY driver [unbound] (mii_bus:phy_addr=stmmac-0:03, irq=POLL)
[    8.060244][    T1] PPP generic driver version 2.4.2
[    8.065523][    T1] ehci_hcd: USB 2.0 &#039;Enhanced&#039; Host Controller (EHCI) Driver
[    8.072803][    T1] ehci-pci: EHCI PCI platform driver
[    8.126064][   T75] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[    8.133222][   T75] ata1.00: supports DRM functions and may not be fully accessible
[    8.140922][   T75] ata1.00: ATA-10: Crucial_CT275MX300SSD1,  M0CR070, max UDMA/133
[    8.148590][   T75] ata1.00: 537234768 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    8.158315][   T75] ata1.00: supports DRM functions and may not be fully accessible
[    8.286069][    T1] oxnas-ehci 40200100.ehci: EHCI Host Controller
[    8.292272][    T1] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1
[    8.300904][    T1] oxnas-ehci 40200100.ehci: irq 52, io mem 0x40200100
[    8.336061][    T1] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00
[    8.343078][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    8.352071][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.359992][    T1] usb usb1: Product: EHCI Host Controller
[    8.365542][    T1] usb usb1: Manufacturer: Linux 5.4.224-oxnas-tld-1 ehci_hcd
[    8.372761][    T1] usb usb1: SerialNumber: 40200100.ehci
[    8.379136][    T1] hub 1-0:1.0: USB hub found
[    8.383641][    T1] hub 1-0:1.0: 2 ports detected
[    8.389742][    T1] usbcore: registered new interface driver cdc_wdm
[    8.396262][    T1] usbcore: registered new interface driver usb-storage
[    8.403238][    T1] usbcore: registered new interface driver usbserial_generic
[    8.410595][    T1] usbserial: USB Serial support registered for generic
[    8.417996][    T1] mousedev: PS/2 mouse device common for all mice
[    8.424371][    T1] i2c /dev entries driver
[    8.430254][    T1] hidraw: raw HID events driver (C) Jiri Kosina
[    8.436615][    T1] usbcore: registered new interface driver usbhid
[    8.442856][    T1] usbhid: USB HID core driver
[    8.449221][    T1] NET: Registered protocol family 10
[    8.456291][    T1] Segment Routing with IPv6
[    8.460736][    T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    8.469685][    T1] NET: Registered protocol family 17
[    8.475304][    T1] Key type dns_resolver registered
[    8.481016][    T1] registered taskstats version 1
[    8.485795][    T1] Loading compiled-in X.509 certificates
[    8.491586][    T1] zswap: loaded using pool lzo/zbud
[    8.497310][    T1] Key type ._fscrypt registered
[    8.502003][    T1] Key type .fscrypt registered
[    8.596582][    T1] Key type big_key registered
[    8.640622][    T1] Key type encrypted registered
[    8.649843][    T1] hctosys: unable to open rtc device (rtc0)
[   23.516088][   T75] ata1.00: qc timeout (cmd 0x47)
[   23.520865][   T75] sata_oxnas: resetting SATA core
[   23.867942][   T75] ata1.00: READ LOG DMA EXT failed, trying PIO
[   23.873932][   T75] ata1.00: ATA Identify Device Log not supported
[   23.880148][   T75] ata1.00: Security Log not supported
[   23.885376][   T75] ata1.00: configured for UDMA/133
[   23.890375][   T75] sata_oxnas: resetting SATA core
[   25.616061][   T75] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[   25.623203][   T75] ata1.00: supports DRM functions and may not be fully accessible
[   25.633231][   T75] ata1.00: supports DRM functions and may not be fully accessible
[   25.642933][   T75] ata1.00: configured for UDMA/133
[   25.648586][    T7] scsi 0:0:0:0: Direct-Access     ATA      Crucial_CT275MX3 R070 PQ: 0 ANSI: 5
[   25.658670][   T54] ata1.00: Enabling discard_zeroes_data
[   25.665049][   T54] sd 0:0:0:0: [sda] 537234768 512-byte logical blocks: (275 GB/256 GiB)
[   25.673433][   T54] sd 0:0:0:0: [sda] Write Protect is off
[   25.679214][   T54] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn&#039;t support DPO or FUA
[   25.690152][   T54] ata1.00: Enabling discard_zeroes_data
[   25.697382][   T54]  sda: sda1
[   25.702072][   T54] ata1.00: Enabling discard_zeroes_data
[   25.708807][   T54] sd 0:0:0:0: [sda] Attached SCSI disk
[   25.715668][    T1] Freeing unused kernel memory: 1024K
[   25.737297][    T1] Checked W+X mappings: passed, no W+X pages found
[   25.743633][    T1] Run /init as init process
Loading, please wait...
Starting version 247.3-7+deb11u1
[   26.488522][  T118] gpio-41 (i2c-gpio): enforced open drain please flag it properly in DT/ACPI DSDT/board file
[   26.488878][  T121] input: keys as /devices/platform/keys/input/input0
[   26.531870][  T118] gpio-42 (i2c-gpio): enforced open drain please flag it properly in DT/ACPI DSDT/board file
[   26.585052][  T118] i2c-gpio i2c-gpio: using lines 41 (SDA) and 42 (SCL)
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.
Begin: Will now check root file system ... fsck from util-linux 2.36.1
[/sbin/fsck.ext3 (1) -- /dev/sda1] fsck.ext3 -a -C0 /dev/sda1
rootfs: clean, 19000/16793600 files, 1871362/67154090 blocks
done.
[   37.364904][  T147] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   37.513815][  T147] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.96 booting
Using makefile-style concurrent boot in runlevel S.
Starting hotplug events dispatcher: systemd-udevd.
Synthesizing the initial hotplug events (subsystems)...done.
Synthesizing the initial hotplug events (devices)...done.
Waiting for /dev to be fully populated...done.
[   41.401538][  T440] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
Checking file systems...done.
Loading kernel modules...done.
Cleaning up temporary files... /tmp.
[   44.166062][  T708] Adding 524284k swap on /swapfile.  Priority:-2 extents:11 across:195181948k SSFS
Mounting local filesystems...done.
Activating swapfile swap, if any...done.
Cleaning up temporary files....
[   44.722352][  T795] random: dd: uninitialized urandom read (32 bytes read)
Starting Setting kernel variables: sysctl.
[   45.179911][  T836] oxnas-dwmac 40400000.ethernet eth0: PHY [stmmac-0:00] driver [Generic PHY]
[   45.193405][  T836] oxnas-dwmac 40400000.ethernet eth0: No Safety Features support found
[   45.201533][  T836] oxnas-dwmac 40400000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[   45.210949][  T836] oxnas-dwmac 40400000.ethernet eth0: registered PTP clock
[   45.218071][  T836] oxnas-dwmac 40400000.ethernet eth0: configuring for phy/rgmii link mode
Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit <a href="https://www.isc.org/software/dhcp/"  rel="nofollow">https://www.isc.org/software/dhcp/</a>

Listening on LPF/eth0/5a:ea:2e:cb:64:fd
Sending on   LPF/eth0/5a:ea:2e:cb:64:fd
Sending on   Socket/fallback
DHCPREQUEST for 192.168.0.214 on eth0 to 255.255.255.255 port 67
[   48.316733][  T838] oxnas-dwmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[   48.325685][  T838] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   51.200983][  T851] random: mktemp: uninitialized urandom read (6 bytes read)
[   51.283192][  T859] random: mktemp: uninitialized urandom read (6 bytes read)
DHCPREQUEST for 192.168.0.214 on eth0 to 255.255.255.255 port 67
DHCPACK of 192.168.0.214 from 192.168.0.1
invoke-rc.d: could not determine current runlevel
bound to 192.168.0.214 -- renewal in 335997 seconds.
done.
Starting RPC port mapper daemon: rpcbind.
Starting NFS common utilities: statd idmapd.
Cleaning up temporary files....
INIT: Entering runlevel: 2
Using makefile-style concurrent boot in runlevel 2.
Starting busybox&#039; syslogd implementation : syslogdStarting /sbin/syslogd...
992 (syslogd)
.
Starting NFS common utilities: statd idmapd.
[   53.431905][ T1048] random: dbus-daemon: uninitialized urandom read (12 bytes read)
Not starting NFS kernel daemon: no exports. ... (warning).
[   53.516718][ T1048] random: dbus-daemon: uninitialized urandom read (12 bytes read)
Starting system message bus: dbus.
Starting NTP server: ntpd.
[   53.938526][ T1083] random: avahi-daemon: uninitialized urandom read (4 bytes read)
Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
Starting busybox&#039; klogd implementation : klogdStarting /sbin/klogd...
1028 (klogd)
.
[   57.906334][    C1] random: crng init done
[   57.910425][    C1] random: 1 urandom warning(s) missed due to ratelimiting
Starting OpenBSD Secure Shell server: sshd.

Debian GNU/Linux 11 debian ttyS0

debian login:</pre>
<pre class="bbcode">
root@debian:~# cat /proc/cpuinfo
processor       : 0
model name      : ARMv6-compatible processor rev 5 (v6l)
BogoMIPS        : 339.14
Features        : half thumb fastmult edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xb02
CPU revision    : 5

processor       : 1
model name      : ARMv6-compatible processor rev 5 (v6l)
BogoMIPS        : 339.14
Features        : half thumb fastmult edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xb02
CPU revision    : 5

Hardware        : Generic DT based system
Revision        : 0000
Serial          : 0000000000000000</pre>
<pre class="bbcode">
root@debian:~# cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00e00000 00020000 &quot;boot&quot;
mtd1: 07200000 00020000 &quot;data&quot;</pre>
<pre class="bbcode">
root@debian:~# dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.4.224-oxnas-tld-1 (root@tldDebian) (gcc version 10.2.1 20210110 (Debian 10.2.1-6)) #1.0 SMP PREEMPT Mon Nov 14 15:48:26 PST 2022
[    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] OF: fdt: Machine model: MitraStar Technology Corp. STG-212
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 32768
[    0.000000]   Normal zone: 256 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 32768 pages, LIFO batch:7
[    0.000000] percpu: Embedded 15 pages/cpu s30636 r8192 d22612 u61440
[    0.000000] pcpu-alloc: s30636 r8192 d22612 u61440 alloc=15*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=41000000.nand-controller:14m(boot),-(data)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000] Memory: 110672K/131072K available (8192K kernel code, 234K rwdata, 2068K rodata, 1024K init, 258K bss, 20400K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000]  Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] FPGA IRQ chip 0 &quot;interrupt-controller&quot; @ (ptrval), 32 irqs, parent IRQ: 16
[    0.000017] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 21474835200ns
[    0.000048] clocksource: oxnas_rps_clocksource_timer: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 19112603332 ns
[    0.000064] timer_oxnas_rps: Registered clocksource rate 390625Hz
[    0.000092] timer_oxnas_rps: Registered clock event rate 6250000Hz prescaler 0 period 62500
[    0.000248] GIC: PPI13 is secure or misconfigured
[    0.000304] GIC: PPI13 is secure or misconfigured
[    0.000634] Console: colour dummy device 80x30
[    0.000706] Calibrating delay loop... 339.14 BogoMIPS (lpj=1695744)
[    0.050393] pid_max: default: 32768 minimum: 301
[    0.051100] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.051128] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.051394] *** VALIDATE tmpfs ***
[    0.052748] *** VALIDATE proc ***
[    0.052958] *** VALIDATE cgroup1 ***
[    0.052984] *** VALIDATE cgroup2 ***
[    0.053184] CPU: Testing write buffer coherency: ok
[    0.055680] Setting up static identity map for 0x60100000 - 0x60100038
[    0.056010] rcu: Hierarchical SRCU implementation.
[    0.057024] smp: Bringing up secondary CPUs ...
[    0.058273] GIC: PPI13 is secure or misconfigured
[    0.110661] smp: Brought up 1 node, 2 CPUs
[    0.110699] SMP: Total of 2 processors activated (678.29 BogoMIPS).
[    0.111866] devtmpfs: initialized
[    0.118525] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.118579] futex hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.118725] prandom: seed boundary self test passed
[    0.123025] prandom: 100 self tests passed
[    0.123046] pinctrl core: initialized pinctrl subsystem
[    0.125258] NET: Registered protocol family 16
[    0.127093] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.130135] cpuidle: using governor ladder
[    0.130211] cpuidle: using governor menu
[    6.081943] vgaarb: loaded
[    6.082890] SCSI subsystem initialized
[    6.083315] libata version 3.00 loaded.
[    6.083724] usbcore: registered new interface driver usbfs
[    6.083824] usbcore: registered new interface driver hub
[    6.083906] usbcore: registered new device driver usb
[    6.084147] pps_core: LinuxPPS API ver. 1 registered
[    6.084162] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti &lt;giometti@linux.it&gt;
[    6.084195] PTP clock support registered
[    6.086010] clocksource: Switched to clocksource oxnas_rps_clocksource_timer
[    6.086069] *** VALIDATE bpf ***
[    6.086599] *** VALIDATE ramfs ***
[    6.106621] NET: Registered protocol family 2
[    6.106880] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    6.107886] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    6.108188] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    6.108234] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    6.108270] TCP: Hash tables configured (established 1024 bind 1024)
[    6.108503] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    6.108556] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    6.108864] NET: Registered protocol family 1
[    6.110182] RPC: Registered named UNIX socket transport module.
[    6.110210] RPC: Registered udp transport module.
[    6.110223] RPC: Registered tcp transport module.
[    6.110236] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    6.110259] PCI: CLS 0 bytes, default 32
[    6.110714] Unpacking initramfs...
[    6.844464] Freeing initrd memory: 6288K
[    6.845824] Initialise system trusted keyrings
[    6.846195] Key type blacklist registered
[    6.846612] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[    6.860024] zbud: loaded
[    6.866104] NFS: Registering the id_resolver key type
[    6.866181] Key type id_resolver registered
[    6.866199] Key type id_legacy registered
[    6.866232] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    6.866250] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    6.866265] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    6.867729] fuse: init (API version 7.31)
[    6.868001] *** VALIDATE fuse ***
[    6.868029] *** VALIDATE fuse ***
[    6.868948] orangefs_debugfs_init: called with debug mask: :none: :0:
[    6.869268] orangefs_init: module version upstream loaded
[    6.917921] Key type asymmetric registered
[    6.917957] Asymmetric key parser &#039;x509&#039; registered
[    6.918051] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    6.925386] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[    6.926983] printk: console [ttyS0] disabled
[    6.927162] 44200000.serial: ttyS0 at MMIO 0x44200000 (irq = 55, base_baud = 390625) is a 16550A
[    7.566814] printk: console [ttyS0] enabled
[    7.587381] loop: module loaded
[    7.593610] scsi host0: sata_oxnas
[    7.598535] ata1: SATA max UDMA/133 irq 57
[    7.603440] sata_oxnas: resetting SATA core
[    7.666242] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[    7.673267] nand: Hynix H27U1G8F2BTR-BC
[    7.677849] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    7.686192] Scanning device for bad blocks
[    7.695311] Bad eraseblock 54 at 0x0000006c0000
[    7.760005] Bad eraseblock 802 at 0x000006440000
[    7.770140] Bad eraseblock 863 at 0x000006be0000
[    7.788249] 2 cmdlinepart partitions found on MTD device 41000000.nand-controller
[    7.796421] Creating 2 MTD partitions on &quot;41000000.nand-controller&quot;:
[    7.803445] 0x000000000000-0x000000e00000 : &quot;boot&quot;
[    7.809909] 0x000000e00000-0x000008000000 : &quot;data&quot;
[    7.817505] oxnas-dwmac 40400000.ethernet: IRQ eth_lpi not found
[    7.824322] oxnas-dwmac 40400000.ethernet: PTP uses main clock
[    7.830904] oxnas-dwmac 40400000.ethernet: no reset control found
[    7.906401] oxnas-dwmac 40400000.ethernet: User ID: 0x12, Synopsys ID: 0x35
[    7.914042] oxnas-dwmac 40400000.ethernet:   DWMAC1000
[    7.919823] oxnas-dwmac 40400000.ethernet: DMA HW capability register supported
[    7.927820] oxnas-dwmac 40400000.ethernet: RX Checksum Offload Engine supported
[    7.935792] oxnas-dwmac 40400000.ethernet: COE Type 2
[    7.941537] oxnas-dwmac 40400000.ethernet: TX Checksum insertion supported
[    7.949107] oxnas-dwmac 40400000.ethernet: Wake-Up On Lan supported
[    7.956072] oxnas-dwmac 40400000.ethernet: Enhanced/Alternate descriptors
[    7.963535] oxnas-dwmac 40400000.ethernet: Enabled extended descriptors
[    7.970841] oxnas-dwmac 40400000.ethernet: Ring mode enabled
[    7.977200] oxnas-dwmac 40400000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    7.985725] oxnas-dwmac 40400000.ethernet: device MAC address ae:14:bb:64:9a:ea
[    8.038801] mdio_bus stmmac-0:00: attached PHY driver [unbound] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[    8.049021] mdio_bus stmmac-0:03: attached PHY driver [unbound] (mii_bus:phy_addr=stmmac-0:03, irq=POLL)
[    8.060244] PPP generic driver version 2.4.2
[    8.065523] ehci_hcd: USB 2.0 &#039;Enhanced&#039; Host Controller (EHCI) Driver
[    8.072803] ehci-pci: EHCI PCI platform driver
[    8.126064] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[    8.133222] ata1.00: supports DRM functions and may not be fully accessible
[    8.140922] ata1.00: ATA-10: Crucial_CT275MX300SSD1,  M0CR070, max UDMA/133
[    8.148590] ata1.00: 537234768 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    8.158315] ata1.00: supports DRM functions and may not be fully accessible
[    8.286069] oxnas-ehci 40200100.ehci: EHCI Host Controller
[    8.292272] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1
[    8.300904] oxnas-ehci 40200100.ehci: irq 52, io mem 0x40200100
[    8.336061] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00
[    8.343078] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    8.352071] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.359992] usb usb1: Product: EHCI Host Controller
[    8.365542] usb usb1: Manufacturer: Linux 5.4.224-oxnas-tld-1 ehci_hcd
[    8.372761] usb usb1: SerialNumber: 40200100.ehci
[    8.379136] hub 1-0:1.0: USB hub found
[    8.383641] hub 1-0:1.0: 2 ports detected
[    8.389742] usbcore: registered new interface driver cdc_wdm
[    8.396262] usbcore: registered new interface driver usb-storage
[    8.403238] usbcore: registered new interface driver usbserial_generic
[    8.410595] usbserial: USB Serial support registered for generic
[    8.417996] mousedev: PS/2 mouse device common for all mice
[    8.424371] i2c /dev entries driver
[    8.430254] hidraw: raw HID events driver (C) Jiri Kosina
[    8.436615] usbcore: registered new interface driver usbhid
[    8.442856] usbhid: USB HID core driver
[    8.449221] NET: Registered protocol family 10
[    8.456291] Segment Routing with IPv6
[    8.460736] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    8.469685] NET: Registered protocol family 17
[    8.475304] Key type dns_resolver registered
[    8.481016] registered taskstats version 1
[    8.485795] Loading compiled-in X.509 certificates
[    8.491586] zswap: loaded using pool lzo/zbud
[    8.497310] Key type ._fscrypt registered
[    8.502003] Key type .fscrypt registered
[    8.596582] Key type big_key registered
[    8.640622] Key type encrypted registered
[    8.649843] hctosys: unable to open rtc device (rtc0)
[   23.516088] ata1.00: qc timeout (cmd 0x47)
[   23.520865] sata_oxnas: resetting SATA core
[   23.867942] ata1.00: READ LOG DMA EXT failed, trying PIO
[   23.873932] ata1.00: ATA Identify Device Log not supported
[   23.880148] ata1.00: Security Log not supported
[   23.885376] ata1.00: configured for UDMA/133
[   23.890375] sata_oxnas: resetting SATA core
[   25.616061] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[   25.623203] ata1.00: supports DRM functions and may not be fully accessible
[   25.633231] ata1.00: supports DRM functions and may not be fully accessible
[   25.642933] ata1.00: configured for UDMA/133
[   25.648586] scsi 0:0:0:0: Direct-Access     ATA      Crucial_CT275MX3 R070 PQ: 0 ANSI: 5
[   25.658670] ata1.00: Enabling discard_zeroes_data
[   25.665049] sd 0:0:0:0: [sda] 537234768 512-byte logical blocks: (275 GB/256 GiB)
[   25.673433] sd 0:0:0:0: [sda] Write Protect is off
[   25.678978] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   25.679214] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn&#039;t support DPO or FUA
[   25.690152] ata1.00: Enabling discard_zeroes_data
[   25.697382]  sda: sda1
[   25.702072] ata1.00: Enabling discard_zeroes_data
[   25.708807] sd 0:0:0:0: [sda] Attached SCSI disk
[   25.715668] Freeing unused kernel memory: 1024K
[   25.737297] Checked W+X mappings: passed, no W+X pages found
[   25.743633] Run /init as init process
[   26.488522] gpio-41 (i2c-gpio): enforced open drain please flag it properly in DT/ACPI DSDT/board file
[   26.488878] input: keys as /devices/platform/keys/input/input0
[   26.531870] gpio-42 (i2c-gpio): enforced open drain please flag it properly in DT/ACPI DSDT/board file
[   26.585052] i2c-gpio i2c-gpio: using lines 41 (SDA) and 42 (SCL)
[   37.364904] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   37.513815] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   41.401538] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   44.166062] Adding 524284k swap on /swapfile.  Priority:-2 extents:11 across:195181948k SSFS
[   44.722352] random: dd: uninitialized urandom read (32 bytes read)
[   45.179911] oxnas-dwmac 40400000.ethernet eth0: PHY [stmmac-0:00] driver [Generic PHY]
[   45.193405] oxnas-dwmac 40400000.ethernet eth0: No Safety Features support found
[   45.201533] oxnas-dwmac 40400000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[   45.210949] oxnas-dwmac 40400000.ethernet eth0: registered PTP clock
[   45.218071] oxnas-dwmac 40400000.ethernet eth0: configuring for phy/rgmii link mode
[   48.316733] oxnas-dwmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[   48.325685] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   51.200983] random: mktemp: uninitialized urandom read (6 bytes read)
[   51.283192] random: mktemp: uninitialized urandom read (6 bytes read)
[   53.431905] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[   53.516718] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[   53.938526] random: avahi-daemon: uninitialized urandom read (4 bytes read)
[   57.906334] random: crng init done
[   57.910425] random: 1 urandom warning(s) missed due to ratelimiting</pre>
anything missing? ;-)]]></description>
            <dc:creator>alexinc</dc:creator>
            <category>Rescue System</category>
            <pubDate>Tue, 25 Apr 2023 03:02:03 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,134920#msg-134920</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,134920#msg-134920</link>
            <description><![CDATA[ ok, got it! ;-)<br />
<pre class="bbcode">
<b>[    9.325304] Please append a correct &quot;root=&quot; boot option; here are the available partitions:</b></pre>
<pre class="bbcode">
setenv bootargs &quot;console=ttyS0,115200n8 root=/dev/sda2 rootdelay=3 rootfstype=ext2&quot;
</pre>]]></description>
            <dc:creator>alexinc</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 22 Apr 2023 18:09:52 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,134918#msg-134918</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,134918#msg-134918</link>
            <description><![CDATA[ The bootm has various formats.<br />
<br />
These 2 formats must have the DTB embbeded in uImage.<br />
<pre class="bbcode">
bootm $uimage_address
bootm $uimage_address $uinitrd_address</pre>
<br />
These 2 must have the DTB loaded at $dtb_address. And the uImage must not have the DTB embedded in it.<br />
<pre class="bbcode">
bootm $uimage_address $uinitrd_address $dtb_address
bootm $uimage_address - $dtb_address</pre>
<br />
The bottom line is the DTB must be used in booting, whether separately loaded or embedded in uImage, but not both.<br />
<br />
So before booting, interupt serial console and <br />
<pre class="bbcode">
printenv</pre>
If the kernel kernel stops booting at that &quot;Kernel panic - not syncing: VFS: Unable to mount root&quot;, then recheck your uImage and the u-boot envs being used for booting. Checking uImage is easy just list the /boot folder and see which version is being used.<br />
<pre class="bbcode">
ls -lart /boot
</pre>]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 22 Apr 2023 16:47:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,134917#msg-134917</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,134917#msg-134917</link>
            <description><![CDATA[ without appending DTM should be like:<br />
<pre class="bbcode">
OX820 # ext2load ide 0:2 60000000 /boot/uImage 
4600448 bytes read in 611 ms (7.2 MiB/s)
OX820 # bootm 60000000
## Booting kernel from Legacy Image at 60000000 ...
   Image Name:   Linux-4.14.180-oxnas-tld-1
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4600384 Bytes = 4.4 MiB
   Load Address: 60008000
   Entry Point:  60008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.

Error: unrecognized/unsupported machine ID (r1 = 0x00000480).

Available machine support:

ID (hex)        NAME
ffffffff        Generic DT based system

Please check your kernel config and/or bootloader.</pre>
or<br />
<pre class="bbcode">
OX820 # ext2load ide 0:2 60000000 /boot/uImage
4600448 bytes read in 611 ms (7.2 MiB/s)
OX820 # ext2load ide 0:2 61000000 /boot/dts/ox820-stg212.dtb
9479 bytes read in 7 ms (1.3 MiB/s)
OX820 # bootm 60000000 - 61000000
## Booting kernel from Legacy Image at 60000000 ...
   Image Name:   Linux-4.14.180-oxnas-tld-1
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4600384 Bytes = 4.4 MiB
   Load Address: 60008000
   Entry Point:  60008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 61000000
   Booting using the fdt blob at 0x61000000
   Loading Kernel Image ... OK
   Loading Device Tree to 67e26000, end 67e2b506 ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.180-oxnas-tld-1 (root@tldDebian) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PREEMPT Wed May 13 02:38:34 PDT 2020
[    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] OF: fdt: Machine model: MitraStar Technology Corp. STG-212</pre>
leads to same kernel panic (unable to mount rootfs).]]></description>
            <dc:creator>alexinc</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 22 Apr 2023 16:11:42 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,134916#msg-134916</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,134916#msg-134916</link>
            <description><![CDATA[ thats what i instantly did already this afternoon. i got this even before posting my last posts, but as results were the same, i thought it wouldn&#039;t be that essential. ;-)<br />
<br />
the question is now, where is the difference between Debian-3.17.0-oxnas-tld-1-rootfs-bodhi.tar.bz2 and Debian-4.14.180-oxnas-tld-1-rootfs-bodhi.tar.bz2 when both just got decompressed to rootfs partition with almost same envs, besides 3.17 linking to /boot/dts/pogoplus-classic.dtb and 4.14 linking to /boot/dts/ox820-stg212.dtb? (linking 4.14 to /boot/dts/pogoplus-classic.dtb crashes too). why mounts the older kernel rootfs and the newer doesn&#039;t!?]]></description>
            <dc:creator>alexinc</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 22 Apr 2023 16:08:50 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,134915#msg-134915</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,134915#msg-134915</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />here is, what i didn&#039;t expect. booting from sata with &quot;schnee&#039;s rescue disk&quot;. 3 partitions &quot;BOOT&quot; (vfat), &quot;rootfs&quot; (ext2), &quot;home&quot; (ext2) and stock u-boot. deleted all files on &quot;rootfs&quot; after successful first boot (Debian 3.17.0) which then crashed after automatic upgrade to kernel 4.1.0! <br />
extracted Debian-4.14.180-oxnas-tld-1-rootfs-bodhi.tar.bz2 to empty &quot;rootfs&quot; <span style="color:#FF0000">and created uImage with embedded DTB for oxnas820-stg212</span>. <br />
<br />
U-Boot 2013.10-ga72eb8f-dirty (Feb 19 2014 - 15:21:12) for OXNAS<br />
<br />
DRAM:  128 MiB<br />
IDE:   Bus 0: OK<br />
  Device 0: Model: Crucial_CT275MX300SSD1 Firm:  M0CR070 Ser#: 17251799E2D8<br />
            Type: Hard Disk<br />
            Supports 48-bit addressing<br />
            Capacity: 262321.6 MB = 256.1 GB (537234768 x 512)<br />
NAND:  128 MiB<br />
reading u-boot.env<br />
In:    serial<br />
Out:   serial<br />
Err:   serial<br />
Net:   mii0<br />
## Error: &quot;safeboot&quot; not defined<br />
Hit any key to stop autoboot:  0<br />
4609927 bytes read in 613 ms (7.2 MiB/s)<br />
9479 bytes read in 7 ms (1.3 MiB/s)<br />
magic:                  0xd00dfeed<br />
totalsize:              0x2507 (9479)<br />
off_dt_struct:          0x38<br />
off_dt_strings:         0x217c<br />
off_mem_rsvmap:         0x28<br />
version:                17<br />
last_comp_version:      16<br />
boot_cpuid_phys:        0x0<br />
size_dt_strings:        0x38b<br />
size_dt_struct:         0x2144<br />
number mem_rsv:         0x0<br />
<br />
## Booting kernel from Legacy Image at 60000000 ...<br />
   Image Name:   Linux-4.14.180-oxnas-tld-1<br />
   Image Type:   ARM Linux Kernel Image (uncompressed)<br />
   Data Size:    4609863 Bytes = 4.4 MiB<br />
   Load Address: 60008000<br />
   Entry Point:  60008000<br />
   Verifying Checksum ... OK<br />
<span style="color:#0033FF">## Flattened Device Tree blob at 61000000<br />
   Booting using the fdt blob at 0x61000000</span><br />
   Loading Kernel Image ... OK<br />
   Loading Device Tree to 67e26000, end 67e2b506 ... OK<br />
<br />
Starting kernel ...</div></blockquote>
<br />
I meant do exactly as above, except the <span style="color:#FF0000">red part.</span>. You must <b>not</b> append the DTB to uImage when you load it separately (<span style="color:#0033FF">the blue part</span>).]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 22 Apr 2023 15:59:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,134914#msg-134914</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,134914#msg-134914</link>
            <description><![CDATA[ whatever i&#039;m doing now, it always ends in loading<br />
<pre class="bbcode">
<b>## Flattened Device Tree blob at 61000000</b></pre>
with<br />
<pre class="bbcode">
OX820 # printenv
SET_dtb=fdt addr ${fdtaddr} ; fdt header
autoload=no
baudrate=115200
bootcmd=run ideboot
bootdelay=3
bootnew=bootm 60000000 - 61000000
bootold=bootm 60000000
console=console=ttyS0,115200n8
ethact=mii0
ethaddr=06:05:C2:E8:D1:88
ext2_dtb=ext2load ide 0:2 61000000 /boot/dts/ox820-stg212.dtb
ext2_ideboot=run ext2_uimage ; run ext2_dtb ; run SET_dtb ; run bootnew
ext2_uimage=ext2load ide 0:2 60000000 /boot/uImage
ext4_dtb=ext4load ide 0:2 61000000 /boot/dts/ox820-stg212.dtb
ext4_ideboot=run ext4_uimage ; run ext4_dtb ; run SET_dtb ; run bootnew
ext4_uimage=ext4load ide 0:2 60000000 /boot/uImage
fdtaddr=61000000
filesize=1b79
ideboot=run ext2_ideboot
idebootold=${loadold} ;${bootold}
imgaddr=60000000
ipaddr=192.168.0.10
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 safeboot
serialcon=echo switch to serial console;setenv stderr serial;setenv stdin serial;setenv stdout serial;echo switch to serial console
stderr=serial
stdin=serial
stdout=serial
updboot=bootp;tftp 60000000 u-boot.img;ide write 60000000 400 400</pre>
and just decompressed Debian-4.14.180-oxnas-tld-1-rootfs-bodhi.tar.bz2 to rootfs, without depending DTB to uImage!?<br />
<pre class="bbcode">
## Booting kernel from Legacy Image at 60000000 ...
   Image Name:   Linux-4.14.180-oxnas-tld-1
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4600384 Bytes = 4.4 MiB
   Load Address: 60008000
   Entry Point:  60008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 61000000
   Booting using the fdt blob at 0x61000000
   Loading Kernel Image ... OK
   Loading Device Tree to 67e26000, end 67e2b506 ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.180-oxnas-tld-1 (root@tldDebian) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PREEMPT Wed May 13 02:38:34 PDT
 2020
[    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] OF: fdt: Machine model: MitraStar Technology Corp. STG-212</pre>
<pre class="bbcode">
[    9.372572] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[    9.380800] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 4.14.180-oxnas-tld-1 #1
[    9.387898] Hardware name: Generic DT based system
[    9.392693] [&lt;c01095b0&gt;] (unwind_backtrace) from [&lt;c01053bc&gt;] (show_stack+0x10/0x14)
[    9.400417] [&lt;c01053bc&gt;] (show_stack) from [&lt;c07384cc&gt;] (dump_stack+0xb4/0xd0)
[    9.407623] [&lt;c07384cc&gt;] (dump_stack) from [&lt;c0111b88&gt;] (panic+0xec/0x268)
[    9.414484] [&lt;c0111b88&gt;] (panic) from [&lt;c0a012bc&gt;] (mount_block_root+0x1e0/0x2a8)
[    9.421941] [&lt;c0a012bc&gt;] (mount_block_root) from [&lt;c0a0146c&gt;] (mount_root+0xe8/0x128)
[    9.429744] [&lt;c0a0146c&gt;] (mount_root) from [&lt;c0a015dc&gt;] (prepare_namespace+0x130/0x194)
[    9.437716] [&lt;c0a015dc&gt;] (prepare_namespace) from [&lt;c0a00e5c&gt;] (kernel_init_freeable+0x17c/0x1c4)
[    9.446556] [&lt;c0a00e5c&gt;] (kernel_init_freeable) from [&lt;c074b198&gt;] (kernel_init+0x8/0x110)
[    9.454702] [&lt;c074b198&gt;] (kernel_init) from [&lt;c01029b8&gt;] (ret_from_fork+0x14/0x3c)
[    9.462259] CPU0: stopping
[    9.464965] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 4.14.180-oxnas-tld-1 #1
[    9.472061] Hardware name: Generic DT based system
[    9.476848] [&lt;c01095b0&gt;] (unwind_backtrace) from [&lt;c01053bc&gt;] (show_stack+0x10/0x14)
[    9.484564] [&lt;c01053bc&gt;] (show_stack) from [&lt;c07384cc&gt;] (dump_stack+0xb4/0xd0)
[    9.491763] [&lt;c07384cc&gt;] (dump_stack) from [&lt;c01082a8&gt;] (handle_IPI+0x190/0x1dc)
[    9.499128] [&lt;c01082a8&gt;] (handle_IPI) from [&lt;c01014c8&gt;] (gic_handle_irq+0x7c/0x8c)
[    9.506667] [&lt;c01014c8&gt;] (gic_handle_irq) from [&lt;c0106278&gt;] (__irq_svc+0x58/0x8c)
[    9.514109] Exception stack(0xc0b01f28 to 0xc0b01f70)
[    9.519139] 1f20:                   00000001 00000000 00000000 00000000 00000000 ffffe000
[    9.527280] 1f40: c0b03ae4 c0b03a88 00000000 00000000 c0a39e68 c08f607c 00000000 c0b01f78
[    9.535418] 1f60: c0103278 c010327c 60000013 ffffffff
[    9.540454] [&lt;c0106278&gt;] (__irq_svc) from [&lt;c010327c&gt;] (arch_cpu_idle+0x28/0x30)
[    9.547827] [&lt;c010327c&gt;] (arch_cpu_idle) from [&lt;c0149f5c&gt;] (do_idle+0x180/0x1d4)
[    9.555194] [&lt;c0149f5c&gt;] (do_idle) from [&lt;c014a270&gt;] (cpu_startup_entry+0x18/0x1c)
[    9.562739] [&lt;c014a270&gt;] (cpu_startup_entry) from [&lt;c0a00c50&gt;] (start_kernel+0x368/0x3f8)
[    9.570882] [&lt;c0a00c50&gt;] (start_kernel) from [&lt;60008074&gt;] (0x60008074)
[    9.577390] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
</pre>]]></description>
            <dc:creator>alexinc</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 22 Apr 2023 15:25:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,134911#msg-134911</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,134911#msg-134911</link>
            <description><![CDATA[ <pre class="bbcode">
## Booting kernel from Legacy Image at 60000000 ...
   Image Name:   Linux-4.14.180-oxnas-tld-1
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4609863 Bytes = 4.4 MiB
   Load Address: 60008000
   Entry Point:  60008000
   Verifying Checksum ... OK
<b>## Flattened Device Tree blob at 61000000</b>
   Booting using the fdt blob at 0x61000000
   Loading Kernel Image ... OK
   Loading Device Tree to 67e26000, end 67e2b506 ... OK</pre>
<pre class="bbcode">
Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.180-oxnas-tld-1 (root@tldDebian) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PREEMPT Wed May 13 02:38:34 PDT 2020
[    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] OF: fdt: Machine model: MitraStar Technology Corp. STG-212</pre>
<pre class="bbcode">
&gt; [    9.362283] Kernel panic - not syncing: VFS:
&gt; Unable to mount root fs on unknown-block(0,0)</pre>
<br />
<br />
This boot was not successful because the uImage still has the DTB embedded in it. Note that the new u-boot is used here, so the DTB was loaded separately. To correct it, you need to reverse that step during rootfs installation. Assuming this rootfs is mounted at /media/sdb1 on another Linux box,<br />
<br />
<pre class="bbcode">
cd /media/sdb1/boot 
cp -a uImage uImage.stg_212
cp -a uImage.orig uImage
sync</pre>
<br />
If you had run with <i>stock u-boot</i>, then the DTB must be appended to uImage.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 22 Apr 2023 14:40:14 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?4,54044,134908#msg-134908</guid>
            <title>Re: revive Medion oxnas stg-212</title>
            <link>https://forum.doozan.com/read.php?4,54044,134908#msg-134908</link>
            <description><![CDATA[ here we go with 3.17 for now. have to flash newer u-boot later for running latest rootfs + kernel.<br />
<pre class="bbcode">
U-Boot SPL 2013.10-ga72eb8f-dirty (Feb 19 2014 - 15:21:12)
  Boot device: SATA
Attempting to set PLLA to 800 MHz ...
  plla_ctrl0 : 0000030a
  plla_ctrl1 : 00400000
  plla_ctrl2 : 007f0068
  plla_ctrl3 : 00000193

PLLA Set
Bus 0: OK
  Device 0:
reading bootargs.bin
reading u-boot.img
reading u-boot.img


U-Boot 2013.10-ga72eb8f-dirty (Feb 19 2014 - 15:21:12) for OXNAS

DRAM:  128 MiB
IDE:   Bus 0: OK
  Device 0: Model: Crucial_CT275MX300SSD1 Firm:  M0CR070 Ser#: 17251799E2D8
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 262321.6 MB = 256.1 GB (537234768 x 512)
NAND:  128 MiB
reading u-boot.env
In:    serial
Out:   serial
Err:   serial
Net:   mii0
## Error: &quot;safeboot&quot; not defined
Hit any key to stop autoboot:  0
4102704 bytes read in 545 ms (7.2 MiB/s)
7033 bytes read in 7 ms (980.5 KiB/s)
magic:                  0xd00dfeed
totalsize:              0x1b79 (7033)
DRAM:  128 MiB
IDE:   Bus 0: OK
  Device 0: Model: Crucial_CT275MX300SSD1 Firm:  M0CR070 Ser#: 17251799E2D8
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 262321.6 MB = 256.1 GB (537234768 x 512)
NAND:  128 MiB
reading u-boot.env
In:    serial
Out:   serial
Err:   serial
Net:   mii0
## Error: &quot;safeboot&quot; not defined
Hit any key to stop autoboot:  0
4102704 bytes read in 545 ms (7.2 MiB/s)
7033 bytes read in 7 ms (980.5 KiB/s)
magic:                  0xd00dfeed
totalsize:              0x1b79 (7033)
off_dt_struct:          0x38
off_dt_strings:         0x18d4
off_mem_rsvmap:         0x28
version:                17
last_comp_version:      16
boot_cpuid_phys:        0x0
size_dt_strings:        0x2a5
size_dt_struct:         0x189c
number mem_rsv:         0x0

## Booting kernel from Legacy Image at 60000000 ...
   Image Name:   Linux-3.17.0-oxnas-tld-1
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4102640 Bytes = 3.9 MiB
   Load Address: 60008000
   Entry Point:  60008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 61000000
off_dt_struct:          0x38
off_dt_strings:         0x18d4
off_mem_rsvmap:         0x28
version:                17
last_comp_version:      16
boot_cpuid_phys:        0x0
size_dt_strings:        0x2a5
size_dt_struct:         0x189c
number mem_rsv:         0x0

## Booting kernel from Legacy Image at 60000000 ...
   Image Name:   Linux-3.17.0-oxnas-tld-1
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4102640 Bytes = 3.9 MiB
   Load Address: 60008000
   Entry Point:  60008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 61000000
   Booting using the fdt blob at 0x61000000
   Loading Kernel Image ... OK
   Loading Device Tree to 67e26000, end 67e2ab78 ... OK

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
   Booting using the fdt blob at 0x61000000
   Loading Kernel Image ... OK
   Loading Device Tree to 67e26000, end 67e2ab78 ... OK

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,115200n8 root=/dev/sda2 rootfstype=ext4 ubi.mtd=data,512
[    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: 121756K/131072K available (5686K kernel code, 286K rwdata, 1680K rodata, 174K init, 233K bss, 9316K 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.000000] Kernel command line: console=ttyS0,115200n8 root=/dev/sda2 rootfstype=ext4 ubi.mtd=data,512
[    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: 121756K/131072K available (5686K kernel code, 286K rwdata, 1680K rodata, 174K init, 233K bss, 9316K 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.000015] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 42949670400ns
[    0.000192] Console: colour dummy device 80x30
[    0.000220] Calibrating delay loop... 319.48 BogoMIPS (lpj=1597440)
[    0.050058] pid_max: default: 32768 minimum: 301
[    0.050229] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.050250] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.051118] Initializing cgroup subsys net_cls
[    0.051182] CPU: Testing write buffer coherency: ok
[    0.051589] Setting up static identity map for 0x60567fa0 - 0x60567fd8
[    0.110474] CPU1: Booted secondary processor
[    0.170160] Brought up 2 CPUs
[    0.170186] SMP: Total of 2 processors activated.
[    0.171166] devtmpfs: initialized
[    0.175861] prandom: seed boundary self test passed
[    0.180072] prandom: 100 self tests passed
[    0.180098] pinctrl core: initialized pinctrl subsystem
[    0.182878] NET: Registered protocol family 16
[    0.183441] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.000015] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 42949670400ns
[    0.000192] Console: colour dummy device 80x30
[    0.000220] Calibrating delay loop... 319.48 BogoMIPS (lpj=1597440)
[    0.050058] pid_max: default: 32768 minimum: 301
[    0.050229] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.050250] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.051118] Initializing cgroup subsys net_cls
[    0.051182] CPU: Testing write buffer coherency: ok
[    0.051589] Setting up static identity map for 0x60567fa0 - 0x60567fd8
[    0.110474] CPU1: Booted secondary processor
[    0.170160] Brought up 2 CPUs
[    0.170186] SMP: Total of 2 processors activated.
[    0.171166] devtmpfs: initialized
[    0.175861] prandom: seed boundary self test passed
[    0.180072] prandom: 100 self tests passed
[    0.180098] pinctrl core: initialized pinctrl subsystem
[    0.182878] NET: Registered protocol family 16
[    0.183441] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.187816] gpio-oxnas 44000000.gpio: at address c8846000
[    0.188113] gpio-oxnas 44100000.gpio: at address c8848000
[    0.188695] pinctrl-oxnas pinctrl: initialized OX820 pinctrl driver
[    0.201090] vgaarb: loaded
[    0.201635] SCSI subsystem initialized
[    0.202516] usbcore: registered new interface driver usbfs
[    0.202621] usbcore: registered new interface driver hub
[    0.202828] usbcore: registered new device driver usb
[    0.202969] pps_core: LinuxPPS API ver. 1 registered
[    0.202982] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti &lt;giometti@linux.it&gt;
[    0.203031] PTP clock support registered
[    0.204554] cfg80211: Calling CRDA to update world regulatory domain
[    0.205071] Switched to clocksource rps_clocksource_timer
[    0.219850] NET: Registered protocol family 2
[    0.221125] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.221171] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
[    0.221207] TCP: Hash tables configured (established 1024 bind 1024)
[    0.221301] TCP: reno registered
[    0.187816] gpio-oxnas 44000000.gpio: at address c8846000
[    0.188113] gpio-oxnas 44100000.gpio: at address c8848000
[    0.188695] pinctrl-oxnas pinctrl: initialized OX820 pinctrl driver
[    0.201090] vgaarb: loaded
[    0.201635] SCSI subsystem initialized
[    0.202516] usbcore: registered new interface driver usbfs
[    0.202621] usbcore: registered new interface driver hub
[    0.202828] usbcore: registered new device driver usb
[    0.202969] pps_core: LinuxPPS API ver. 1 registered
[    0.202982] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti &lt;giometti@linux.it&gt;
[    0.203031] PTP clock support registered
[    0.204554] cfg80211: Calling CRDA to update world regulatory domain
[    0.205071] Switched to clocksource rps_clocksource_timer
[    0.219850] NET: Registered protocol family 2
[    0.221125] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.221171] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
[    0.221207] TCP: Hash tables configured (established 1024 bind 1024)
[    0.221301] TCP: reno registered
[    0.221332] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.221376] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.221708] NET: Registered protocol family 1
[    0.222233] RPC: Registered named UNIX socket transport module.
[    0.222254] RPC: Registered udp transport module.
[    0.222266] RPC: Registered tcp transport module.
[    0.222279] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.223792] futex hash table entries: 512 (order: 2, 16384 bytes)
[    0.244234] NFS: Registering the id_resolver key type
[    0.244303] Key type id_resolver registered
[    0.244316] Key type id_legacy registered
[    0.244357] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.244380] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.245271] fuse init (API version 7.23)
[    0.246640] msgmni has been set to 237
[    0.247152] Key type big_key registered
[    0.251302] alg: No test for stdrng (krng)
[    0.324999] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.221332] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.221376] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.221708] NET: Registered protocol family 1
[    0.222233] RPC: Registered named UNIX socket transport module.
[    0.222254] RPC: Registered udp transport module.
[    0.222266] RPC: Registered tcp transport module.
[    0.222279] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.223792] futex hash table entries: 512 (order: 2, 16384 bytes)
[    0.244234] NFS: Registering the id_resolver key type
[    0.244303] Key type id_resolver registered
[    0.244316] Key type id_legacy registered
[    0.244357] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.244380] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.245271] fuse init (API version 7.23)
[    0.246640] msgmni has been set to 237
[    0.247152] Key type big_key registered
[    0.251302] alg: No test for stdrng (krng)
[    0.324999] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.325032] io scheduler noop registered
[    0.325056] io scheduler deadline registered
[    0.325414] io scheduler cfq registered (default)
[    0.326046] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[    0.327431] console [ttyS0] disabled
[    0.327526] 44200000.uart: ttyS0 at MMIO 0x44200000 (irq = 55, base_baud = 390625) is a 16550A
[    0.817943] console [ttyS0] enabled
[    0.823393] scsi host0: sata_oxnas
[    0.827438] ata1: SATA max UDMA/133 irq 50
[    0.831869] ox820sata: reseting SATA core
[    0.841712] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[    0.848040] nand: Hynix H27U1G8F2BTR-BC
[    0.857507] nand: 128MiB, SLC, page size: 2048, OOB size: 64
[    0.863173] Scanning device for bad blocks
[    0.871784] Bad eraseblock 54 at 0x0000006c0000
[    0.936890] Bad eraseblock 802 at 0x000006440000
[    0.946414] Bad eraseblock 863 at 0x000006be0000
[    0.964016] 2 ofpart partitions found on MTD device 41000000.nand
[    0.325032] io scheduler noop registered
[    0.325056] io scheduler deadline registered
[    0.325414] io scheduler cfq registered (default)
[    0.326046] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[    0.327431] console [ttyS0] disabled
[    0.327526] 44200000.uart: ttyS0 at MMIO 0x44200000 (irq = 55, base_baud = 390625) is a 16550A
[    0.817943] console [ttyS0] enabled
[    0.823393] scsi host0: sata_oxnas
[    0.827438] ata1: SATA max UDMA/133 irq 50
[    0.831869] ox820sata: reseting SATA core
[    0.841712] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[    0.848040] nand: Hynix H27U1G8F2BTR-BC
[    0.857507] nand: 128MiB, SLC, page size: 2048, OOB size: 64
[    0.863173] Scanning device for bad blocks
[    0.871784] Bad eraseblock 54 at 0x0000006c0000
[    0.936890] Bad eraseblock 802 at 0x000006440000
[    0.946414] Bad eraseblock 863 at 0x000006be0000
[    0.964016] 2 ofpart partitions found on MTD device 41000000.nand
[    0.970076] Creating 2 MTD partitions on &quot;41000000.nand&quot;:
[    0.975467] 0x000000000000-0x000000e00000 : &quot;boot&quot;
[    0.981729] 0x000000e00000-0x000008000000 : &quot;data&quot;
[    0.988480] stmmaceth 40400000.ethernet: no reset control found
[    0.994414] stmmac - user ID: 0x12, Synopsys ID: 0x35
[    0.999436]  Ring mode enabled
[    1.002488]  DMA HW capability register supported
[    1.006988]  Enhanced/Alternate descriptors
[    1.011330]  Enabled extended descriptors
[    1.015319]  RX Checksum Offload Engine supported (type 2)
[    1.020784]  TX Checksum insertion supported
[    1.025029]  Wake-Up On Lan supported
[    1.028666]  Enable RX Mitigation via HW Watchdog Timer
[    1.037378] libphy: stmmac: probed
[    1.040814] eth0: PHY ID 001cc915 at 0 IRQ POLL (stmmac-0:00) active
[    1.047139] eth0: PHY ID 001cc915 at 3 IRQ POLL (stmmac-0:03)
[    1.053030] PPP generic driver version 2.4.2
[    1.057815] ehci_hcd: USB 2.0 &#039;Enhanced&#039; Host Controller (EHCI) Driver
[    0.970076] Creating 2 MTD partitions on &quot;41000000.nand&quot;:
[    0.975467] 0x000000000000-0x000000e00000 : &quot;boot&quot;
[    0.981729] 0x000000e00000-0x000008000000 : &quot;data&quot;
[    0.988480] stmmaceth 40400000.ethernet: no reset control found
[    0.994414] stmmac - user ID: 0x12, Synopsys ID: 0x35
[    0.999436]  Ring mode enabled
[    1.002488]  DMA HW capability register supported
[    1.006988]  Enhanced/Alternate descriptors
[    1.011330]  Enabled extended descriptors
[    1.015319]  RX Checksum Offload Engine supported (type 2)
[    1.020784]  TX Checksum insertion supported
[    1.025029]  Wake-Up On Lan supported
[    1.028666]  Enable RX Mitigation via HW Watchdog Timer
[    1.037378] libphy: stmmac: probed
[    1.040814] eth0: PHY ID 001cc915 at 0 IRQ POLL (stmmac-0:00) active
[    1.047139] eth0: PHY ID 001cc915 at 3 IRQ POLL (stmmac-0:03)
[    1.053030] PPP generic driver version 2.4.2
[    1.057815] ehci_hcd: USB 2.0 &#039;Enhanced&#039; Host Controller (EHCI) Driver
[    1.064445] ehci-pci: EHCI PCI platform driver
[    1.069455] oxnas-ehci 40200100.ehci: EHCI Host Controller
[    1.075051] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1
[    1.082867] oxnas-ehci 40200100.ehci: irq 39, io mem 0x40200100
[    1.100577] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00
[    1.106867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.113676] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.120896] usb usb1: Product: EHCI Host Controller
[    1.125752] usb usb1: Manufacturer: Linux 3.17.0-oxnas-tld-1 ehci_hcd
[    1.132190] usb usb1: SerialNumber: 40200100.ehci
[    1.137789] hub 1-0:1.0: USB hub found
[    1.141642] hub 1-0:1.0: 2 ports detected
[    1.146306] usbcore: registered new interface driver cdc_acm
[    1.151976] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.160056] usbcore: registered new interface driver cdc_wdm
[    1.165905] usbcore: registered new interface driver usb-storage
[    1.172162] usbcore: registered new interface driver usbserial
[    1.178042] usbcore: registered new interface driver usbserial_generic
[    1.064445] ehci-pci: EHCI PCI platform driver
[    1.069455] oxnas-ehci 40200100.ehci: EHCI Host Controller
[    1.075051] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1
[    1.082867] oxnas-ehci 40200100.ehci: irq 39, io mem 0x40200100
[    1.100577] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00
[    1.106867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.113676] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.120896] usb usb1: Product: EHCI Host Controller
[    1.125752] usb usb1: Manufacturer: Linux 3.17.0-oxnas-tld-1 ehci_hcd
[    1.132190] usb usb1: SerialNumber: 40200100.ehci
[    1.137789] hub 1-0:1.0: USB hub found
[    1.141642] hub 1-0:1.0: 2 ports detected
[    1.146306] usbcore: registered new interface driver cdc_acm
[    1.151976] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.160056] usbcore: registered new interface driver cdc_wdm
[    1.165905] usbcore: registered new interface driver usb-storage
[    1.172162] usbcore: registered new interface driver usbserial
[    1.178042] usbcore: registered new interface driver usbserial_generic
[    1.184655] usbserial: USB Serial support registered for generic
[    1.190993] mousedev: PS/2 mouse device common for all mice
[    1.196559] i2c /dev entries driver
[    1.201259] usbcore: registered new interface driver usbhid
[    1.206807] usbhid: USB HID core driver
[    1.211051] TCP: cubic registered
[    1.215557] NET: Registered protocol family 10
[    1.221399] sit: IPv6 over IPv4 tunneling driver
[    1.227048] NET: Registered protocol family 17
[    1.231810] Key type dns_resolver registered
[    1.238589] UBI: attaching mtd1 to ubi0
[    1.360040] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[    1.370600] ata1.00: supports DRM functions and may not be fully accessible
[    1.377541] ata1.00: ATA-10: Crucial_CT275MX300SSD1,  M0CR070, max UDMA/133
[    1.384494] ata1.00: 537234768 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.392038] ata1.00: supports DRM functions and may not be fully accessible
[    1.399516] ata1.00: configured for UDMA/133
[    1.403064] UBI: scanning is finished
[    1.184655] usbserial: USB Serial support registered for generic
[    1.190993] mousedev: PS/2 mouse device common for all mice
[    1.196559] i2c /dev entries driver
[    1.201259] usbcore: registered new interface driver usbhid
[    1.206807] usbhid: USB HID core driver
[    1.211051] TCP: cubic registered
[    1.215557] NET: Registered protocol family 10
[    1.221399] sit: IPv6 over IPv4 tunneling driver
[    1.227048] NET: Registered protocol family 17
[    1.231810] Key type dns_resolver registered
[    1.238589] UBI: attaching mtd1 to ubi0
[    1.360040] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[    1.370600] ata1.00: supports DRM functions and may not be fully accessible
[    1.377541] ata1.00: ATA-10: Crucial_CT275MX300SSD1,  M0CR070, max UDMA/133
[    1.384494] ata1.00: 537234768 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.392038] ata1.00: supports DRM functions and may not be fully accessible
[    1.399516] ata1.00: configured for UDMA/133
[    1.403064] UBI: scanning is finished
[    1.407964] scsi 0:0:0:0: Direct-Access     ATA      Crucial_CT275MX3 R070 PQ: 0 ANSI: 5
[    1.422597] sd 0:0:0:0: [sda] 537234768 512-byte logical blocks: (275 GB/256 GiB)
[    1.430563] UBI: attached mtd1 (name &quot;data&quot;, size 114 MiB) to ubi0
[    1.436730] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
[    1.444080] sd 0:0:0:0: [sda] Write Protect is off
[    1.449064] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn&#039;t support DPO or FUA
[    1.450585] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[    1.450593] UBI: VID header offset: 512 (aligned 512), data offset: 2048
[    1.450598] UBI: good PEBs: 910, bad PEBs: 2, corrupted PEBs: 0
[    1.450603] UBI: user volume: 2, internal volumes: 1, max. volumes count: 128
[    1.450613] UBI: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1170219428
[    1.450618] UBI: available PEBs: 0, total reserved PEBs: 910, PEBs reserved for bad PEB handling: 18
[    1.450639] UBI: background thread &quot;ubi_bgt0d&quot; started, PID 50
[    1.510448]  sda: sda1 sda2 sda3
[    1.516152] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.525626] EXT4-fs (sda2): mounted filesystem without journal. Opts: (null)
[    1.532736] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
[    1.542187] devtmpfs: mounted
[    1.407964] scsi 0:0:0:0: Direct-Access     ATA      Crucial_CT275MX3 R070 PQ: 0 ANSI: 5
[    1.422597] sd 0:0:0:0: [sda] 537234768 512-byte logical blocks: (275 GB/256 GiB)
[    1.430563] UBI: attached mtd1 (name &quot;data&quot;, size 114 MiB) to ubi0
[    1.436730] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
[    1.444080] sd 0:0:0:0: [sda] Write Protect is off
[    1.449064] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn&#039;t support DPO or FUA
[    1.450585] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[    1.450593] UBI: VID header offset: 512 (aligned 512), data offset: 2048
[    1.450598] UBI: good PEBs: 910, bad PEBs: 2, corrupted PEBs: 0
[    1.450603] UBI: user volume: 2, internal volumes: 1, max. volumes count: 128
[    1.450613] UBI: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1170219428
[    1.450618] UBI: available PEBs: 0, total reserved PEBs: 910, PEBs reserved for bad PEB handling: 18
[    1.450639] UBI: background thread &quot;ubi_bgt0d&quot; started, PID 50
[    1.510448]  sda: sda1 sda2 sda3
[    1.516152] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.525626] EXT4-fs (sda2): mounted filesystem without journal. Opts: (null)
[    1.532736] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
[    1.542187] devtmpfs: mounted
[    1.545492] Freeing unused kernel memory: 172K (c073a000 - c0765000)
INIT: version 2.88 booting
[info] Using makefile-style concurrent boot in runlevel S.
[....] Starting the hotplug events dispatcher: udevd[    2.537799] udevd[168]: starting version 175
. ok 
[ ok ] Synthesizing the initial hotplug events...done.
[ ok ] Waiting for /dev to be fully populated...done.
[    4.448017] EXT4-fs (sda2): re-mounted. Opts: (null)
[....] Checking root file system...fsck from util-linux 2.20.1
rootfs: clean, 12139/262144 files, 246654/1048576 blocks
done.
[    4.682385] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ ok ] Cleaning up temporary files... /tmp /lib/init/rw.
[ ok ] Loading kernel modules...done.
[....] Activating lvm and md swap...[    9.231667] Adding 524284k swap on /swapfile1.  Priority:-1 extents:7 across:868348k SS
done.
[....] Checking file systems...fsck from util-linux 2.20.1
home: clean, 11/16531456 files, 1052633/66101418 blocks
[    1.545492] Freeing unused kernel memory: 172K (c073a000 - c0765000)
INIT: version 2.88 booting
[info] Using makefile-style concurrent boot in runlevel S.
[....] Starting the hotplug events dispatcher: udevd[    2.537799] udevd[168]: starting version 175
. ok 
[ ok ] Synthesizing the initial hotplug events...done.
[ ok ] Waiting for /dev to be fully populated...done.
[    4.448017] EXT4-fs (sda2): re-mounted. Opts: (null)
[....] Checking root file system...fsck from util-linux 2.20.1
rootfs: clean, 12139/262144 files, 246654/1048576 blocks
done.
[    4.682385] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ ok ] Cleaning up temporary files... /tmp /lib/init/rw.
[ ok ] Loading kernel modules...done.
[....] Activating lvm and md swap...[    9.231667] Adding 524284k swap on /swapfile1.  Priority:-1 extents:7 across:868348k SS
done.
[....] Checking file systems...fsck from util-linux 2.20.1
home: clean, 11/16531456 files, 1052633/66101418 blocks
done.
[....] Mounting local filesystems...[    9.852400] random: nonblocking pool is initialized
done.
[ ok ] Activating swapfile swap...done.
[ ok ] Cleaning up temporary files....
[ ok ] Setting kernel variables ...done.
[....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit <a href="https://www.isc.org/software/dhcp/"  rel="nofollow">https://www.isc.org/software/dhcp/</a>

Listening on LPF/eth0/74:f0:6d:6a:1d:17
Sending on   LPF/eth0/74:f0:6d:6a:1d:17
Sending on   Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
[   14.920729] stmmaceth 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.0.1
done.
[....] Mounting local filesystems...[    9.852400] random: nonblocking pool is initialized
done.
[ ok ] Activating swapfile swap...done.
[ ok ] Cleaning up temporary files....
[ ok ] Setting kernel variables ...done.
[....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit <a href="https://www.isc.org/software/dhcp/"  rel="nofollow">https://www.isc.org/software/dhcp/</a>

Listening on LPF/eth0/74:f0:6d:6a:1d:17
Sending on   LPF/eth0/74:f0:6d:6a:1d:17
Sending on   Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
[   14.920729] stmmaceth 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.0.1
bound to 192.168.0.209 -- renewal in 348851 seconds.
done.
[ ok ] Starting rpcbind daemon....
[ ok ] Starting NFS common utilities: statd idmapd.
[ ok ] Cleaning up temporary files....
INIT: Entering runlevel: 2
[info] Using makefile-style concurrent boot in runlevel 2.
[ ok ] Starting NTP server: ntpd.
[ ok ] Starting rpcbind daemon...[....] Already running..
[....] Starting busybox&#039; syslogd implementation : syslogdStarting /sbin/syslogd...
1701 (syslogd)
. ok 
[ ok ] Starting system message bus: dbus.
[ ok ] Starting NFS common utilities: statd idmapd.
[ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[ ok ] Starting OpenBSD Secure Shell server: sshd.
[warn] Not starting NFS kernel daemon: no exports. ... (warning).
[....] Starting busybox&#039; klogd implementation : klogdStarting /sbin/klogd...
done.
[....] Mounting local filesystems...[    9.852400] random: nonblocking pool is initialized
done.
[ ok ] Activating swapfile swap...done.
[ ok ] Cleaning up temporary files....
[ ok ] Setting kernel variables ...done.
[....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit <a href="https://www.isc.org/software/dhcp/"  rel="nofollow">https://www.isc.org/software/dhcp/</a>

Listening on LPF/eth0/74:f0:6d:6a:1d:17
Sending on   LPF/eth0/74:f0:6d:6a:1d:17
Sending on   Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
[   14.920729] stmmaceth 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.0.1
bound to 192.168.0.209 -- renewal in 348851 seconds.
done.
[ ok ] Starting rpcbind daemon....
[ ok ] Starting NFS common utilities: statd idmapd.
[ ok ] Cleaning up temporary files....
INIT: Entering runlevel: 2
[info] Using makefile-style concurrent boot in runlevel 2.
[ ok ] Starting NTP server: ntpd.
[ ok ] Starting rpcbind daemon...[....] Already running..
[....] Starting busybox&#039; syslogd implementation : syslogdStarting /sbin/syslogd...
1701 (syslogd)
. ok 
[ ok ] Starting system message bus: dbus.
[ ok ] Starting NFS common utilities: statd idmapd.
[ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[ ok ] Starting OpenBSD Secure Shell server: sshd.
[warn] Not starting NFS kernel daemon: no exports. ... (warning).
[....] Starting busybox&#039; klogd implementation : klogdStarting /sbin/klogd...
done.
[....] Mounting local filesystems...[    9.852400] random: nonblocking pool is initialized
done.
[ ok ] Activating swapfile swap...done.
[ ok ] Cleaning up temporary files....
[ ok ] Setting kernel variables ...done.
[....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit <a href="https://www.isc.org/software/dhcp/"  rel="nofollow">https://www.isc.org/software/dhcp/</a>

Listening on LPF/eth0/74:f0:6d:6a:1d:17
Sending on   LPF/eth0/74:f0:6d:6a:1d:17
Sending on   Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
[   14.920729] stmmaceth 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.0.1
bound to 192.168.0.209 -- renewal in 348851 seconds.
done.
[ ok ] Starting rpcbind daemon....
[ ok ] Starting NFS common utilities: statd idmapd.
[ ok ] Cleaning up temporary files....
INIT: Entering runlevel: 2
[info] Using makefile-style concurrent boot in runlevel 2.
[ ok ] Starting NTP server: ntpd.
[ ok ] Starting rpcbind daemon...[....] Already running..
[....] Starting busybox&#039; syslogd implementation : syslogdStarting /sbin/syslogd...
1701 (syslogd)
. ok 
[ ok ] Starting system message bus: dbus.
[ ok ] Starting NFS common utilities: statd idmapd.
[ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[ ok ] Starting OpenBSD Secure Shell server: sshd.
[warn] Not starting NFS kernel daemon: no exports. ... (warning).
[....] Starting busybox&#039; klogd implementation : klogdStarting /sbin/klogd..
1706 (klogd)
. ok 

Debian GNU/Linux 7 debian ttyS0

debian login: 
</pre>]]></description>
            <dc:creator>alexinc</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 22 Apr 2023 08:19:17 -0500</pubDate>
        </item>
    </channel>
</rss>
