Welcome! Log In Create A New Profile

Advanced

Pogoplug Biz - Accidentally Flashed Marvell UInitrd and uImage to NAND

Posted by LeggoMyEggo 
Pogoplug Biz - Accidentally Flashed Marvell UInitrd and uImage to NAND
January 17, 2015 03:04PM
OK let me start off by saying DUH! I don't know how I did it but I accidentally flashed MARVELL stage 1 boot files to my OXNAS device. So from a JTAG console I can see it trying to boot the kernel but it fails because of my obvious FUBAR. I have tried to follow the forum threads about how to load a new uboot but that works at a higher level than what I am able to access my device at in it's current state. I know I can resurrect it because I have JTAG with prompt through Putty but I am unsure what commands to issue and what files to load on a USB drive or SATA disk (I have both available for use) in order to re-flash the NAND and get the proper files into NAND so that I can boot the proper kernel.

To give you a point of reference, what I think I need to do is something similar to loading Debian on a Sheevaplug (which I have done on my Sheevaplug) following this guide: http://www.cyrius.com/debian/kirkwood/sheevaplug/install/. I know I cant install Debian on OXNAS this way because the official Debian installer only works on Kirkwood devices like the Sheevaplug, Dreamplug and Guruplug - and TTBOMK, it wont work on Pogoplugs. However, with that as a reference and from doing a help listing of available commands at the low level OXNAS prompt on the Biz, I see the same commands available to load uinitrd and uimage but I wasnt sure if I needed to tweak the actual command line input for the Biz. And beyond loading uinitrd and uimage, what is the next instruction I need to call to actually load the kernel.

Any suggestions greatly appreciated.



Edited 2 time(s). Last edit at 01/17/2015 05:08PM by LeggoMyEggo.
Re: Pogoplug Biz - Accidentally Flashed Marvell UInitrd and uImage to NAND
January 17, 2015 10:47PM
LeggoMyEggo,

Basically, if you can access the box through JTAG, then you can recover by flashing the latest OXNAS u-boot:
http://forum.doozan.com/read.php?3,16017

To make sure we can give appropriate suggestion, please capture your console log and post here. This is to see it is compatible.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Pogoplug Biz - Accidentally Flashed Marvell UInitrd and uImage to NAND
January 18, 2015 04:08AM
Re: Pogoplug Biz - Accidentally Flashed Marvell UInitrd and uImage to NAND
January 18, 2015 09:29AM
It's not a Video fortunately, it's a Biz I bought from Adorama a couple months ago. Here is my printenv from Putty console.

OX820 # printenv
autoload=no
baudrate=115200
bootargs=console=ttyS0,115200n8
bootcmd=run dt_bootcmd_usb
bootdelay=10
console=console=ttyS0,115200n8
dt_bootcmd_usb=usb start; run dt_usb_bootcmd; usb stop; reset
dt_bootm=bootm $uimage_addr $uinitrd_addr $dtb_addr
dt_load_dtb=ext2load usb 0:1 $dtb_addr /boot/dts/ox820-pogoplug-pro.dtb
dt_load_initrd=ext2load usb 0:1 $uinitrd_addr /boot/uInitrd
dt_load_uimage=ext2load usb 0:1 $uimage_addr /boot/uImage
dt_usb_boot=run dt_load_uimage; run dt_load_initrd; run dt_load_dtb; run dt_boom
dt_usb_bootcmd=run usb_set_bootargs; run dt_usb_boot
dtb_addr=0x62c00000
ethact=mii0
ethaddr=xx.xx.xx,xx.xx.xx <<<< Actual values not shown for privacy
if_netconsole=ping $serverip
ipaddr=192.168.0.222
mtdids=nand0=41000000.nand
mtdparts=mtdparts=41000000.nand:14m(boot),-(data)
preboot_nc=run if_netconsole start_netconsole
serverip=192.168.0.220
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; stenv stdout nc; setenv stderr nc; version
stderr=serial
stdin=serial
stdout=serial
uimage_addr=0x60500000
uinitrd_addr=0x60e00000
usb_device=0:1
usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=0

Here is booting without any disks attached:.

(Re)start USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
** Bad device usb 0 **
** Bad device usb 0 **
** Bad device usb 0 **
Wrong Image Format for bootm command

Led: ORANGE (Failed)
ERROR: can't get kernel image!
stopping USB..
resetting ...

U-Boot SPL 2013.10 (Apr 27 2014 - 19:08:27)
Boot device: NAND
Attempting to set PLLA to 800 MHz ...
plla_ctrl0 : 0000030a
plla_ctrl1 : 00400000
plla_ctrl2 : 007f0068
plla_ctrl3 : 00000193

PLLA Set


U-Boot 2013.10-tld-3 (May 15 2014 - 14:54:14) for OXNAS

DRAM: 128 MiB
NAND: 128 MiB
In: serial
Out: serial
Err: serial
Net:
Led: GREEN
mii0
Main Loop
Hit any key to stop autoboot: 0
(Re)start USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
** Bad device usb 0 **
** Bad device usb 0 **
** Bad device usb 0 **
Wrong Image Format for bootm command

Led: ORANGE (Failed)
ERROR: can't get kernel image!
stopping USB..
resetting ...



Edited 1 time(s). Last edit at 01/18/2015 10:19AM by LeggoMyEggo.
Re: Pogoplug Biz - Accidentally Flashed Marvell UInitrd and uImage to NAND
January 18, 2015 11:51AM
LeggoMyEggo,

