Show pagesourceOld revisionsBacklinksBack to top × Table of Contents CloudEngines Pogoplug v4/mobile Supported Versions Hardware Highlights Installation Installation for booting from NAND (TFTP method) Installation for booting from NAND (USB method) Not working/tested Hardware Photos Opening the case Serial JTAG GPIO Bootlogs OpenWrt bootlog Hardware mods Adding SATA Resources Tags CloudEngines Pogoplug v4/mobile The Pogoplug Mobile (POGO-V4-A1-01) and Pogoplug Series 4 (POGO-V4-A3-01) are low-cost backup and media sharing devices based on the Marvell Kirkwood (ARM) CPU. The Pogoplug Mobile is notable for its low cost (< $10 USD). OpenWrt forum thread: Pogoplug Mobile - Potentially the Best OpenWrt Platform @ $10 shipped Pogoplug Mobile POGO-V4-A1-01 (blue-ish logo) Pogoplug Series 4 POGO-V4-A3-01 (red-ish logo) Supported Versions Brand↓ ModelVersionCurrent ReleaseOEM InfoForum TopicTechnical DataPogoplugPogoplug MobilePOGO-V4-A1-0119.07.6https://forum.openwrt.org/viewtopic.php?id=51769View/Edit dataPogoplugPogoplug V4POGO-V4-A3-01, POGO-V4-A3-0219.07.6View/Edit data Hardware Highlights ↓ ModelVersionSoCCPU MHzFlash MBRAM MBWLAN HardwareWLAN2.4WLAN5.0100M portsGbit portsModemUSBPogoplug MobilePOGO-V4-A1-01Marvell 88F6192800128NAND128----1-1x 2.0Pogoplug V4POGO-V4-A3-01, POGO-V4-A3-02Marvell 88F6192800128NAND, SD128----1-1x 2.0, 2x 3.0 Installation ↓ ModelVersionCurrent ReleaseFirmware OpenWrt InstallFirmware OpenWrt UpgradeFirmware OEM StockPogoplug MobilePOGO-V4-A1-0119.07.6http://downloads.openwrt.org/releases/19.07.6/targets/kirkwood/generic/openwrt-19.07.6-kirkwood-cloudengines_pogoe02-squashfs-factory.binhttp://downloads.openwrt.org/releases/19.07.6/targets/kirkwood/generic/openwrt-19.07.6-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.binPogoplug V4POGO-V4-A3-01, POGO-V4-A3-0219.07.6http://downloads.openwrt.org/releases/19.07.6/targets/kirkwood/generic/openwrt-19.07.6-kirkwood-cloudengines_pogoplugv4-initramfs-uImagehttp://downloads.openwrt.org/releases/19.07.6/targets/kirkwood/generic/openwrt-19.07.6-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin Installation for booting from NAND (TFTP method) You need u-Boot 2020.04 from snapshot repository. U-Boot from 19.07 have broken usb and ethernet. 1. Run serial console and go to u-boot. 2. Copy u-boot via tftp and write to NAND: Pogoplugv4> mw 0x0800000 0xffff 0x100000 Pogoplugv4> nand erase 0x0 100000 Pogoplugv4> setenv ipaddr 192.168.1.2 Pogoplugv4> setenv serverip 192.168.1.4 Pogoplugv4> tftp 0x0800000 openwrt-kirkwood-pogoplugv4-u-boot.kwb Pogoplugv4> nand write 0x0800000 0x0 0x100000 Pogoplugv4> reset 3. Run new u-Boot, repair bootcmd and restore MAC address from sticker pogoplugv4> setenv ethaddr AA:BB:CC:DD:EE:FF pogoplugv4> setenv bootcmd 'ubi part ubi; ubi read 0x800000 kernel; bootm 0x800000' pogoplugv4> saveenv 4. Copy and run initramfs image Pogoplugv4> setenv ipaddr 192.168.1.2 Pogoplugv4> setenv serverip 192.168.1.4 pogoplugv4> tftpboot cloudengines_pogoplugv4-initramfs-uImage pogoplugv4> bootm 0x800000 5. Download sysupgrade image and perform sysupgrade Installation for booting from NAND (USB method) You need u-Boot 2020.04 from snapshot repository. U-Boot from 19.07 have broken usb and ethernet. 1. Prepare usb fat32 drive with u-boot.kwb and initramfs image. Stick it to USB 2.0 port. 2. Run serial console and go to u-boot. 3. Copy u-boot from usb and write to NAND: pogoplugv4> mw 0x0800000 0xffff 0x100000 Pogoplugv4> nand erase 0x0 100000 pogoplugv4> usb start pogoplugv4> fatload usb 0 0x0800000 u-boot.kwb pogoplugv4> nand write 0x0800000 0x0 0x100000 pogoplugv4> reset 4. Run new u-Boot, repair bootcmd and restore MAC address from sticker pogoplugv4> setenv ethaddr AA:BB:CC:DD:EE:FF pogoplugv4> setenv bootcmd 'ubi part ubi; ubi read 0x800000 kernel; bootm 0x800000' pogoplugv4> saveenv 5. Copy and run initramfs image: pogoplugv4> usb start pogoplugv4> fatload usb 0 0x0800000 initramfs-uImage pogoplugv4> bootm 0x800000 6. Download sysupgrade image and perform sysupgrade. Not working/tested Eject button Hardware Photos Opening the case Case may be opened by removing screws beneath two rubber feet at back of device, then lifting while prying the sides of the upper part out to unhook a latch on each side about 2/3rds of the way toward the front. Serial Serial connection is at J11, left of SD as you face SD opening. Pins are 0V, Rx, Tx (moving right to left from SD). Do not connect +V pin. Make sure your serial device is 3.3V, not 5V. Baud rate is 115200. J11 VCC Tx Rx GND JTAG JTAG access points are available on the back side of the board. TDI TP19 TDO TP20 TCK TP18 TMS_CPU TP21 RSTn TP17 There is also TMS_CORE on TP22 but I didn't need this. Instructions for the dockstar devices worked for me. GPIO There are at least 12 usable GPIO on this board excluding the serial console pins. Below is an image with the ones I've found so far. In addition to these the two LEDs can also be repurposed. The green LED is GPIO22 and the red LED is GPIO24. There are also two unpopulated LEDs on the bottom of the board close to the 6192 processor marked LED7 and LED8. LED7 is GPIO23 and LED8 is GPIO21. The pad closest to the processor is tied to the pin. Here is the hardware peripheral mapping (http://free-electrons.com/kerneldoc//latest/devicetree/bindings/pinctrl/marvell,kirkwood-pinctrl.txt). Can anyone verify this? Seems strange to have MISO as output only, could be other errors? * Marvell Kirkwood 88f6192 name pins functions ================================================================================ mpp0 0 gpio, nand(io2), spi(cs) mpp1 1 gpo, nand(io3), spi(mosi) mpp2 2 gpo, nand(io4), spi(sck) mpp3 3 gpo, nand(io5), spi(miso) mpp4 4 gpio, nand(io6), uart0(rxd), ptp(clk), sata1(act) mpp5 5 gpo, nand(io7), uart0(txd), ptp(trig), sata0(act) mpp6 6 sysrst(out), spi(mosi), ptp(trig) mpp7 7 gpo, pex(rsto), spi(cs), ptp(trig) mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), ptp(clk), mii(col), mii-1(rxerr), sata1(prsnt) mpp9 9 gpio, twsi(sck), uart0(cts), uart1(cts), ptp(evreq), mii(crs), sata0(prsnt) mpp10 10 gpo, spi(sck), uart0(txd), ptp(trig), sata1(act) mpp11 11 gpio, spi(miso), uart0(rxd), ptp(clk), ptp-1(evreq), ptp-2(trig), sata0(act) mpp12 12 gpo, sdio(clk) mpp13 13 gpio, sdio(cmd), uart1(txd) mpp14 14 gpio, sdio(d0), uart1(rxd), mii(col), sata1(prsnt) mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd), sata0(act) mpp16 16 gpio, sdio(d2), uart0(cts), uart1(rxd), mii(crs), sata1(act) mpp17 17 gpio, sdio(d3), sata0(prsnt) mpp18 18 gpo, nand(io0) mpp19 19 gpo, nand(io1) mpp20 20 gpio, ge1(txd0), ts(mp0), tdm(tx0ql), audio(spdifi), sata1(act) mpp21 21 gpio, ge1(txd1), sata0(act), ts(mp1), tdm(rx0ql), audio(spdifo) mpp22 22 gpio, ge1(txd2), ts(mp2), tdm(tx2ql), audio(rmclk), sata1(prsnt) mpp23 23 gpio, ge1(txd3), sata0(prsnt), ts(mp3), tdm(rx2ql), audio(bclk) mpp24 24 gpio, ge1(rxd0), ts(mp4), tdm(spi-cs0), audio(sdo) mpp25 25 gpio, ge1(rxd1), ts(mp5), tdm(spi-sck), audio(lrclk) mpp26 26 gpio, ge1(rxd2), ts(mp6), tdm(spi-miso), audio(mclk) mpp27 27 gpio, ge1(rxd3), ts(mp7), tdm(spi-mosi), audio(sdi) mpp28 28 gpio, ge1(col), ts(mp8), tdm(int), audio(extclk) mpp29 29 gpio, ge1(txclk), ts(mp9), tdm(rst) mpp30 30 gpio, ge1(rxclk), ts(mp10), tdm(pclk) mpp31 31 gpio, ge1(rxclk), ts(mp11), tdm(fs) mpp32 32 gpio, ge1(txclko), ts(mp12), tdm(drx) mpp33 33 gpo, ge1(txclk), tdm(drx) mpp34 34 gpio, ge1(txen), tdm(spi-cs1) mpp35 35 gpio, ge1(rxerr), sata0(act), mii(rxerr), tdm(tx0ql) Bootlogs OpenWrt bootlog U-Boot 2020.04 (Apr 20 2020 - 22:01:49 +0000) Pogoplug V4 SoC: Kirkwood 88F6281_A1 DRAM: 128 MiB NAND: 128 MiB MMC: Loading Environment from NAND... OK In: serial Out: serial Err: serial Net: egiga0 Hit any key to stop autoboot: 0 ubi0: attaching mtd3 ubi0: scanning is finished ubi0: attached mtd3 (name "ubi", size 126 MiB) ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512 ubi0: VID header offset: 512 (aligned 512), data offset: 2048 ubi0: good PEBs: 1008, bad PEBs: 0, corrupted PEBs: 0 ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 948615404 ubi0: available PEBs: 0, total reserved PEBs: 1008, PEBs reserved for bad PEB handling: 20 No size specified -> Using max size (2580480) Read 2580480 bytes from volume kernel to 00800000 ## Booting kernel from Legacy Image at 00800000 ... Image Name: ARM OpenWrt Linux-5.4.31 Created: 2020-04-14 5:25:29 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2564131 Bytes = 2.4 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK Loading Kernel Image Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.4.31 (krolik@krolik-desktop) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r11954+949-7936cb94a9)) #0 Mon Apr 13 06:05:39 2020 [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000] CPU: VIVT data cache, VIVT instruction cache [ 0.000000] OF: fdt: Machine model: Cloud Engines PogoPlug Series 4 [ 0.000000] Memory policy: Data cache writeback [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480 [ 0.000000] Kernel command line: console=ttyS0,115200 [ 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:off, heap free:off [ 0.000000] Memory: 121132K/131072K available (5166K kernel code, 178K rwdata, 1392K rodata, 1024K init, 203K bss, 9940K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] random: get_random_bytes called from start_kernel+0x2d4/0x500 with crng_init=0 [ 0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 11467562657 ns [ 0.000013] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 12884901885ns [ 0.000054] Switching to timer-based delay loop, resolution 6ns [ 0.000156] Calibrating delay loop (skipped), value calculated using timer frequency.. 333.33 BogoMIPS (lpj=1666666) [ 0.000184] pid_max: default: 32768 minimum: 301 [ 0.000477] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.000511] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.001837] CPU: Testing write buffer coherency: ok [ 0.003148] Setting up static identity map for 0x100000 - 0x10003c [ 0.003523] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3 [ 0.008240] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.008280] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.008500] pinctrl core: initialized pinctrl subsystem [ 0.009976] NET: Registered protocol family 16 [ 0.010866] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.012348] cpuidle: using governor ladder [ 0.012842] Feroceon L2: Enabling L2 [ 0.012901] Feroceon L2: Cache support initialised. [ 0.018284] No ATAGs? [ 0.046497] SCSI subsystem initialized [ 0.047689] usbcore: registered new interface driver usbfs [ 0.047765] usbcore: registered new interface driver hub [ 0.047837] usbcore: registered new device driver usb [ 0.051696] clocksource: Switched to clocksource orion_clocksource [ 0.052646] thermal_sys: Registered thermal governor 'step_wise' [ 0.052953] NET: Registered protocol family 2 [ 0.053710] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.053754] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.053783] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.053810] TCP: Hash tables configured (established 1024 bind 1024) [ 0.053929] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.053962] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.054228] NET: Registered protocol family 1 [ 0.054269] PCI: CLS 0 bytes, default 32 [ 0.057972] workingset: timestamp_bits=14 max_order=15 bucket_order=1 [ 0.067049] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.067066] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.081218] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 0.082548] mvebu-gpio f1010140.gpio: IRQ index 3 not found [ 0.083078] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00 [ 0.083102] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.083118] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 0.083132] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 0.083258] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400 [ 0.083304] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref] [ 0.084728] PCI: bus0: Fast back to back transfers disabled [ 0.084748] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.084908] pci 0000:01:00.0: [1b73:1009] type 00 class 0x0c0330 [ 0.084957] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0000ffff 64bit] [ 0.084982] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit] [ 0.085007] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit] [ 0.085101] pci 0000:01:00.0: supports D1 [ 0.085115] pci 0000:01:00.0: PME# supported from D0 D1 D3hot [ 0.085159] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:01.0 (capable of 4.000 Gb/s with 5 GT/s x1 link) [ 0.086520] PCI: bus1: Fast back to back transfers disabled [ 0.086542] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 0.086815] pci 0000:00:01.0: BAR 8: assigned [mem 0xe0000000-0xe00fffff] [ 0.086835] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0100000-0xe01007ff pref] [ 0.086857] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe000ffff 64bit] [ 0.086883] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0010000-0xe0010fff 64bit] [ 0.086908] pci 0000:01:00.0: BAR 4: assigned [mem 0xe0011000-0xe0011fff 64bit] [ 0.086931] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.086948] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff] [ 0.087536] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.088361] printk: console [ttyS0] disabled [ 0.088470] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 25, base_baud = 10416666) is a 16550A [ 0.620528] printk: console [ttyS0] enabled [ 0.626062] sata_mv f1080000.sata: slots 32 ports 1 [ 0.633980] scsi host0: sata_mv [ 0.637518] ata1: SATA max UDMA/133 irq 32 [ 0.642411] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 0.648735] nand: Hynix H27U1G8F2BTR-BC [ 0.652599] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 0.660160] Scanning device for bad blocks [ 0.778738] 3 fixed-partitions partitions found on MTD device orion_nand [ 0.785430] Creating 3 MTD partitions on "orion_nand": [ 0.790551] 0x000000000000-0x0000001c0000 : "uboot" [ 0.796305] 0x0000001c0000-0x000000200000 : "uboot_env" [ 0.802327] 0x000000200000-0x000008000000 : "ubi" [ 0.808951] libphy: Fixed MDIO Bus: probed [ 0.813406] libphy: orion_mdio_bus: probed [ 0.822033] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 0.831010] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:04:ea:3f [ 0.839813] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.846337] ehci-orion: EHCI orion driver [ 0.850543] orion-ehci f1050000.ehci: EHCI Host Controller [ 0.856068] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 0.863882] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000 [ 0.891716] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 0.898442] hub 1-0:1.0: USB hub found [ 0.902492] hub 1-0:1.0: 1 port detected [ 0.906985] usbcore: registered new interface driver usb-storage [ 1.143044] ata1: SATA link down (SStatus 0 SControl F300) [ 2.001706] rtc-mv f1010300.rtc: internal RTC not ticking [ 2.007207] i2c /dev entries driver [ 2.011275] watchdog: f1020300.watchdog-timer: driver supplied timeout (4294967295) out of range [ 2.020047] watchdog: f1020300.watchdog-timer: falling back to default timeout (25) [ 2.027901] orion_wdt: Initial timeout 25 sec [ 2.033029] mvsdio f1090000.mvsdio: Got CD GPIO [ 2.037574] mvsdio f1090000.mvsdio: Got WP GPIO [ 2.073008] marvell-cesa f1030000.crypto: CESA device successfully registered [ 2.081294] NET: Registered protocol family 10 [ 2.088182] Segment Routing with IPv6 [ 2.091985] NET: Registered protocol family 17 [ 2.096469] 8021q: 802.1Q VLAN Support v1.8 [ 2.101843] random: fast init done [ 2.107778] UBI: auto-attach mtd2 [ 2.111092] ubi0: attaching mtd2 [ 2.320620] ubi0: scanning is finished [ 2.338855] ubi0: attached mtd2 (name "ubi", size 126 MiB) [ 2.344369] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes [ 2.351214] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512 [ 2.357911] ubi0: VID header offset: 512 (aligned 512), data offset: 2048 [ 2.364684] ubi0: good PEBs: 1008, bad PEBs: 0, corrupted PEBs: 0 [ 2.370749] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 [ 2.377957] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 948615404 [ 2.386974] ubi0: available PEBs: 0, total reserved PEBs: 1008, PEBs reserved for bad PEB handling: 20 [ 2.397199] block ubiblock0_1: created from ubi0:1(rootfs) [ 2.402702] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem [ 2.409852] hctosys: unable to open rtc device (rtc0) [ 2.415406] ubi0: background thread "ubi_bgt0d" started, PID 492 [ 2.428305] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 2.439801] Freeing unused kernel memory: 1024K [ 2.444386] Run /sbin/init as init process [ 2.928378] init: Console is alive [ 2.932072] init: - watchdog - [ 3.461347] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.468474] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 3.478595] init: - preinit - [ 4.390724] random: jshn: uninitialized urandom read (4 bytes read) [ 4.438334] random: jshn: uninitialized urandom read (4 bytes read) [ 4.472295] random: jshn: uninitialized urandom read (4 bytes read) [ 4.564188] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled [ 4.574026] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 7.983422] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled [ 7.993285] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 8.753449] UBIFS (ubi0:2): Mounting in unauthenticated mode [ 8.790473] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 573 [ 8.829585] UBIFS (ubi0:2): recovery needed [ 8.968756] UBIFS (ubi0:2): recovery completed [ 8.973339] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data" [ 8.981140] UBIFS (ubi0:2): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 8.991040] UBIFS (ubi0:2): FS size: 120766464 bytes (115 MiB, 936 LEBs), journal size 6064128 bytes (5 MiB, 47 LEBs) [ 9.001621] UBIFS (ubi0:2): reserved for root: 4952683 bytes (4836 KiB) [ 9.008229] UBIFS (ubi0:2): media format: w4/r0 (latest is w5/r0), UUID 6019238C-E27E-4DAF-9CC0-EF0C7CBE7751, small LPT model [ 9.023201] mount_root: switching to ubifs overlay [ 9.038908] overlayfs: upper fs does not support xattr, falling back to index=off and metacopy=off. [ 9.051836] urandom-seed: Seeding with /etc/urandom.seed [ 9.207781] procd: - early - [ 9.210751] procd: - watchdog - [ 9.812503] procd: - watchdog - [ 9.815904] procd: - ubus - [ 9.840789] urandom_read: 3 callbacks suppressed [ 9.840798] random: ubusd: uninitialized urandom read (4 bytes read) [ 9.868591] random: ubusd: uninitialized urandom read (4 bytes read) [ 9.875374] random: ubusd: uninitialized urandom read (4 bytes read) [ 9.882993] procd: - init - Please press Enter to activate this console. [ 10.459199] kmodloader: loading kernel modules from /etc/modules.d/* [ 10.529802] Loading modules backported from Linux version v5.4.27-0-g585e0cc08069 [ 10.537318] Backport generated by backports.git v5.4.27-1-0-gf6e8852f [ 10.618573] xt_time: kernel timezone is -0000 [ 10.769696] PPP generic driver version 2.4.2 [ 10.782989] NET: Registered protocol family 24 [ 10.840137] kmodloader: done loading kernel modules from /etc/modules.d/* [ 10.931188] urngd: v1.0.2 started. [ 11.067128] random: crng init done [ 11.070520] random: 1 urandom warning(s) missed due to ratelimiting [ 18.275530] br-lan: port 1(eth0) entered blocking state [ 18.280742] br-lan: port 1(eth0) entered disabled state [ 18.286330] device eth0 entered promiscuous mode [ 22.014650] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled [ 22.024524] br-lan: port 1(eth0) entered blocking state [ 22.029731] br-lan: port 1(eth0) entered forwarding state [ 22.037144] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready Hardware mods Adding SATA See http://archlinuxarm.org/forum/viewtopic.php?f=53&t=6040 Resources Initial device info thread: https://forum.openwrt.org/viewtopic.php?id=51769 Hardware hacking thread: https://forum.openwrt.org/viewtopic.php?id=52809 Tags How to add tags kirkwood, 128NAND, 128RAM, 1port, GigabitEthernet, 1NIC, 0WNIC, no switch, USB, 1USB, JTAG This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.OKMore information about cookies kirkwood 128nand 128ram 1port gigabitethernet 1nic 0wnic no switch usb 1usb jtag Last modified: 2020/12/19 18:57by danitool