An epoxy bead around the connector body sounds like a good idea. Wish I'd thought of that when I had it apart.
↧
Re: Pogo Plug Power Connector Repair
↧
Re: Debian on wrt1200ac
Hi all.
Your questions pointed me in the right, I think, direction.
I started from scratch, just using Bodhi's linux-5.1.7-mvebu and stock kernel 5.1.7 (kernel.org).
uboot:
Booting Bodhi's linux-5.1.7-mvebu (including wrt1200ac DTB):
Using stock kernel (with Bodhi's .config and patches, but stock DTB)
So, full ram amount is detected, but as you can see I've access to RTC and /proc/mtd in different terms if I use Bodhi's or Stock kernel DTB definition.
To get the stock DTB, I downloaded kernel from www.kernel.org and did copy the .config file, make oldconfig, make prepare, make dtbs
I review Kernel stock DTB and i saw a strange line regarding rtc:
That line wasn't present in Bodhi's DTB (decompiled using DTC).
So i took stock kernel and delete the "disabled" line, compiled it with "make dtbs" and... voila!
Apparently everything is working: full memory, rtc detected, /proc/mtd looks ok, etc.
Thanks
fsonnlei
Your questions pointed me in the right, I think, direction.
I started from scratch, just using Bodhi's linux-5.1.7-mvebu and stock kernel 5.1.7 (kernel.org).
uboot:
U-Boot 2013.01 (Mar 27 2015 - 16:55:31) Marvell version: 2014_T3.0p6 Boot version : v2.0.13 Board: RD-NAS-88F6820-DDR3 SoC: MV88F6820 Rev A0 running 2 CPUs CPU: ARM Cortex A9 MPCore (Rev 1) LE CPU 0 CPU @ 1332 [MHz] L2 @ 666 [MHz] TClock @ 200 [MHz] DDR @ 666 [MHz] DDR 32 Bit Width, FastPath Memory Access, DLB Enabled, ECC Disabled DRAM: 512 MiB Map: Code: 0x1fea9000:0x1ff7632c BSS: 0x1ffef6b4 Stack: 0x1f9a8f20 Heap: 0x1f9a9000:0x1fea9000 raise: Signal # 8 caught U-ENV offset == 0x200000 raise: Signal # 8 caught U-ENV offset == 0x200000 U-Boot Environment: 0x00200000:0x00220000 (NAND) NAND: 128 MiB MMC: mv_sdh: 0 DEVINFO offset == 0x900000 U-ENV offset == 0x200000 U-ENV offset == 0x200000 S-ENV offset == 0x240000 #### auto_recovery #### [u_env] get auto_recovery == yes [u_env] get auto_recovery == yes [u_env] get boot_part == 1 [u_env] get boot_part_ready == 3 auto_recovery enabled:1, boot_part:1, boot_part_ready:3 S-ENV offset == 0x240000 [boot_count_read] block:0x240000, size:128KB, records:64 [boot_count_read_record] boot_count:3, next_record:33 [auto_recovery_init] BOOT_COUNT_TO_RECOVERY [boot_count_write] erase:0, auto_recovery->block_offset:0x240000 offset=0x250800 Updating boot_count ... [boot_count_write] offset:0x250800 , length:2048 done PCI-e 0 (IF 0 - bus 0) Root Complex Interface, Detected Link X1, GEN 2.0 PCI-e 1 (IF 1 - bus 1) Root Complex Interface, Detected Link X1, GEN 1.1 USB2.0 0: Host Mode USB3.0 1: Host Mode USB3.0 0: Host Mode Board configuration detected: mvEthE6171SwitchBasicInit init Net: | port | Interface | PHY address | |--------|-----------|--------------| | egiga0 | RGMII | 0x01 | | egiga1 | SGMII | 0x00 | egiga0 [PRIME], egiga1 Saving Environment to NAND... U-ENV offset == 0x200000 Erasing Nand... Writing to Nand... U-ENV offset == 0x200000 U-ENV offset == 0x200000 done #### auto_recovery:2 #### auto_recovery_check changes bootcmd: run altnandboot Hit any key to stop autoboot: 0 Marvell>>
Booting Bodhi's linux-5.1.7-mvebu (including wrt1200ac DTB):
Marvell>> setenv bootargs console=ttyS0,115200 init=/sbin/init root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial ipv6.disable=1 Marvell>> dhcp Marvell>> tftpboot 0x02000000 wrt/test/zImage Marvell>> tftpboot 0x2900000 wrt/test/uInitrd Marvell>> tftpboot 0x1000000 wrt/test/armada-385-linksys-caiman.dtb Marvell>> setenv fdt_skip_update yes Marvell>> bootz 0x02000000 0x2900000 0x1000000
# uname -a Linux roshi 5.1.7-mvebu-tld-1 #1 SMP PREEMPT Sat Jun 8 20:04:26 PDT 2019 armv7l GNU/Linux
# dmesg |grep fdt [Sat Aug 3 14:19:54 2019] OF: fdt: Machine model: Linksys WRT1200AC
# free total used free shared buff/cache available Mem: 506M 44M 392M 237K 68M 412M
# dmesg |grep -i rtc [Sat Aug 3 14:19:56 2019] armada38x-rtc f10a3800.rtc: registered as rtc0 [Sat Aug 3 14:19:56 2019] armada38x-rtc f10a3800.rtc: setting system clock to 2019-08-03T18:18:57 UTC (1564856337)
# cat /proc/mtd dev: size erasesize name
# cat /proc/cmdline console=ttyS0,115200 init=/sbin/init root=LABEL=rootfs rootdelay=10 mtdparts=armada-nand:2048K(uboot)ro,256K(u_env),256K(s_env),1m@9m(devinfo),40m@10m(kernel),34m@16m(rootfs),40m@50m(alt_kernel),34m@56m(alt_rootfs),80m@10m(ubifs),-@90m(syscfg) earlyprintk=serial ipv6.disable=1
Using stock kernel (with Bodhi's .config and patches, but stock DTB)
Marvell>> setenv bootargs console=ttyS0,115200 init=/sbin/init root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial ipv6.disable=1 Marvell>> dhcp Marvell>> tftpboot 0x02000000 wrt/test/zImage Marvell>> tftpboot 0x2900000 wrt/test/uInitrd Marvell>> tftpboot 0x1000000 wrt/test/armada-385-linksys-caiman-kernel.dtb Marvell>> setenv fdt_skip_update yes Marvell>> bootz 0x02000000 0x2900000 0x1000000
# uname -a Linux roshi 5.1.7-mvebu-tld-1 #1 SMP PREEMPT Sat Jun 8 20:04:26 PDT 2019 armv7l GNU/Linux
# dmesg |grep fdt [Sat Aug 3 14:25:28 2019] OF: fdt: Machine model: Linksys WRT1200AC
# free total used free shared buff/cache available Mem: 506M 44M 392M 237K 68M 412M
# dmesg |grep -i rtc [Sat Aug 3 14:25:30 2019] hctosys: unable to open rtc device (rtc0)
# cat /proc/mtd dev: size erasesize name mtd0: 00200000 00020000 "u-boot" mtd1: 00040000 00020000 "u_env" mtd2: 00040000 00020000 "s_env" mtd3: 00100000 00020000 "devinfo" mtd4: 02800000 00020000 "kernel1" mtd5: 02200000 00020000 "rootfs1" mtd6: 02800000 00020000 "kernel2" mtd7: 02200000 00020000 "rootfs2" mtd8: 02600000 00020000 "syscfg" mtd9: 00680000 00020000 "unused_area"
# cat /proc/cmdline console=ttyS0,115200 init=/sbin/init root=LABEL=rootfs rootdelay=10 mtdparts=armada-nand:2048K(uboot)ro,256K(u_env),256K(s_env),1m@9m(devinfo),40m@10m(kernel),34m@16m(rootfs),40m@50m(alt_kernel),34m@56m(alt_rootfs),80m@10m(ubifs),-@90m(syscfg) earlyprintk=serial ipv6.disable=1
So, full ram amount is detected, but as you can see I've access to RTC and /proc/mtd in different terms if I use Bodhi's or Stock kernel DTB definition.
To get the stock DTB, I downloaded kernel from www.kernel.org and did copy the .config file, make oldconfig, make prepare, make dtbs
I review Kernel stock DTB and i saw a strange line regarding rtc:
status = "disabled";
That line wasn't present in Bodhi's DTB (decompiled using DTC).
So i took stock kernel and delete the "disabled" line, compiled it with "make dtbs" and... voila!
Apparently everything is working: full memory, rtc detected, /proc/mtd looks ok, etc.
Thanks
fsonnlei
↧
↧
Re: Debian on wrt1200ac
Congrats!
↧
Re: Debian on wrt1200ac
fsonnlei,
Cool!
So the bottom line is you can run my released kernel and see 512MB RAM?
It seems mtd definition needs some adjustment. Other than this issue, is there any other problem running linux-5.1.7-mvebu-tld-1?
Quote
Apparently everything is working: full memory, rtc detected, /proc/mtd looks ok, etc.
Cool!
Quote
Booting Bodhi's linux-5.1.7-mvebu (including wrt1200ac DTB):
Marvell>> setenv bootargs console=ttyS0,115200 init=/sbin/init root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial ipv6.disable=1
Marvell>> dhcp
Marvell>> tftpboot 0x02000000 wrt/test/zImage
Marvell>> tftpboot 0x2900000 wrt/test/uInitrd
Marvell>> tftpboot 0x1000000 wrt/test/armada-385-linksys-caiman.dtb
Marvell>> setenv fdt_skip_update yes
Marvell>> bootz 0x02000000 0x2900000 0x1000000
# uname -a
Linux roshi 5.1.7-mvebu-tld-1 #1 SMP PREEMPT Sat Jun 8 20:04:26 PDT 2019 armv7l GNU/Linux
# dmesg |grep fdt
[Sat Aug 3 14:19:54 2019] OF: fdt: Machine model: Linksys WRT1200AC
# free
total used free shared buff/cache available
Mem: 506M 44M 392M 237K 68M 412M
# dmesg |grep -i rtc
[Sat Aug 3 14:19:56 2019] armada38x-rtc f10a3800.rtc: registered as rtc0
[Sat Aug 3 14:19:56 2019] armada38x-rtc f10a3800.rtc: setting system clock to 2019-08-03T18:18:57 UTC (1564856337)
# cat /proc/mtd
dev: size erasesize name
# cat /proc/cmdline
console=ttyS0,115200 init=/sbin/init root=LABEL=rootfs rootdelay=10 mtdparts=armada-nand:2048K(uboot)ro,256K(u_env),256K(s_env),1m@9m(devinfo),40m@10m(kernel),34m@16m(rootfs),40m@50m(alt_kernel),34m@56m(alt_rootfs),80m@10m(ubifs),-@90m(syscfg) earlyprintk=serial ipv6.disable=1
So the bottom line is you can run my released kernel and see 512MB RAM?
It seems mtd definition needs some adjustment. Other than this issue, is there any other problem running linux-5.1.7-mvebu-tld-1?
↧
Re: Debian on wrt1200ac
Yes, your kernel is working ok, thank you.
So far the mtd definition and access to leds (/sys/class/leds) needs some adjustments.
Best
fsonnlei
So far the mtd definition and access to leds (/sys/class/leds) needs some adjustments.
Best
fsonnlei
↧
↧
Re: Compile wireless driver rtl8188eu
Was any progress made on this?
↧
Re: Compile wireless driver rtl8188eu
This is interesting as i remember having a similar issue when I was trying to compile unofficial drivers for the Edimax EW-7811UN. There was some issue that needed to be solved by creating symlinks from the "build" dir to the headers as outlined in this post by Mieki:
https://forum.doozan.com/read.php?2,26114,26160#msg-26160
after doing that I was able to compile the driver successfully with DKMS on the 4.4.0 kernel. I can confirm however that trying to build the driver linked above as described in OP's post results in a build error using the latest kernel provided by bodhi. I have no idea if DKMS would work in this situation though.
https://forum.doozan.com/read.php?2,26114,26160#msg-26160
after doing that I was able to compile the driver successfully with DKMS on the 4.4.0 kernel. I can confirm however that trying to build the driver linked above as described in OP's post results in a build error using the latest kernel provided by bodhi. I have no idea if DKMS would work in this situation though.
↧
Re: Linux Kernel 5.1.7 MVEBU package and Debian armhf rootfs
I believe there is a bug in 4.12.4 kernel.
I installed omv on wd cloud mirror gen2, it seems everything works fine but when I copy big size file from nas to pc.
nas loose connection on samba/ftp.
I found similar case below
https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=171122&sid=6503947620282ef0f210efb3a28ad75b&start=25
https://forum.openmediavault.org/index.php/Thread/12245-OMV-Machine-hangs-randomly-on-large-file-transfers-to-OMV/?pageNo=1
I updated with 4.20.6 kernel and copy 40Gb over samba, works fine.
I installed omv on wd cloud mirror gen2, it seems everything works fine but when I copy big size file from nas to pc.
nas loose connection on samba/ftp.
I found similar case below
https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=171122&sid=6503947620282ef0f210efb3a28ad75b&start=25
https://forum.openmediavault.org/index.php/Thread/12245-OMV-Machine-hangs-randomly-on-large-file-transfers-to-OMV/?pageNo=1
I updated with 4.20.6 kernel and copy 40Gb over samba, works fine.
↧
Re: Compile wireless driver rtl8188eu
I’ve bumped this issue up on my priority list.
Probably just a side effect of usingmake-kpkg (i.e. some directories were not populated).
Probably just a side effect of usingmake-kpkg (i.e. some directories were not populated).
↧
↧
Re: Linux Kernel 5.1.7 MVEBU package and Debian armhf rootfs
mcmg2,
Thanks for reporting this. The next rootfs will be buster and kernel 5.2.5+ so will fix this issue.
Thanks for reporting this. The next rootfs will be buster and kernel 5.2.5+ so will fix this issue.
↧
Re: Buffalo Terastation III TS-X4.0L/r5 (Sakura) From Stock 1.71(Buffalo Latest FW) ==>Debian Jessie/Stretch
Dear everyone,
I am the author of the "kolios" website (now dead) and the author of the Marvell78100 kernel patch (at least for the 2.6 branch) and I will try to revive my (dead?) Terastation Duo in the next coming days.
Is there anyone still interested in getting a clear way of doing such thing?
I was thinking of trying to get a 2.6.34 on this machine and then see how to get a 4.x kernel with a decent glibc as well as a 5.x branch.
Let me know if this is interesting for any of you so I can record the necessary steps.
Cheers,
I am the author of the "kolios" website (now dead) and the author of the Marvell78100 kernel patch (at least for the 2.6 branch) and I will try to revive my (dead?) Terastation Duo in the next coming days.
Is there anyone still interested in getting a clear way of doing such thing?
I was thinking of trying to get a 2.6.34 on this machine and then see how to get a 4.x kernel with a decent glibc as well as a 5.x branch.
Let me know if this is interesting for any of you so I can record the necessary steps.
Cheers,
↧
Re: Buffalo Terastation III TS-X4.0L/r5 (Sakura) From Stock 1.71(Buffalo Latest FW) ==>Debian Jessie/Stretch
I would be very interested in that.
↧
Re: Buffalo Terastation III TS-X4.0L/r5 (Sakura) From Stock 1.71(Buffalo Latest FW) ==>Debian Jessie/Stretch
ok, this sounds good. One person is enough for me to come back here and share my work.
I'll report back (once I dig the rs232 cable from the attic).
I'll report back (once I dig the rs232 cable from the attic).
↧
↧
Re: Buffalo Terastation III TS-X4.0L/r5 (Sakura) From Stock 1.71(Buffalo Latest FW) ==>Debian Jessie/Stretch
I’ll pull out my ts-wxl and ts-xl too.
I think the dmesg output from my attempts a few months ago are earlier in this thread, it seemed like it was mostly working.
I think the dmesg output from my attempts a few months ago are earlier in this thread, it seemed like it was mostly working.
↧
Re: Buffalo Terastation III TS-X4.0L/r5 (Sakura) From Stock 1.71(Buffalo Latest FW) ==>Debian Jessie/Stretch
I got my ts-wxl, ts-xl and ts-rxl out and am ready for testing. I compiled a buster (4.19) kernel and tried booting it and got to about the same place as I did back in april. I’ve also installed buster on an ls-qvl and plan to use that for my rootfs/etc.
I’m working on setting up some scripts to streamline building kernel images and testing them once we get going.
I’m working on setting up some scripts to streamline building kernel images and testing them once we get going.
↧
NSA310 Debian boot problem
Hello.
Can't boot from usb or hdd.
1. usb/hdd partion ext2:
2. kernel:
3. tar -xjf Debian-4.12.1-kirkwood-tld-1-rootfs-bodhi.tar.bz2
4. boot nas
uboot commands:
and then:
When boot 4.12.1:
When init=/init is in bootargs Failed to execute /init (error -8) also occurs.
What I doing wrong?
Can't boot from usb or hdd.
1. usb/hdd partion ext2:
mkfs.ext2 -L rootfs /dev/sda1
2. kernel:
cp -a zImage-4.5.0-kirkwood-tld-1 zImage.fdt cat dts/kirkwood-nsa310.dtb >> zImage.fdt mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-4.5.0-kirkwood-tld-1 -d zImage.fdt uImage-4.5.0 mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-4.5.0-kirkwood-tld-1 -d initrd.img-4.5.0-kirkwood-tld-1 uInitrd-4.5.0
3. tar -xjf Debian-4.12.1-kirkwood-tld-1-rootfs-bodhi.tar.bz2
4. boot nas
** MARVELL BOARD: RD-88F6281A LE U-Boot 1.1.4 (Feb 22 2011 - 10:31:35) Marvell version: 3.4.19 U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFEE0 Soc: 88F6281 A1 (DDR2) CPU running @ 1200Mhz L2 running @ 400Mhz SysClock = 400Mhz , TClock = 200Mhz
uboot commands:
NSA310>> usb reset NSA310>> setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10 NSA310>> setenv arcNumber 4022 NSA310>> setenv machid NSA310>> setenv mtdparts NSA310>> ext2load usb 0:1 0x1100000 /boot/uInitrd-4.5.0 NSA310>> ext2load usb 0:1 0x1100000 /boot/uInitrd-4.5.0 NSA310>> bootm 0x800000 0x1100000
and then:
## Booting image at 00800000 ... Image Name: Linux-4.5.0-kirkwood-tld-1 Created: 2019-08-10 6:41:32 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3207114 Bytes = 3.1 MB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK OK ## Loading Ramdisk Image at 01100000 ... Image Name: initramfs-4.5.0-kirkwood-tld-1 Created: 2019-08-10 6:41:42 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 8831809 Bytes = 8.4 MB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.5.0-kirkwood-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #4 PREEMPT Fri Mar 18 21:36:04 PDT 2016 [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000] CPU: VIVT data cache, VIVT instruction cache [ 0.000000] Machine model: ZyXEL NSA310 [ 0.000000] Memory policy: Data cache writeback [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024 [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Memory: 241776K/262144K available (6112K kernel code, 599K rwdata, 2024K rodata, 300K init, 315K bss, 20368K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xd0800000 - 0xff800000 ( 752 MB) [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB) [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) [ 0.000000] .text : 0xc0008000 - 0xc07fa588 (8138 kB) [ 0.000000] .init : 0xc07fb000 - 0xc0846000 ( 300 kB) [ 0.000000] .data : 0xc0846000 - 0xc08dbc8c ( 600 kB) [ 0.000000] .bss : 0xc08dbc8c - 0xc092abe0 ( 316 kB) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000008] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.000305] Console: colour dummy device 80x30 [ 0.000335] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256) [ 0.090095] pid_max: default: 32768 minimum: 301 [ 0.090208] Security Framework initialized [ 0.090281] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.090300] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.091143] CPU: Testing write buffer coherency: ok [ 0.091566] Setting up static identity map for 0x8200 - 0x8258 [ 0.091859] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3 [ 0.095387] devtmpfs: initialized [ 0.100618] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.100890] prandom: seed boundary self test passed [ 0.104624] prandom: 100 self tests passed [ 0.104648] pinctrl core: initialized pinctrl subsystem [ 0.105991] NET: Registered protocol family 16 [ 0.106382] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.130097] cpuidle: using governor ladder [ 0.160094] cpuidle: using governor menu [ 0.160488] Feroceon L2: Enabling L2 [ 0.160531] Feroceon L2: Cache support initialised. [ 0.166166] No ATAGs? [ 0.201518] vgaarb: loaded [ 0.201889] usbcore: registered new interface driver usbfs [ 0.201969] usbcore: registered new interface driver hub [ 0.202032] usbcore: registered new device driver usb [ 0.203105] clocksource: Switched to clocksource orion_clocksource [ 0.247648] VFS: Disk quotas dquot_6.6.0 [ 0.247725] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.259254] NET: Registered protocol family 2 [ 0.260043] TCP established hash table entries: 2048 (order: 1, 8192 bytes) [ 0.260082] TCP bind hash table entries: 2048 (order: 1, 8192 bytes) [ 0.260113] TCP: Hash tables configured (established 2048 bind 2048) [ 0.260174] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.260198] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.260399] NET: Registered protocol family 1 [ 0.260780] RPC: Registered named UNIX socket transport module. [ 0.260791] RPC: Registered udp transport module. [ 0.260799] RPC: Registered tcp transport module. [ 0.260806] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.261105] Unpacking initramfs... [ 1.014727] Freeing initrd memory: 8628K (c1100000 - c196d000) [ 1.014846] NetWinder Floating Point Emulator V0.97 (double precision) [ 1.015972] futex hash table entries: 256 (order: -1, 3072 bytes) [ 1.016048] audit: initializing netlink subsys (disabled) [ 1.016101] audit: type=2000 audit(1.010:1): initialized [ 1.016451] Initialise system trusted keyring [ 1.016837] zbud: loaded [ 1.017533] NFS: Registering the id_resolver key type [ 1.017588] Key type id_resolver registered [ 1.017598] Key type id_legacy registered [ 1.017627] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.017644] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 1.017876] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 1.018403] Key type big_key registered [ 1.036647] request_module: runaway loop modprobe binfmt-464c [ 1.050051] request_module: runaway loop modprobe binfmt-464c [ 1.060328] Key type asymmetric registered [ 1.060350] Asymmetric key parser 'x509' registered [ 1.060444] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 1.060462] io scheduler noop registered [ 1.060476] io scheduler deadline registered [ 1.060536] io scheduler cfq registered (default) [ 1.061908] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 1.062585] irq: Cannot allocate irq_descs @ IRQ33, assuming pre-allocated [ 1.063016] irq: Cannot allocate irq_descs @ IRQ65, assuming pre-allocated [ 1.064405] mvebu-pcie mbus:pcie-controller: PCI host bridge to bus 0000:00 [ 1.064424] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff] [ 1.064438] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 1.064451] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.064854] PCI: bus0: Fast back to back transfers disabled [ 1.064880] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.083188] PCI: bus1: Fast back to back transfers disabled [ 1.083366] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff] [ 1.083382] pci 0000:00:01.0: BAR 13: assigned [io 0x10000-0x10fff] [ 1.083401] pci 0000:01:00.0: BAR 6: assigned [mem 0xe0000000-0xe000ffff pref] [ 1.083417] pci 0000:01:00.0: BAR 4: assigned [mem 0xe0010000-0xe0013fff 64bit pref] [ 1.083441] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0014000-0xe0014fff 64bit pref] [ 1.083462] pci 0000:01:00.0: BAR 0: assigned [io 0x10000-0x100ff] [ 1.083478] pci 0000:00:01.0: PCI bridge to [bus 01] [ 1.083491] pci 0000:00:01.0: bridge window [io 0x10000-0x10fff] [ 1.083505] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff] [ 1.083586] pcieport 0000:00:01.0: enabling device (0140 -> 0143) [ 1.083883] mv_xor f1060800.xor: Marvell shared XOR driver [ 1.123794] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 1.124029] mv_xor f1060900.xor: Marvell shared XOR driver [ 1.163789] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 1.164278] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 1.165682] console [ttyS0] disabled [ 1.165745] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 12500000) is a 16550A [ 1.841551] console [ttyS0] enabled [ 1.846367] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1 [ 1.852753] nand: Samsung NAND 128MiB 3,3V 8-bit [ 1.857431] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.865056] Scanning device for bad blocks [ 1.922384] Bad eraseblock 549 at 0x0000044a0000 [ 1.952452] Bad eraseblock 812 at 0x000006580000 [ 1.977589] 9 ofpart partitions found on MTD device orion_nand [ 1.983469] Creating 9 MTD partitions on "orion_nand": [ 1.988634] 0x000000000000-0x000000100000 : "uboot" [ 1.994852] 0x000000100000-0x000000180000 : "uboot_env" [ 2.001323] 0x000000180000-0x000000200000 : "key_store" [ 2.007857] 0x000000200000-0x000000280000 : "info" [ 2.013987] 0x000000280000-0x000000c80000 : "etc" [ 2.019983] 0x000000c80000-0x000001680000 : "kernel_1" [ 2.026432] 0x000001680000-0x000004640000 : "rootfs1" [ 2.032743] 0x000004640000-0x000005040000 : "kernel_2" [ 2.039178] 0x000005040000-0x000008000000 : "rootfs2" [ 2.046669] libphy: Fixed MDIO Bus: probed [ 2.051144] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.057784] ehci-pci: EHCI PCI platform driver [ 2.062324] ehci-orion: EHCI orion driver [ 2.066566] orion-ehci f1050000.ehci: EHCI Host Controller [ 2.072105] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 2.080002] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000 [ 2.103140] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 2.109410] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.116258] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.123530] usb usb1: Product: EHCI Host Controller [ 2.128430] usb usb1: Manufacturer: Linux 4.5.0-kirkwood-tld-1 ehci_hcd [ 2.135093] usb usb1: SerialNumber: f1050000.ehci [ 2.140559] hub 1-0:1.0: USB hub found [ 2.144411] hub 1-0:1.0: 1 port detected [ 2.149325] mousedev: PS/2 mouse device common for all mice [ 2.155635] rtc-mv f1010300.rtc: rtc core: registered f1010300.rtc as rtc0 [ 2.162699] i2c /dev entries driver [ 2.169482] hidraw: raw HID events driver (C) Jiri Kosina [ 2.175340] drop_monitor: Initializing network drop monitor service [ 2.181897] NET: Registered protocol family 17 [ 2.186652] Key type dns_resolver registered [ 2.191746] registered taskstats version 1 [ 2.195929] Loading compiled-in X.509 certificates [ 2.200808] zswap: loaded using pool lzo/zbud [ 2.215656] request_module: runaway loop modprobe binfmt-464c [ 2.235033] request_module: runaway loop modprobe binfmt-464c [ 2.244909] Key type encrypted registered [ 2.249626] rtc-mv f1010300.rtc: setting system clock to 2019-08-10 11:36:24 UTC (1565436984) [ 2.260961] Freeing unused kernel memory: 300K (c07fb000 - c0846000) [ 2.277502] request_module: runaway loop modprobe binfmt-464c [ 2.300196] Failed to execute /init (error -8) [ 2.318798] Starting init: /sbin/init exists but couldn't execute it (error -8) [ 2.340009] Starting init: /bin/sh exists but couldn't execute it (error -8) [ 2.347480] Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance. [ 2.360672] CPU: 0 PID: 1 Comm: swapper Not tainted 4.5.0-kirkwood-tld-1 #4 [ 2.367660] Hardware name: Marvell Kirkwood (Flattened Device Tree) [ 2.373991] [<c001680c>] (unwind_backtrace) from [<c0012a78>] (show_stack+0x10/0x14) [ 2.381780] [<c0012a78>] (show_stack) from [<c00c3428>] (panic+0xac/0x240) [ 2.388696] [<c00c3428>] (panic) from [<c05cb308>] (kernel_init+0xbc/0xe8) [ 2.395608] [<c05cb308>] (kernel_init) from [<c000f110>] (ret_from_fork+0x14/0x24) [ 2.403220] ---[ end Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance. [ 2.473130] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 2.644754] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608 [ 2.651503] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.673121] usb 1-1: Product: USB2.0 Hub [ 2.683859] hub 1-1:1.0: USB hub found [ 2.693131] hub 1-1:1.0: 4 ports detected [ 2.983127] usb 1-1.2: new high-speed USB device number 3 using orion-ehci [ 3.114378] usb 1-1.2: New USB device found, idVendor=0781, idProduct=5572 [ 3.121302] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.143120] usb 1-1.2: Product: Cruzer Switch [ 3.147510] usb 1-1.2: Manufacturer: SanDisk [ 3.151801] usb 1-1.2: SerialNumber: 4C530001270708108354 [ 75.123134] random: nonblocking pool is initialized
When boot 4.12.1:
## Booting image at 00800000 ... Image Name: Linux-4.12.1-kirkwood-tld-1 Created: 2019-08-10 10:55:49 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3834602 Bytes = 3.7 MB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK OK ## Loading Ramdisk Image at 01100000 ... Image Name: initramfs-4.12.1-kirkwood-tld-1 Created: 2019-08-10 10:55:52 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 7273690 Bytes = 6.9 MB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel.and nothing then.
When init=/init is in bootargs Failed to execute /init (error -8) also occurs.
What I doing wrong?
↧
Re: NSA310 Debian boot problem
alex512,
Did you look at this post (in the Wiki thread):
https://forum.doozan.com/read.php?3,23727
Did you look at this post (in the Wiki thread):
https://forum.doozan.com/read.php?3,23727
Quote
Booting Debian on Pogoplug
How to set up U-Boot for booting in multiple drives configuration
Backup and Restore NAND mtds
UART Booting HowTo for Selected Kirkwood Devices
Migrating from Arch to Debian?
How to boot new Debian rootfs using stock u-boot tftp - Pogo E02
How to boot new Debian rootfs on USB using stock u-boot - NSA325
How to boot Debian rootfs on a GPT HDD with stock u-boot (kernel files stored in HDD raw sector), 2nd HowTo post
↧
↧
Re: Buffalo Terastation III TS-X4.0L/r5 (Sakura) From Stock 1.71(Buffalo Latest FW) ==>Debian Jessie/Stretch
I ended up starting with the 4.9 kernel I was trying a few months ago with a stretch rootfs from my ls-qvl and the ts-wxl since that's the actually supported device. Although I still can't seem to load an initrd without throwing an error I was able to make the tweaks to the config necessary to get it to successfully boot. The device is running stably and seems to work as expected.
I was able to use my python library for interfacing with the on-board microcontroller to put together a startup script which disables the startup watchdog timer and initializes the leds/lcd display. Fortunately that all worked out of the box the same as the TS1000/TS3000 devices.
https://github.com/1000001101000/Python_buffalo_libmicon
https://github.com/1000001101000/Debian_on_Buffalo/tree/master/Tools/ts3000_scripts
It's still pretty limited by the hard-coded rootfs device since I still can't get an initrd working, any help troubleshooting that would be greatly appreciated.
The most obvious explanation would be that the initrd or kernel are to big causing them to overlap but the memory locations used by the bootloader seem to far apart for that, also my kernel/initrd are actually smaller than the stock ones:
Mine:
Stock FW:
Any suggestions on how to proceed would be greatly appreciated. in the meantime I'm going to try to get this far on the Buster Kernel and see what happens with the other devices in this series.
here is the full dmesg output from what I have so far:
I was able to use my python library for interfacing with the on-board microcontroller to put together a startup script which disables the startup watchdog timer and initializes the leds/lcd display. Fortunately that all worked out of the box the same as the TS1000/TS3000 devices.
https://github.com/1000001101000/Python_buffalo_libmicon
https://github.com/1000001101000/Debian_on_Buffalo/tree/master/Tools/ts3000_scripts
It's still pretty limited by the hard-coded rootfs device since I still can't get an initrd working, any help troubleshooting that would be greatly appreciated.
[ 4.667376] Unpacking initramfs... [ 4.667388] Initramfs unpacking failed: junk in compressed archive [ 4.678079] Freeing initrd memory: 3712K
The most obvious explanation would be that the initrd or kernel are to big causing them to overlap but the memory locations used by the bootloader seem to far apart for that, also my kernel/initrd are actually smaller than the stock ones:
Mine:
-rw-r--r-- 1 root root 3.7M Aug 10 20:23 initrd.buffalo -rw-r--r-- 1 root root 2.7M Aug 10 20:23 uImage.buffalo
Stock FW:
-rw-r--r-- 1 root root 8.8M Mar 30 2015 initrd.buffalo -rw-r--r-- 1 root root 2.7M Mar 30 2015 uImage.buffalo -rw-r--r-- 1 root root 2.7M Mar 30 2015 uImage-mv78100.buffalo
Any suggestions on how to proceed would be greatly appreciated. in the meantime I'm going to try to get this far on the Buster Kernel and see what happens with the other devices in this series.
here is the full dmesg output from what I have so far:
[ 0.000000] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xffc00000 - 0xfff00000 (3072 kB) vmalloc : 0xe0800000 - 0xff800000 ( 496 MB) lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) modules : 0xbf000000 - 0xbfe00000 ( 14 MB) .text : 0xc0008000 - 0xc053a224 (5321 kB) .init : 0xc070c000 - 0xc0754000 ( 288 kB) .data : 0xc0754000 - 0xc07a910c ( 341 kB) .bss : 0xc07a910c - 0xc07d3b30 ( 171 kB) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] NR_IRQS:16 nr_irqs:128 128 [ 0.000000] Switching to timer-based delay loop, resolution 6ns [ 0.000009] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 12884901885ns [ 2.920446] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 11467562657 ns [ 2.920505] Calibrating delay loop (skipped), value calculated using timer frequency.. 333.33 BogoMIPS (lpj=1666666) [ 2.920524] pid_max: default: 32768 minimum: 301 [ 2.920613] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 2.920624] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 2.921236] CPU: Testing write buffer coherency: ok [ 2.921617] Setting up static identity map for 0x8200 - 0x8258 [ 2.923189] devtmpfs: initialized [ 2.924871] VFP support v0.3: implementor 41 architecture 1 part 10 variant 9 rev 0 [ 2.925273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 2.925293] futex hash table entries: 256 (order: -1, 3072 bytes) [ 2.925419] xor: measuring software checksum speed [ 3.020715] arm4regs : 687.600 MB/sec [ 3.120505] 8regs : 590.000 MB/sec [ 3.220502] 32regs : 796.000 MB/sec [ 3.220513] xor: using function: 32regs (796.000 MB/sec) [ 3.221106] NET: Registered protocol family 16 [ 3.221562] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 3.227196] MV78100-A1 [ 3.227208] core #0, [ 3.227216] PCLK = 800MHz, [ 3.227222] L2 = 400MHz, [ 3.227226] HCLK = 400MHz, [ 3.227231] TCLK = 167MHz [ 3.227236] Feroceon L2: Enabling L2 [ 3.227283] Feroceon L2: Cache support initialised. [ 3.227316] initial MPP regs: [ 3.227324] 22222222 [ 3.227328] 00552222 [ 3.227332] 00000000 [ 3.227336] 00504444 [ 3.227340] 00001111 [ 3.227344] 00000000 [ 3.227348] 00000033 [ 3.227361] final MPP regs: [ 3.227365] 22222222 [ 3.227369] 33302222 [ 3.227373] 00000000 [ 3.227376] 00504444 [ 3.227380] 11111111 [ 3.227384] 00000000 [ 3.227388] 00000033 [ 3.230103] MV78xx0 PCIe port 0.0: [ 3.230109] link down, ignoring [ 3.230115] MV78xx0 PCIe port 1.0: [ 3.230119] link down, ignoring [ 3.440528] raid6: int32x1 gen() 139 MB/s [ 3.610625] raid6: int32x1 xor() 127 MB/s [ 3.780674] raid6: int32x2 gen() 201 MB/s [ 3.950680] raid6: int32x2 xor() 156 MB/s [ 4.120707] raid6: int32x4 gen() 182 MB/s [ 4.290699] raid6: int32x4 xor() 136 MB/s [ 4.460727] raid6: int32x8 gen() 205 MB/s [ 4.630484] raid6: int32x8 xor() 123 MB/s [ 4.630491] raid6: using algorithm int32x8 gen() 205 MB/s [ 4.630497] raid6: .... xor() 123 MB/s, rmw enabled [ 4.630503] raid6: using intx1 recovery algorithm [ 4.630853] vgaarb: loaded [ 4.631261] SCSI subsystem initialized [ 4.631545] libata version 3.00 loaded. [ 4.632121] usbcore: registered new interface driver usbfs [ 4.632246] usbcore: registered new interface driver hub [ 4.632363] usbcore: registered new device driver usb [ 4.634461] clocksource: Switched to clocksource orion_clocksource [ 4.665174] NET: Registered protocol family 2 [ 4.665873] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 4.665927] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 4.665977] TCP: Hash tables configured (established 4096 bind 4096) [ 4.666030] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 4.666049] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 4.666177] NET: Registered protocol family 1 [ 4.667113] RPC: Registered named UNIX socket transport module. [ 4.667121] RPC: Registered udp transport module. [ 4.667126] RPC: Registered tcp transport module. [ 4.667131] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 4.667142] PCI: CLS 0 bytes, default 32 [ 4.667376] Unpacking initramfs... [ 4.667388] Initramfs unpacking failed: junk in compressed archive [ 4.678079] Freeing initrd memory: 3712K [ 4.680196] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 4.696806] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. [ 4.698690] io scheduler noop registered [ 4.698700] io scheduler deadline registered [ 4.698891] io scheduler cfq registered (default) [ 4.706408] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 4.709739] console [ttyS0] disabled [ 4.730234] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 12, base_baud = 10416666) is a 16550A [ 5.160232] console [ttyS0] enabled [ 5.183267] serial8250.1: ttyS1 at MMIO 0xf1012100 (irq = 13, base_baud = 10416666) is a 16550A [ 5.191060] serial8250 serial8250.2: unable to register port at index 0 (IO0 MEMf1012200 IRQ14): -28 [ 5.198977] serial8250 serial8250.3: unable to register port at index 0 (IO0 MEMf1012300 IRQ15): -28 [ 5.215142] loop: module loaded [ 5.217599] sata_mv sata_mv.0: version 1.28 [ 5.217651] sata_mv sata_mv.0: cannot get optional clkdev [ 5.221821] sata_mv sata_mv.0: slots 32 ports 2 [ 5.229720] scsi host0: sata_mv [ 5.232256] scsi host1: sata_mv [ 5.234666] ata1: SATA max UDMA/133 irq 26 [ 5.237447] ata2: SATA max UDMA/133 irq 26 [ 5.241220] libphy: Fixed MDIO Bus: probed [ 5.249846] random: fast init done [ 5.255593] libphy: orion_mdio_bus: probed [ 5.258511] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 5.356877] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:1d:73:e7:a5:67 [ 5.456861] mv643xx_eth_port mv643xx_eth_port.1 eth1: port 0 with MAC address 00:1d:73:e7:a5:68 [ 5.464446] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 5.469745] ehci-pci: EHCI PCI platform driver [ 5.472980] ehci-orion: EHCI orion driver [ 5.475834] orion-ehci orion-ehci.0: EHCI Host Controller [ 5.479936] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1 [ 5.486450] orion-ehci orion-ehci.0: irq 16, io mem 0xf1050000 [ 5.514490] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00 [ 5.520052] hub 1-0:1.0: USB hub found [ 5.522623] hub 1-0:1.0: 1 port detected [ 5.525748] orion-ehci orion-ehci.1: EHCI Host Controller [ 5.529846] orion-ehci orion-ehci.1: new USB bus registered, assigned bus number 2 [ 5.536306] orion-ehci orion-ehci.1: irq 17, io mem 0xf1051000 [ 5.564490] orion-ehci orion-ehci.1: USB 2.0 started, EHCI 1.00 [ 5.570045] hub 2-0:1.0: USB hub found [ 5.572604] hub 2-0:1.0: 1 port detected [ 5.575703] orion-ehci orion-ehci.2: EHCI Host Controller [ 5.579801] orion-ehci orion-ehci.2: new USB bus registered, assigned bus number 3 [ 5.586249] orion-ehci orion-ehci.2: irq 18, io mem 0xf1052000 [ 5.614490] orion-ehci orion-ehci.2: USB 2.0 started, EHCI 1.00 [ 5.619961] hub 3-0:1.0: USB hub found [ 5.622514] hub 3-0:1.0: 1 port detected [ 5.625809] usbcore: registered new interface driver usblp [ 5.630320] usbcore: registered new interface driver usb-storage [ 5.635458] usbcore: registered new interface driver ums-datafab [ 5.640331] usbcore: registered new interface driver ums-freecom [ 5.645211] usbcore: registered new interface driver ums-jumpshot [ 5.650165] usbcore: registered new interface driver ums-sddr09 [ 5.654936] usbcore: registered new interface driver ums-sddr55 [ 5.659879] i2c /dev entries driver [ 5.665903] rtc-rs5c372 0-0032: rs5c372a found, 24hr [ 5.675841] rtc-rs5c372 0-0032: rtc core: registered rtc-rs5c372 as rtc0 [ 5.681821] md: linear personality registered for level -1 [ 5.686347] md: raid0 personality registered for level 0 [ 5.690337] md: raid1 personality registered for level 1 [ 5.694320] md: raid10 personality registered for level 10 [ 5.698794] md: raid6 personality registered for level 6 [ 5.702787] md: raid5 personality registered for level 5 [ 5.706887] md: raid4 personality registered for level 4 [ 5.710874] md: multipath personality registered for level -4 [ 5.715366] md: faulty personality registered for level -5 [ 5.720582] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com [ 5.727925] device-mapper: raid: Loading target version 1.9.1 [ 5.732704] usbcore: registered new interface driver usbhid [ 5.737290] usbhid: USB HID core driver [ 5.740122] oprofile: no performance counters [ 5.743519] oprofile: using timer interrupt. [ 5.746785] NET: Registered protocol family 17 [ 5.752850] rtc-rs5c372 0-0032: setting system clock to 2019-08-11 01:27:24 UTC (1565486844) [ 10.774483] ata1: link is slow to respond, please be patient (ready=0) [ 15.254481] ata1: SRST failed (errno=-16) [ 15.754493] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300) [ 15.761885] ata1.00: ATA-9: SanDisk SSD U100 32GB, 10.56.00, max UDMA/133 [ 15.767365] ata1.00: 62533296 sectors, multi 1: LBA48 NCQ (depth 31/32) [ 15.773083] ata1.00: configured for UDMA/133 [ 15.786517] scsi 0:0:0:0: Direct-Access ATA SanDisk SSD U100 6.00 PQ: 0 ANSI: 5 [ 15.845361] sd 0:0:0:0: [sda] 62533296 512-byte logical blocks: (32.0 GB/29.8 GiB) [ 15.852430] sd 0:0:0:0: [sda] Write Protect is off [ 15.855966] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 15.856080] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 15.868374] sda: sda1 sda2 sda3 sda4 sda5 [ 15.873611] sd 0:0:0:0: [sda] Attached SCSI disk [ 16.185933] ata2: SATA link down (SStatus 0 SControl F300) [ 16.200245] md: Waiting for all devices to be available before autodetect [ 16.205739] md: If you don't use raid, use raid=noautodetect [ 16.211032] md: Autodetecting RAID arrays. [ 16.213816] md: Scanned 0 and added 0 devices. [ 16.217104] md: autorun ... [ 16.218582] md: ... autorun DONE. [ 16.221160] EXT4-fs (sda2): couldn't mount as ext3 due to feature incompatibilities [ 16.237290] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) [ 16.243645] VFS: Mounted root (ext4 filesystem) on device 8:2. [ 16.251694] devtmpfs: mounted [ 16.254397] Freeing unused kernel memory: 288K [ 16.257670] This architecture does not have kernel memory protection. [ 16.481287] random: systemd: uninitialized urandom read (16 bytes read) [ 16.493253] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 16.510318] systemd[1]: Detected architecture arm. [ 16.544999] systemd[1]: Set hostname to <tswxl>. [ 16.567447] random: systemd: uninitialized urandom read (16 bytes read) [ 16.671359] random: systemd-cryptse: uninitialized urandom read (16 bytes read) [ 17.084313] systemd[1]: Created slice User and Session Slice. [ 17.114887] systemd[1]: Listening on fsck to fsckd communication Socket. [ 17.154978] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 17.626657] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro [ 18.351302] systemd-journald[524]: Received request to flush runtime journal from PID 1 [ 18.835379] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 19.435682] md: bind<sda1> [ 19.449492] md: bind<sda5> [ 19.463204] md/raid1:md0: active with 1 out of 2 mirrors [ 19.475069] md0: detected capacity change from 0 to 1024393216 [ 19.482394] md/raid1:md10: active with 1 out of 4 mirrors [ 19.494694] created bitmap (1 pages) for device md10 [ 19.499048] md10: bitmap initialized from disk: read 1 pages, set 1 of 16 bits [ 19.532535] md10: detected capacity change from 0 to 1024446464 [ 19.779328] Adding 1000432k swap on /dev/md10. Priority:-1 extents:1 across:1000432k [ 21.849518] EXT4-fs (md0): mounting ext3 file system using the ext4 subsystem [ 21.934904] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null) [ 22.726022] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down [ 26.250410] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled [ 147.537942] random: crng init done [ 147.540037] random: 7 urandom warning(s) missed due to ratelimiting
↧
Re: Buffalo Terastation III TS-X4.0L/r5 (Sakura) From Stock 1.71(Buffalo Latest FW) ==>Debian Jessie/Stretch
Initrd was corrupted. Even though your built kernel is smaller, there is the DTB in uImage and uInitrd decompression.
With a modern Kirwood kernel such as 4.19.x,0 you can use these load addresses:
0x800000 for uImage
0x2100000 for uInitrd
With a modern Kirwood kernel such as 4.19.x,0 you can use these load addresses:
0x800000 for uImage
0x2100000 for uInitrd
↧
Re: Buffalo Terastation III TS-X4.0L/r5 (Sakura) From Stock 1.71(Buffalo Latest FW) ==>Debian Jessie/Stretch
@kiddouk have you ever successfully loaded an initrd on these devices?
↧