You're in good shape with u-boot. Just need to get latest rootfs (Updated 02 Nov 2014) from this thread:
http://forum.doozan.com/read.php?2,16044

Put it on a USB thumb drive following the instruction and boot with it.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Pogoplug Biz - Accidentally Flashed Marvell UInitrd and uImage to NAND
January 18, 2015 01:05PM
Put 3.17 on a flash drive and I am getting much further however I don't get a Debian prompt. This is where I get up to now:


2.845634] usb 1-1.2: SerialNumber: AE7FHE0700000917
[ 2.853209] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[ 2.860052] scsi host1: usb-storage 1-1.2:1.0
[ 2.880568] usbcore: registered new interface driver uas
[ 4.047208] scsi 1:0:0:0: Direct-Access PNY USB 2.0 FD 1100 PQ: 0 ANSI: 4
[ 4.060979] sd 1:0:0:0: [sda] 31405824 512-byte logical blocks: (16.0 GB/14.9 GiB)
[ 4.069496] sd 1:0:0:0: [sda] Write Protect is off
[ 4.076062] sd 1:0:0:0: [sda] No Caching mode page found
[ 4.081525] sd 1:0:0:0: [sda] Assuming drive cache: write through
[ 4.098191] sda: sda1
[ 4.112586] sd 1:0:0:0: [sda] Attached SCSI removable disk
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.
Target filesystem doesn't have requested /sbin/init.
No init found. Try passing init= bootarg.
modprobe: module i8042 not found in modules.dep
modprobe: module atkbd not found in modules.dep
modprobe: module uhci-hcd not found in modules.dep
modprobe: module ohci-hcd not found in modules.dep


BusyBox v1.20.2 (Debian 1:1.20.0-7) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/bin/sh: can't access tty; job control turned off
Re: Pogoplug Biz - Accidentally Flashed Marvell UInitrd and uImage to NAND
January 18, 2015 02:18PM
LeggoMyEggo,

> Put 3.17 on a flash drive and I am getting much
> further however I don't get a Debian prompt. This
> is where I get up to now:
>
>
> 2.845634] usb 1-1.2: SerialNumber:
> AE7FHE0700000917
> [ 2.853209] usb-storage 1-1.2:1.0: USB Mass
> Storage device detected
> [ 2.860052] scsi host1: usb-storage 1-1.2:1.0
> [ 2.880568] usbcore: registered new interface
> driver uas
> [ 4.047208] scsi 1:0:0:0: Direct-Access PNY
> USB 2.0 FD 1100 PQ: 0 ANSI: 4
> [ 4.060979] sd 1:0:0:0: [sda] 31405824 512-byte
> logical blocks: (16.0 GB/14.9 GiB)
> [ 4.069496] sd 1:0:0:0: [sda] Write Protect is
> off
> [ 4.076062] sd 1:0:0:0: [sda] No Caching mode
> page found
> [ 4.081525] sd 1:0:0:0: [sda] Assuming drive
> cache: write through
> [ 4.098191] sda: sda1
> [ 4.112586] sd 1:0:0:0: [sda] Attached SCSI
> removable disk
> Begin: Loading essential drivers ... done.
> Begin: Running /scripts/init-premount ... done.
> Begin: Mounting root file system ... Begin:
> Running /scripts/local-top ... done.
> Begin: Running /scripts/local-premount ... done.
> Begin: Running /scripts/local-bottom ... done.
> done.
> Begin: Running /scripts/init-bottom ... done.
> Target filesystem doesn't have requested
> /sbin/init.
> No init found. Try passing init= bootarg.
> modprobe: module i8042 not found in modules.dep
> modprobe: module atkbd not found in modules.dep
> modprobe: module uhci-hcd not found in
> modules.dep
> modprobe: module ohci-hcd not found in
> modules.dep
>
>
> BusyBox v1.20.2 (Debian 1:1.20.0-7) built-in shell
> (ash)
> Enter 'help' for a list of built-in commands.
>
> /bin/sh: can't access tty; job control turned off

This is the rootfs mounting problem.

1. You should have only the USB attached while booting (u-boot envs for multiple drive booting can be adjusted later).
2. Make sure that you have created the rootfs while loggin in as root user (not sudo).

BTW, it's best to post the entire boot log, not a snippet where the problem is!

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 1 time(s). Last edit at 01/18/2015 02:20PM by bodhi.
Re: Pogoplug Biz - Accidentally Flashed Marvell UInitrd and uImage to NAND
January 18, 2015 03:12PM
Apologies, I know I should use that snippet tools as I didn't want to fill the page with code but anyway, here goes:

BEGIN of Screen Print

(initramfs) /bin/reboot
[ 280.118632] reboot: Restarting system

U-Boot SPL 2013.10 (Apr 27 2014 - 19:08:27)
Boot device: NAND
Attempting to set PLLA to 800 MHz ...
plla_ctrl0 : 0000030a
plla_ctrl1 : 00400000
plla_ctrl2 : 007f0068
plla_ctrl3 : 00000193

PLLA Set


U-Boot 2013.10-tld-3 (May 15 2014 - 14:54:14) for OXNAS

DRAM: 128 MiB
NAND: 128 MiB
In: serial
Out: serial
Err: serial
Net:
Led: GREEN
mii0
Main Loop
Hit any key to stop autoboot: 0
(Re)start USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 3 USB Device(s) found
scanning usb for storage devices... 1 Storage Device(s) found
4102704 bytes read in 501 ms (7.8 MiB/s)
1953812 bytes read in 429 ms (4.3 MiB/s)
7029 bytes read in 355 ms (18.6 KiB/s)
## Booting kernel from Legacy Image at 60500000 ...
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
## Loading init Ramdisk from Legacy Image at 60e00000 ...
Image Name: initramfs-3.17.0-oxnas-tld-1
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 1953748 Bytes = 1.9 MiB
Load Address: 60000000
Entry Point: 60000000
Verifying Checksum ... OK
## Flattened Device Tree blob at 62c00000
Booting using the fdt blob at 0x62c00000
Loading Kernel Image ... OK
Loading Ramdisk to 67c4d000, end 67e29fd4 ... OK
Loading Device Tree to 67c48000, end 67c4cb74 ... OK

Led: GREEN

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 3.17.0-oxnas-tld-1 (root@tldDebian) (gcc version 4. 6.3 (Debian 4.6.3-14) ) #1 SMP PREEMPT Sat Oct 25 15:59:43 PDT 2014
[ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr =00c5787d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instructio n 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 pag es: 32512
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdela y=10
[ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Memory: 119844K/131072K available (5686K kernel code, 286K rwdata , 1680K rodata, 174K init, 233K bss, 11228K reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xffe00000 (2048 kB)
[ 0.000000] vmalloc : 0xc8800000 - 0xff000000 ( 872 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0739db0 (7368 kB)
[ 0.000000] .init : 0xc073a000 - 0xc07659c0 ( 175 kB)
[ 0.000000] .data : 0xc0766000 - 0xc07adb00 ( 287 kB)
[ 0.000000] .bss : 0xc07adb00 - 0xc07e809c ( 234 kB)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:160
[ 0.000017] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 42 949670400ns
[ 0.000194] Console: colour dummy device 80x30
[ 0.000225] Calibrating delay loop... 319.48 BogoMIPS (lpj=1597440)
[ 0.050063] pid_max: default: 32768 minimum: 301
[ 0.050242] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.050260] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.051151] Initializing cgroup subsys net_cls
[ 0.051215] CPU: Testing write buffer coherency: ok
[ 0.051632] Setting up static identity map for 0x60567fa0 - 0x60567fd8
[ 0.110471] CPU1: Booted secondary processor
[ 0.170160] Brought up 2 CPUs
[ 0.170186] SMP: Total of 2 processors activated.
[ 0.171210] devtmpfs: initialized
[ 0.175505] prandom: seed boundary self test passed
[ 0.179671] prandom: 100 self tests passed
[ 0.179696] pinctrl core: initialized pinctrl subsystem
[ 0.182868] NET: Registered protocol family 16
[ 0.183416] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.187962] gpio-oxnas 44000000.gpio: at address c8846000
[ 0.188313] gpio-oxnas 44100000.gpio: at address c8848000
[ 0.188989] pinctrl-oxnas pinctrl: initialized OX820 pinctrl driver
[ 0.311257] oxnas-pcie 47c0: PCIe version/deviceID 0x82510b5
[ 0.311334] oxnas-pcie 47c0: link up
[ 0.311572] oxnas-pcie 47c0: PCI host bridge to bus 0000:00
[ 0.311598] pci_bus 0000:00: root bus resource [mem 0x48000000-0x49ffffff]
[ 0.311618] pci_bus 0000:00: root bus resource [mem 0x4a000000-0x4bdfffff pre f]
[ 0.311633] pci_bus 0000:00: root bus resource [io 0x4be00000-0x4befffff]
[ 0.311654] pci_bus 0000:00: root bus resource [bus 00-7f]
[ 0.312102] PCI: bus0: Fast back to back transfers disabled
[ 0.312181] pci 0000:00:00.0: BAR 0: assigned [mem 0x48000000-0x4800ffff]
[ 0.312593] vgaarb: loaded
[ 0.313116] SCSI subsystem initialized
[ 0.314022] usbcore: registered new interface driver usbfs
[ 0.314135] usbcore: registered new interface driver hub
[ 0.314350] usbcore: registered new device driver usb
[ 0.314478] pps_core: LinuxPPS API ver. 1 registered
[ 0.314493] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome tti <giometti@linux.it>
[ 0.314567] PTP clock support registered
[ 0.316160] cfg80211: Calling CRDA to update world regulatory domain
[ 0.316661] Switched to clocksource rps_clocksource_timer
[ 0.331760] NET: Registered protocol family 2
[ 0.332948] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.332997] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.333032] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.333125] TCP: reno registered
[ 0.333153] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.333199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.333516] NET: Registered protocol family 1
[ 0.334026] RPC: Registered named UNIX socket transport module.
[ 0.334046] RPC: Registered udp transport module.
[ 0.334062] RPC: Registered tcp transport module.
[ 0.334074] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.334481] Unpacking initramfs...
[ 0.546897] Freeing initrd memory: 1904K (c7c4d000 - c7e29000)
[ 0.548075] futex hash table entries: 512 (order: 2, 16384 bytes)
[ 0.567859] NFS: Registering the id_resolver key type
[ 0.567930] Key type id_resolver registered
[ 0.567946] Key type id_legacy registered
[ 0.567987] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.568007] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 0.568898] fuse init (API version 7.23)
[ 0.570357] msgmni has been set to 237
[ 0.570941] Key type big_key registered
[ 0.574901] alg: No test for stdrng (krng)
[ 0.648885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 52)
[ 0.648921] io scheduler noop registered
[ 0.648944] io scheduler deadline registered
[ 0.649315] io scheduler cfq registered (default)
[ 0.649902] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[ 0.651345] console [ttyS0] disabled
[ 0.651479] 44200000.uart: ttyS0 at MMIO 0x44200000 (irq = 55, base_baud = 39 0625) is a 16550A
[ 1.202769] console [ttyS0] enabled
[ 1.470551] scsi host0: sata_oxnas
[ 1.527132] ata1: SATA max UDMA/133 irq 50
[ 1.531530] ox820sata: reseting SATA core
[ 1.541775] nand: Could not find valid ONFI parameter page; aborting
[ 1.548144] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[ 1.559767] nand: Hynix NAND 128MiB 3,3V 8-bit
[ 1.564216] nand: 128MiB, SLC, page size: 2048, OOB size: 64
[ 1.569861] Scanning device for bad blocks
[ 1.606405] Bad eraseblock 399 at 0x0000031e0000
[ 1.661918] 2 ofpart partitions found on MTD device 41000000.nand
[ 1.667983] Creating 2 MTD partitions on "41000000.nand":
[ 1.673379] 0x000000000000-0x000000e00000 : "boot"
[ 1.679662] 0x000000e00000-0x000008000000 : "data"
[ 1.686425] stmmaceth 40400000.ethernet: no reset control found
[ 1.692362] stmmac - user ID: 0x12, Synopsys ID: 0x35
[ 1.697390] Ring mode enabled
[ 1.700423] DMA HW capability register supported
[ 1.704947] Enhanced/Alternate descriptors
[ 1.709278] Enabled extended descriptors
[ 1.713277] RX Checksum Offload Engine supported (type 2)
[ 1.718735] TX Checksum insertion supported
[ 1.723010] Wake-Up On Lan supported
[ 1.726653] Enable RX Mitigation via HW Watchdog Timer
[ 1.754508] libphy: stmmac: probed
[ 1.757908] eth0: PHY ID 001cc914 at 0 IRQ POLL (stmmac-0:00) active
[ 1.764290] eth0: PHY ID 001cc914 at 3 IRQ POLL (stmmac-0:03)
[ 1.770147] PPP generic driver version 2.4.2
[ 1.774830] rt2800pci 0000:00:00.0: enabling device (0140 -> 0142)
[ 1.781352] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3090, rev 3213 d etected
[ 1.792550] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0005 detected
[ 1.801671] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.808184] ehci-pci: EHCI PCI platform driver
[ 1.813040] oxnas-ehci 40200100.ehci: EHCI Host Controller
[ 1.818536] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus nu mber 1
[ 1.826383] oxnas-ehci 40200100.ehci: irq 39, io mem 0x40200100
[ 1.850570] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00
[ 1.856872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.863692] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber= 1
[ 1.870901] usb usb1: Product: EHCI Host Controller
[ 1.875760] usb usb1: Manufacturer: Linux 3.17.0-oxnas-tld-1 ehci_hcd
[ 1.882209] usb usb1: SerialNumber: 40200100.ehci
[ 1.887792] hub 1-0:1.0: USB hub found
[ 1.891650] hub 1-0:1.0: 2 ports detected
[ 1.896327] usbcore: registered new interface driver cdc_acm
[ 1.902044] ata1: SATA link down (SStatus 0 SControl 300)
[ 1.907471] cdc_acm: USB Abstract Control Model driver for USB modems and ISD N adapters
[ 1.915612] usbcore: registered new interface driver cdc_wdm
[ 1.921487] usbcore: registered new interface driver usb-storage
[ 1.927703] usbcore: registered new interface driver usbserial
[ 1.933634] usbcore: registered new interface driver usbserial_generic
[ 1.940198] usbserial: USB Serial support registered for generic
[ 1.946526] mousedev: PS/2 mouse device common for all mice
[ 1.952138] i2c /dev entries driver
[ 1.956771] usbcore: registered new interface driver usbhid
[ 1.962355] usbhid: USB HID core driver
[ 1.966543] TCP: cubic registered
[ 1.971151] NET: Registered protocol family 10
[ 1.977128] sit: IPv6 over IPv4 tunneling driver
[ 1.982753] NET: Registered protocol family 17
[ 1.987358] Key type dns_resolver registered
[ 1.996433] Freeing unused kernel memory: 172K (c073a000 - c0765000)
Loading, please wait...
[ 2.132917] udevd[67]: starting version 175
[ 2.210877] usb 1-1: new high-speed USB device number 2 using oxnas-ehci
[ 2.364659] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[ 2.379279] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.401533] usb 1-1: Product: USB2.0 Hub
[ 2.417185] hub 1-1:1.0: USB hub found
[ 2.422123] hub 1-1:1.0: 4 ports detected
[ 2.710451] usb 1-1.2: new high-speed USB device number 3 using oxnas-ehci
[ 2.822320] usb 1-1.2: New USB device found, idVendor=154b, idProduct=007a
[ 2.829168] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber =3
[ 2.836474] usb 1-1.2: Product: USB 2.0 FD
[ 2.840588] usb 1-1.2: Manufacturer: PNY Technologies
[ 2.845616] usb 1-1.2: SerialNumber: AKJWEEE00000917
[ 2.853217] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[ 2.859998] scsi host1: usb-storage 1-1.2:1.0
[ 2.880435] usbcore: registered new interface driver uas
[ 4.058455] scsi 1:0:0:0: Direct-Access PNY USB 2.0 FD 1100 PQ : 0 ANSI: 4
[ 4.073021] sd 1:0:0:0: [sda] 31405824 512-byte logical blocks: (16.0 GB/14.9 GiB)
[ 4.082301] sd 1:0:0:0: [sda] Write Protect is off
[ 4.087879] sd 1:0:0:0: [sda] No Caching mode page found
[ 4.093306] sd 1:0:0:0: [sda] Assuming drive cache: write through
[ 4.108861] sda: sda1
[ 4.115297] sd 1:0:0:0: [sda] Attached SCSI removable disk
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.
Target filesystem doesn't have requested /sbin/init.
No init found. Try passing init= bootarg.
modprobe: module i8042 not found in modules.dep
modprobe: module atkbd not found in modules.dep
modprobe: module uhci-hcd not found in modules.dep
modprobe: module ohci-hcd not found in modules.dep


BusyBox v1.20.2 (Debian 1:1.20.0-7) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/bin/sh: can't access tty; job control turned off
(initramfs)

END of Screen Print
Re: Pogoplug Biz - Accidentally Flashed Marvell UInitrd and uImage to NAND
January 19, 2015 07:59AM
LeggoMyEggo,

Most likely you need to log in as root on another Linux box, and extract rootfs to a single Ext3 partition USB drive.

And the log can be put in code tag:
U-Boot SPL 2013.10 (Apr 27 2014 - 19:08:27) 
Boot device: NAND 
Attempting to set PLLA to 800 MHz ... 
plla_ctrl0 : 0000030a 
plla_ctrl1 : 00400000 
plla_ctrl2 : 007f0068 
plla_ctrl3 : 00000193 

PLLA Set 


U-Boot 2013.10-tld-3 (May 15 2014 - 14:54:14) for OXNAS 

DRAM: 128 MiB 
NAND: 128 MiB 
In: serial 
Out: serial 
Err: serial 
Net: 
Led: GREEN 
mii0 
Main Loop 
Hit any key to stop autoboot: 0 
(Re)start USB... 
USB0: USB EHCI 1.00 
scanning bus 0 for devices... 3 USB Device(s) found 
scanning usb for storage devices... 1 Storage Device(s) found 
4102704 bytes read in 501 ms (7.8 MiB/s) 
1953812 bytes read in 429 ms (4.3 MiB/s) 
7029 bytes read in 355 ms (18.6 KiB/s) 
## Booting kernel from Legacy Image at 60500000 ... 
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 
## Loading init Ramdisk from Legacy Image at 60e00000 ... 
Image Name: initramfs-3.17.0-oxnas-tld-1 
Image Type: ARM Linux RAMDisk Image (gzip compressed) 
Data Size: 1953748 Bytes = 1.9 MiB 
Load Address: 60000000 
Entry Point: 60000000 
Verifying Checksum ... OK 
## Flattened Device Tree blob at 62c00000 
Booting using the fdt blob at 0x62c00000 
Loading Kernel Image ... OK 
Loading Ramdisk to 67c4d000, end 67e29fd4 ... OK 
Loading Device Tree to 67c48000, end 67c4cb74 ... OK 

Led: GREEN 

Starting kernel ... 

Uncompressing Linux... done, booting the kernel. 
[ 0.000000] Booting Linux on physical CPU 0x0 
[ 0.000000] Linux version 3.17.0-oxnas-tld-1 (root@tldDebian) (gcc version 4. 6.3 (Debian 4.6.3-14) ) #1 SMP PREEMPT Sat Oct 25 15:59:43 PDT 2014 
[ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr =00c5787d 
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instructio n 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 pag es: 32512 
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdela y=10 
[ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) 
[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) 
[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) 
[ 0.000000] Memory: 119844K/131072K available (5686K kernel code, 286K rwdata , 1680K rodata, 174K init, 233K bss, 11228K reserved) 
[ 0.000000] Virtual kernel memory layout: 
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) 
[ 0.000000] fixmap : 0xffc00000 - 0xffe00000 (2048 kB) 
[ 0.000000] vmalloc : 0xc8800000 - 0xff000000 ( 872 MB) 
[ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) 
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) 
[ 0.000000] .text : 0xc0008000 - 0xc0739db0 (7368 kB) 
[ 0.000000] .init : 0xc073a000 - 0xc07659c0 ( 175 kB) 
[ 0.000000] .data : 0xc0766000 - 0xc07adb00 ( 287 kB) 
[ 0.000000] .bss : 0xc07adb00 - 0xc07e809c ( 234 kB) 
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 
[ 0.000000] Preemptible hierarchical RCU implementation. 
[ 0.000000] NR_IRQS:160 
[ 0.000017] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 42 949670400ns 
[ 0.000194] Console: colour dummy device 80x30 
[ 0.000225] Calibrating delay loop... 319.48 BogoMIPS (lpj=1597440) 
[ 0.050063] pid_max: default: 32768 minimum: 301 
[ 0.050242] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) 
[ 0.050260] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) 
[ 0.051151] Initializing cgroup subsys net_cls 
[ 0.051215] CPU: Testing write buffer coherency: ok 
[ 0.051632] Setting up static identity map for 0x60567fa0 - 0x60567fd8 
[ 0.110471] CPU1: Booted secondary processor 
[ 0.170160] Brought up 2 CPUs 
[ 0.170186] SMP: Total of 2 processors activated. 
[ 0.171210] devtmpfs: initialized 
[ 0.175505] prandom: seed boundary self test passed 
[ 0.179671] prandom: 100 self tests passed 
[ 0.179696] pinctrl core: initialized pinctrl subsystem 
[ 0.182868] NET: Registered protocol family 16 
[ 0.183416] DMA: preallocated 256 KiB pool for atomic coherent allocations 
[ 0.187962] gpio-oxnas 44000000.gpio: at address c8846000 
[ 0.188313] gpio-oxnas 44100000.gpio: at address c8848000 
[ 0.188989] pinctrl-oxnas pinctrl: initialized OX820 pinctrl driver 
[ 0.311257] oxnas-pcie 47c0: PCIe version/deviceID 0x82510b5 
[ 0.311334] oxnas-pcie 47c0: link up 
[ 0.311572] oxnas-pcie 47c0: PCI host bridge to bus 0000:00 
[ 0.311598] pci_bus 0000:00: root bus resource [mem 0x48000000-0x49ffffff] 
[ 0.311618] pci_bus 0000:00: root bus resource [mem 0x4a000000-0x4bdfffff pre f] 
[ 0.311633] pci_bus 0000:00: root bus resource [io 0x4be00000-0x4befffff] 
[ 0.311654] pci_bus 0000:00: root bus resource [bus 00-7f] 
[ 0.312102] PCI: bus0: Fast back to back transfers disabled 
[ 0.312181] pci 0000:00:00.0: BAR 0: assigned [mem 0x48000000-0x4800ffff] 
[ 0.312593] vgaarb: loaded 
[ 0.313116] SCSI subsystem initialized 
[ 0.314022] usbcore: registered new interface driver usbfs 
[ 0.314135] usbcore: registered new interface driver hub 
[ 0.314350] usbcore: registered new device driver usb 
[ 0.314478] pps_core: LinuxPPS API ver. 1 registered 
[ 0.314493] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome tti <giometti@linux.it> 
[ 0.314567] PTP clock support registered 
[ 0.316160] cfg80211: Calling CRDA to update world regulatory domain 
[ 0.316661] Switched to clocksource rps_clocksource_timer 
[ 0.331760] NET: Registered protocol family 2 
[ 0.332948] TCP established hash table entries: 1024 (order: 0, 4096 bytes) 
[ 0.332997] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) 
[ 0.333032] TCP: Hash tables configured (established 1024 bind 1024) 
[ 0.333125] TCP: reno registered 
[ 0.333153] UDP hash table entries: 256 (order: 1, 8192 bytes) 
[ 0.333199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) 
[ 0.333516] NET: Registered protocol family 1 
[ 0.334026] RPC: Registered named UNIX socket transport module. 
[ 0.334046] RPC: Registered udp transport module. 
[ 0.334062] RPC: Registered tcp transport module. 
[ 0.334074] RPC: Registered tcp NFSv4.1 backchannel transport module. 
[ 0.334481] Unpacking initramfs... 
[ 0.546897] Freeing initrd memory: 1904K (c7c4d000 - c7e29000) 
[ 0.548075] futex hash table entries: 512 (order: 2, 16384 bytes) 
[ 0.567859] NFS: Registering the id_resolver key type 
[ 0.567930] Key type id_resolver registered 
[ 0.567946] Key type id_legacy registered 
[ 0.567987] nfs4filelayout_init: NFSv4 File Layout Driver Registering... 
[ 0.568007] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). 
[ 0.568898] fuse init (API version 7.23) 
[ 0.570357] msgmni has been set to 237 
[ 0.570941] Key type big_key registered 
[ 0.574901] alg: No test for stdrng (krng) 
[ 0.648885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 52) 
[ 0.648921] io scheduler noop registered 
[ 0.648944] io scheduler deadline registered 
[ 0.649315] io scheduler cfq registered (default) 
[ 0.649902] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled 
[ 0.651345] console [ttyS0] disabled 
[ 0.651479] 44200000.uart: ttyS0 at MMIO 0x44200000 (irq = 55, base_baud = 39 0625) is a 16550A 
[ 1.202769] console [ttyS0] enabled 
[ 1.470551] scsi host0: sata_oxnas 
[ 1.527132] ata1: SATA max UDMA/133 irq 50 
[ 1.531530] ox820sata: reseting SATA core 
[ 1.541775] nand: Could not find valid ONFI parameter page; aborting 
[ 1.548144] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 
[ 1.559767] nand: Hynix NAND 128MiB 3,3V 8-bit 
[ 1.564216] nand: 128MiB, SLC, page size: 2048, OOB size: 64 
[ 1.569861] Scanning device for bad blocks 
[ 1.606405] Bad eraseblock 399 at 0x0000031e0000 
[ 1.661918] 2 ofpart partitions found on MTD device 41000000.nand 
[ 1.667983] Creating 2 MTD partitions on "41000000.nand": 
[ 1.673379] 0x000000000000-0x000000e00000 : "boot" 
[ 1.679662] 0x000000e00000-0x000008000000 : "data" 
[ 1.686425] stmmaceth 40400000.ethernet: no reset control found 
[ 1.692362] stmmac - user ID: 0x12, Synopsys ID: 0x35 
[ 1.697390] Ring mode enabled 
[ 1.700423] DMA HW capability register supported 
[ 1.704947] Enhanced/Alternate descriptors 
[ 1.709278] Enabled extended descriptors 
[ 1.713277] RX Checksum Offload Engine supported (type 2) 
[ 1.718735] TX Checksum insertion supported 
[ 1.723010] Wake-Up On Lan supported 
[ 1.726653] Enable RX Mitigation via HW Watchdog Timer 
[ 1.754508] libphy: stmmac: probed 
[ 1.757908] eth0: PHY ID 001cc914 at 0 IRQ POLL (stmmac-0:00) active 
[ 1.764290] eth0: PHY ID 001cc914 at 3 IRQ POLL (stmmac-0:03) 
[ 1.770147] PPP generic driver version 2.4.2 
[ 1.774830] rt2800pci 0000:00:00.0: enabling device (0140 -> 0142) 
[ 1.781352] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3090, rev 3213 d etected 
[ 1.792550] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0005 detected 
[ 1.801671] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 
[ 1.808184] ehci-pci: EHCI PCI platform driver 
[ 1.813040] oxnas-ehci 40200100.ehci: EHCI Host Controller 
[ 1.818536] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus nu mber 1 
[ 1.826383] oxnas-ehci 40200100.ehci: irq 39, io mem 0x40200100 
[ 1.850570] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00 
[ 1.856872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 
[ 1.863692] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber= 1 
[ 1.870901] usb usb1: Product: EHCI Host Controller 
[ 1.875760] usb usb1: Manufacturer: Linux 3.17.0-oxnas-tld-1 ehci_hcd 
[ 1.882209] usb usb1: SerialNumber: 40200100.ehci 
[ 1.887792] hub 1-0:1.0: USB hub found 
[ 1.891650] hub 1-0:1.0: 2 ports detected 
[ 1.896327] usbcore: registered new interface driver cdc_acm 
[ 1.902044] ata1: SATA link down (SStatus 0 SControl 300) 
[ 1.907471] cdc_acm: USB Abstract Control Model driver for USB modems and ISD N adapters 
[ 1.915612] usbcore: registered new interface driver cdc_wdm 
[ 1.921487] usbcore: registered new interface driver usb-storage 
[ 1.927703] usbcore: registered new interface driver usbserial 
[ 1.933634] usbcore: registered new interface driver usbserial_generic 
[ 1.940198] usbserial: USB Serial support registered for generic 
[ 1.946526] mousedev: PS/2 mouse device common for all mice 
[ 1.952138] i2c /dev entries driver 
[ 1.956771] usbcore: registered new interface driver usbhid 
[ 1.962355] usbhid: USB HID core driver 
[ 1.966543] TCP: cubic registered 
[ 1.971151] NET: Registered protocol family 10 
[ 1.977128] sit: IPv6 over IPv4 tunneling driver 
[ 1.982753] NET: Registered protocol family 17 
[ 1.987358] Key type dns_resolver registered 
[ 1.996433] Freeing unused kernel memory: 172K (c073a000 - c0765000) 
Loading, please wait... 
[ 2.132917] udevd[67]: starting version 175 
[ 2.210877] usb 1-1: new high-speed USB device number 2 using oxnas-ehci 
[ 2.364659] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608 
[ 2.379279] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 
[ 2.401533] usb 1-1: Product: USB2.0 Hub 
[ 2.417185] hub 1-1:1.0: USB hub found 
[ 2.422123] hub 1-1:1.0: 4 ports detected 
[ 2.710451] usb 1-1.2: new high-speed USB device number 3 using oxnas-ehci 
[ 2.822320] usb 1-1.2: New USB device found, idVendor=154b, idProduct=007a 
[ 2.829168] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber =3 
[ 2.836474] usb 1-1.2: Product: USB 2.0 FD 
[ 2.840588] usb 1-1.2: Manufacturer: PNY Technologies 
[ 2.845616] usb 1-1.2: SerialNumber: AKJWEEE00000917 
[ 2.853217] usb-storage 1-1.2:1.0: USB Mass Storage device detected 
[ 2.859998] scsi host1: usb-storage 1-1.2:1.0 
[ 2.880435] usbcore: registered new interface driver uas 
[ 4.058455] scsi 1:0:0:0: Direct-Access PNY USB 2.0 FD 1100 PQ : 0 ANSI: 4 
[ 4.073021] sd 1:0:0:0: [sda] 31405824 512-byte logical blocks: (16.0 GB/14.9 GiB) 
[ 4.082301] sd 1:0:0:0: [sda] Write Protect is off 
[ 4.087879] sd 1:0:0:0: [sda] No Caching mode page found 
[ 4.093306] sd 1:0:0:0: [sda] Assuming drive cache: write through 
[ 4.108861] sda: sda1 
[ 4.115297] sd 1:0:0:0: [sda] Attached SCSI removable disk 
Begin: Loading essential drivers ... done. 
Begin: Running /scripts/init-premount ... done. 
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. 
Begin: Running /scripts/local-premount ... done. 
Begin: Running /scripts/local-bottom ... done. 
done. 
Begin: Running /scripts/init-bottom ... done. 
Target filesystem doesn't have requested /sbin/init. 
No init found. Try passing init= bootarg. 
modprobe: module i8042 not found in modules.dep 
modprobe: module atkbd not found in modules.dep 
modprobe: module uhci-hcd not found in modules.dep 
modprobe: module ohci-hcd not found in modules.dep 


BusyBox v1.20.2 (Debian 1:1.20.0-7) built-in shell (ash) 
Enter 'help' for a list of built-in commands. 

/bin/sh: can't access tty; job control turned off 
(initramfs)

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Pogoplug Biz - Accidentally Flashed Marvell UInitrd and uImage to NAND
January 19, 2015 09:02AM
Perhaps I am mistaken.
Had the same error on the core linux-3.17.0-kirkwood-tld-1-bodhi.tar.bz2 .
Edited by file .config the kernel.
Steels work.


4134c4140
< # CONFIG_USB_EHCI_HCD_PLATFORM is not set
---
> CONFIG_USB_EHCI_HCD_PLATFORM=y
4142,4146c4148,4151
< CONFIG_USB_OHCI_HCD=m
< CONFIG_USB_OHCI_HCD_PCI=m
< # CONFIG_USB_OHCI_HCD_SSB is not set
< # CONFIG_USB_OHCI_HCD_PLATFORM is not set
< CONFIG_USB_UHCI_HCD=m
---
> CONFIG_USB_OHCI_HCD=y
> CONFIG_USB_OHCI_HCD_PCI=y
> CONFIG_USB_OHCI_HCD_PLATFORM=y
> CONFIG_USB_UHCI_HCD=y
Re: Pogoplug Biz - Accidentally Flashed Marvell UInitrd and uImage to NAND
January 19, 2015 10:25AM
balbes150,

If only Leggo and you have seen this, but others have not, then it's not related to
CONFIG_USB_OHCI_HCD=m
CONFIG_USB_UHCI_HCD=m

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Pogoplug Biz - Accidentally Flashed Marvell UInitrd and uImage to NAND
January 21, 2015 03:39PM
SUCCESS! :)

bodhi, your suspicion about it having something to do with root rights was correct. I think what my error was, I had actually been unzipping your bz2 file using 7-zip on my Windows machine and then SSH copying the resultant tar file over to the Beaglebone Black I was using to create the disk. Once I discovered how to unzip a bz2 file (apt-get install bzip2 then bunzip2 Debian*), I was able create the new disk on the Linux machine and as soon as I booted the PP Biz on the newly created disk, bam it came right up on the network and I could SSH in to it.

Thanks again for your advice and saving me from parting out my PP!
Re: Pogoplug Biz - Accidentally Flashed Marvell UInitrd and uImage to NAND
January 22, 2015 12:25AM
LeggoMyEggo,

Cool! I think the best approach in solving booting problem: most of the time the problem is quite simple, when in doubt, repeat the instruction exactly the same way it was written, for sanity, like you did.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 1 time(s). Last edit at 01/22/2015 12:26AM by bodhi.
Re: Pogoplug Biz - Accidentally Flashed Marvell UInitrd and uImage to NAND
January 22, 2015 03:09PM
bodhi,

Am I correct that the built in Ralink wireless adapter is not supported yet in 3.17? I was able to get it to work previously using shv's image but all the steps I used to do that before didn't work this time. When I first booted, I loaded wpasupplicant and wireless-tools and did a ifconfig -a and wlan0 is present but editing /etc/network/interfaces doesn't help and the driver doesn't show up with lsmod. I know from earlier it should be ra0 instead of wlan0. I was able to get a USB wifi adapter to work (a Realtek one) with your 3.17 without having to do anything more than a depmod -a. I hoped it would help by instaling firmware-ralink from the repository but still no go. I've scoured your forum, google and the arch linux forums and the information available is either too old and is no longer applicable or there are dead links to driver files that appear they might be able to make the built-in mini pci-e adapter work.

Would it be easier to just get another cheap mini pci-e adapter that has mainline support? I have my eye on a recycled Intel 5100 300N adapter which can be picked up for less than $10 shipped. Think this has support in your 3.17?

TIA

LME



Edited 1 time(s). Last edit at 01/22/2015 05:05PM by LeggoMyEggo.
Re: Pogoplug Biz - Accidentally Flashed Marvell UInitrd and uImage to NAND
January 23, 2015 03:23AM
LeggoMyEggo,


> Am I correct that the built in Ralink wireless
> adapter is not supported yet in 3.17?

Most likely correct. I have not verified this, but others have reported the same thing about stock wifi.

> Would it be easier to just get another cheap mini
> pci-e adapter that has mainline support? I have
> my eye on a recycled Intel 5100 300N adapter which
> can be picked up for less than $10 shipped. Think
> this has support in your 3.17?

If you could get a cheap and better dapater, I'd recommend ath9k type. You can usually get one very cheap on eBay.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Pogoplug Biz - Accidentally Flashed Marvell UInitrd and uImage to NAND
January 23, 2015 01:19PM
LeggoMyEggo,

> I have
> my eye on a recycled Intel 5100 300N adapter which
> can be picked up for less than $10 shipped. Think
> this has support in your 3.17?

Not sure if it is (I don't have access to my build environment, ATM).

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: