Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora May 06, 2014 06:10PM |
Registered: 14 years ago Posts: 26 |
ethact=egiga0 bootdelay=3 baudrate=115200 mainlineLinux=yes console=ttyS0,115200 led_init=green blinking led_exit=green off led_error=orange blinking mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) mtdids=nand0=orion_nand partition=nand0,2 stdin=serial stdout=serial stderr=serial rescue_installed=0 rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi force_rescue=0 force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi ubifs_mtd=3 ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data && ubifsmount rootfs && ubifsload 0x800000 /boot/uImage && ubifsload 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; fi usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_done=1; echo "Found bootable drive on usb $usb"; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done usb_scan_list=1 2 3 4 usb_scan_1=usb=0:1 dev=sda1 usb_scan_2=usb=1:1 dev=sdb1 usb_scan_3=usb=2:1 dev=sdc1 usb_scan_4=usb=3:1 dev=sdd1 usb_init=run usb_scan usb_device=0:1 usb_root=/dev/sda1 usb_rootfstype=ext2 usb_rootdelay=10 usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset ethaddr=00:10:75:1A:5C:5E arcNumber=2097 serverip=192.168.1.5 ipaddr=192.168.1.82 if_netconsole=ping $serverip start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; preboot=run if_netconsole start_netconsoledmesg
Linux version 2.6.37-dockstar (root@debian) (gcc version 4.4.5 (Debian 4.4.5-4) ) #6 Mon Jan 17 01:55:44 CET 2011 CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977 CPU: VIVT data cache, VIVT instruction cache Machine: Seagate Dockstar Board Memory policy: ECC disabled, Data cache writeback On node 0 totalpages: 32768 free_area_init_node: node 0, pgdat c0559fa4, node_mem_map c0588000 Normal zone: 256 pages used for memmap Normal zone: 0 pages reserved Normal zone: 32512 pages, LIFO batch:7 pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 pcpu-alloc: [0] 0 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext2 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) PID hash table entries: 512 (order: -1, 2048 bytes) Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) Memory: 128MB = 128MB total Memory: 124248k/124248k available, 6824k reserved, 0K highmem Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) DMA : 0xffc00000 - 0xffe00000 ( 2 MB) vmalloc : 0xc8800000 - 0xfe800000 ( 864 MB) lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) modules : 0xbf000000 - 0xc0000000 ( 16 MB) .init : 0xc0008000 - 0xc0030000 ( 160 kB) .text : 0xc0030000 - 0xc0525000 (5076 kB) .data : 0xc0526000 - 0xc055b680 ( 214 kB) SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 NR_IRQS:114 Console: colour dummy device 80x30 Calibrating delay loop... 1192.75 BogoMIPS (lpj=5963776) pid_max: default: 32768 minimum: 301 Mount-cache hash table entries: 512 CPU: Testing write buffer coherency: ok regulator: core version 0.5 regulator: dummy: NET: Registered protocol family 16 i2c-core: driver [dummy] registered Kirkwood: MV88F6281-A0, TCLK=200000000. Feroceon L2: Cache support initialised. initial MPP regs: 01111111 11113322 00001111 00100000 00000000 00000000 00000000 final MPP regs: 01111111 11113322 00001111 00000000 00000000 00000000 00000000 bio: create slab <bio-0> at 0 vgaarb: loaded i2c-core: driver [88PM860x] registered SCSI subsystem initialized usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb Switching to clocksource orion_clocksource FS-Cache: Loaded NET: Registered protocol family 2 IP route cache hash table entries: 1024 (order: 0, 4096 bytes) TCP established hash table entries: 4096 (order: 3, 32768 bytes) TCP bind hash table entries: 4096 (order: 2, 16384 bytes) TCP: Hash tables configured (established 4096 bind 4096) TCP reno registered UDP hash table entries: 256 (order: 0, 4096 bytes) UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) NET: Registered protocol family 1 RPC: Registered udp transport module. RPC: Registered tcp transport module. RPC: Registered tcp NFSv4.1 backchannel transport module. PCI: CLS 0 bytes, default 32 FS-Cache: Netfs 'nfs' registered for caching nfs4filelayout_init: NFSv4 File Layout Driver Registering... Installing knfsd (copyright (C) 1996 okir@monad.swb.de). fuse init (API version 7.15) msgmni has been set to 242 io scheduler noop registered io scheduler deadline registered io scheduler cfq registered (default) Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A console [ttyS0] enabled brd: module loaded loop: module loaded physmap-flash.0: failed to claim resource 0 ONFI flash detected ONFI param page 0 valid NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron NAND 256MiB 3,3V 8-bit) Scanning device for bad blocks Bad eraseblock 857 at 0x000006b20000 4 cmdlinepart partitions found on MTD device orion_nand Creating 4 MTD partitions on "orion_nand": 0x000000000000-0x000000100000 : "u-boot" 0x000000100000-0x000000500000 : "uImage" 0x000000500000-0x000002500000 : "rootfs" 0x000002500000-0x000010000000 : "data" MV-643xx 10/100/1000 ethernet driver version 1.4 mv643xx_eth smi: probed net eth0: port 0 with MAC address 00:10:75:1a:5c:5e ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver orion-ehci orion-ehci.0: Marvell Orion EHCI orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1 orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000 orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00 hub 1-0:1.0: USB hub found hub 1-0:1.0: 1 port detected ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver uhci_hcd: USB Universal Host Controller Interface driver Initializing USB Mass Storage driver... usbcore: registered new interface driver usb-storage USB Mass Storage support registered. usbcore: registered new interface driver usbserial USB Serial support registered for generic usbcore: registered new interface driver usbserial_generic usbserial: USB Serial Driver core mice: PS/2 mouse device common for all mice i2c /dev entries driver i2c-core: driver [dev_driver] registered lirc_dev: IR Remote Control driver registered, major 253 IR NEC protocol handler initialized IR RC5(x) protocol handler initialized IR RC6 protocol handler initialized IR JVC protocol handler initialized IR Sony protocol handler initialized IR RC5 (streamzap) protocol handler initialized IR LIRC bridge handler initialized Orion Watchdog Timer: Initial timeout 21 sec cpuidle: using governor ladder cpuidle: using governor menu mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver mv_xor mv_xor.0: Marvell XOR: ( xor cpy ) mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy ) mv_xor mv_xor.2: Marvell XOR: ( xor cpy ) mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy ) sdhci: Secure Digital Host Controller Interface driver sdhci: Copyright(c) Pierre Ossman mmc0: mvsdio driver initialized, lacking card detect (fall back to polling) Registered led device: dockstar:green:health Registered led device: dockstar:orange:health Driver for HIFN 795x crypto accelerator chip has been successfully registered. usbcore: registered new interface driver usbhid usbhid: USB HID core driver zram: num_devices not specified. Using default: 1 zram: Creating 1 devices ... oprofile: hardware counters not available oprofile: using timer interrupt. TCP cubic registered NET: Registered protocol family 17 Gating clock of unused units before: 0x00dfc3fd after: 0x00c701d9 drivers/rtc/hctosys.c: unable to open rtc device (rtc0) Waiting 10sec before mounting root device... usb 1-1: new high speed USB device using orion-ehci and address 2 hub 1-1:1.0: USB hub found hub 1-1:1.0: 4 ports detected usb 1-1.4: new high speed USB device using orion-ehci and address 3 scsi0 : usb-storage 1-1.4:1.0 scsi 0:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 2 sd 0:0:0:0: Attached scsi generic sg0 type 0 sd 0:0:0:0: [sda] 7829504 512-byte logical blocks: (4.00 GB/3.73 GiB) sd 0:0:0:0: [sda] Write Protect is off sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00 sd 0:0:0:0: [sda] Assuming drive cache: write through sd 0:0:0:0: [sda] Assuming drive cache: write through sda: sda1 sda2 sd 0:0:0:0: [sda] Assuming drive cache: write through sd 0:0:0:0: [sda] Attached SCSI removable disk VFS: Mounted root (ext2 filesystem) on device 8:1. Freeing init memory: 160K rtc-mv rtc-mv: internal RTC not ticking eth0: link up, 100 Mb/s, full duplex, flow control disabled NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory NFSD: starting 90-second grace period sshd (1349): /proc/1349/oom_adj is deprecated, please use /proc/1349/oom_score_adj instead.How do I get the u-boot version number from user space?
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora May 06, 2014 06:44PM |
Admin Registered: 13 years ago Posts: 18,994 |
serverip=192.168.1.5 ipaddr=192.168.1.82 if_netconsole=ping $serverip start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; preboot=run if_netconsole start_netconsole
cat /etc/fw_env.config
Re: 2013.10 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02 May 07, 2014 03:29AM |
Registered: 12 years ago Posts: 36 |
Re: 2013.10 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02 May 07, 2014 04:38AM |
Admin Registered: 13 years ago Posts: 18,994 |
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora May 07, 2014 09:29AM |
Registered: 14 years ago Posts: 26 |
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora May 07, 2014 03:56PM |
Admin Registered: 13 years ago Posts: 18,994 |
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora May 08, 2014 05:17PM |
Registered: 14 years ago Posts: 26 |
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora May 11, 2014 06:32PM |
Admin Registered: 13 years ago Posts: 18,994 |
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora May 25, 2014 06:14AM |
Registered: 12 years ago Posts: 40 |
U-Boot 2011.12 (Feb 12 2012 - 21:33:07) Seagate FreeAgent DockStar SoC: Kirkwood 88F6281_A0 DRAM: 128 MiB WARNING: Caches not enabled NAND: 512 MiB In: serial Out: serial Err: serial Net: egiga0 88E1116 Initialized on egiga0 Hit any key to stop autoboot: 0 u-boot>> u-boot>> u-boot>> u-boot>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora May 25, 2014 03:41PM |
Admin Registered: 13 years ago Posts: 18,994 |
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora May 26, 2014 04:59PM |
Registered: 12 years ago Posts: 40 |
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora May 26, 2014 06:01PM |
Admin Registered: 13 years ago Posts: 18,994 |
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora May 27, 2014 07:10AM |
Registered: 12 years ago Posts: 40 |
farsheed
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora June 04, 2014 10:46AM |
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora June 04, 2014 12:43PM |
Admin Registered: 13 years ago Posts: 18,994 |
a
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora June 06, 2014 12:03AM |
a
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora June 06, 2014 12:07AM |
farsheed
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora June 06, 2014 01:39AM |
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora June 06, 2014 03:24AM |
Admin Registered: 13 years ago Posts: 18,994 |
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora June 06, 2014 03:30AM |
Admin Registered: 13 years ago Posts: 18,994 |
farsheed
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora June 06, 2014 09:14AM |
U-Boot 2014.01-tld-1 (Mar 17 2014 - 21:50:38) Seagate GoFlex Net SoC: Kirkwood 88F6281_A1 DRAM: 128 MiB WARNING: Caches not enabled NAND: 256 MiB In: serial Out: serial Err: serial Net: egiga0 88E1116 Initialized on egiga0 Using egiga0 device ping failed; host 10.10.10.3 is not alive 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... 1 Storage Device(s) found ** File not found /rescueme ** ** Unrecognized filesystem type ** UBI: attaching mtd1 to ubi0 UBI: physical eraseblock size: 131072 bytes (128 KiB) UBI: logical eraseblock size: 129024 bytes UBI: smallest flash I/O unit: 2048 UBI: sub-page size: 512 UBI: VID header offset: 512 (aligned 512) UBI: data offset: 2048 UBI: attached mtd1 to ubi0 UBI: MTD device name: "mtd=3" UBI: MTD device size: 219 MiB UBI: number of good PEBs: 1751 UBI: number of bad PEBs: 1 UBI: max. allowed volumes: 128 UBI: wear-leveling threshold: 4096 UBI: number of internal volumes: 1 UBI: number of user volumes: 0 UBI: available PEBs: 1730 UBI: total number of reserved PEBs: 21 UBI: number of PEBs reserved for bad PEB handling: 17 UBI: max/mean erase counter: 1/1 UBIFS error (pid 0): ubifs_get_sb: cannot open "rootfs", error -22 UBIFS error (pid 0): ubifs_mount: Error reading superblock on volume 'rootfs' errno=-22! ubifsmount - mount UBIFS volume Usage: ubifsmount <volume-name> - mount 'volume-name' volume 1 bytes read in 145 ms (0 Bytes/s) Found bootable drive on usb 0:1 3965136 bytes read in 370 ms (10.2 MiB/s) ** File not found /boot/uInitrd ** ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-3.14.4-1-ARCH Created: 2014-05-16 1:38:34 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3965072 Bytes = 3.8 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK Loading Kernel Image ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.14.4-1-ARCH (nobody@root-armv5-copy) (gcc version 4.8.2 20131219 (prerelease) (GCC) ) #1 PREEMPT Thu May 15 19:38:21 MDT 2014 [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977 [ 0.000000] CPU: VIVT data cache, VIVT instruction cache [ 0.000000] Machine: Seagate GoFlex Net [ 0.000000] debug: ignoring loglevel setting. [ 0.000000] Memory policy: Data cache writeback [ 0.000000] On node 0 totalpages: 32768 [ 0.000000] free_area_init_node: node 0, pgdat c07a690c, node_mem_map c7efb000 [ 0.000000] Normal zone: 256 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 32768 pages, LIFO batch:7 [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext2 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) ignore_loglevel netconsole=6665@10.10.10.3/eth0,6666@10.10.10.4/ [ 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: 121212K/131072K available (5541K kernel code, 336K rwdata, 1688K rodata, 258K init, 829K bss, 9860K reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 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 - 0xc071776c (7230 kB) [ 0.000000] .init : 0xc0718000 - 0xc07589b4 ( 259 kB) [ 0.000000] .data : 0xc075a000 - 0xc07ae16c ( 337 kB) [ 0.000000] .bss : 0xc07ae16c - 0xc087d804 ( 830 kB) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:114 [ 0.000012] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474836475ns [ 20.853237] Console: colour dummy device 80x30 [ 20.853265] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584) [ 20.943113] pid_max: default: 32768 minimum: 301 [ 20.943225] Security Framework initialized [ 20.943250] AppArmor: AppArmor disabled by boot time parameter [ 20.943316] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 20.943332] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 20.943908] Initializing cgroup subsys devices [ 20.943931] Initializing cgroup subsys freezer [ 20.943942] Initializing cgroup subsys net_cls [ 20.943952] Initializing cgroup subsys blkio [ 20.943959] Initializing cgroup subsys bfqio [ 20.943968] Initializing cgroup subsys perf_event [ 20.944066] CPU: Testing write buffer coherency: ok [ 20.944446] Setting up static identity map for 0x546360 - 0x5463b8 [ 20.946211] devtmpfs: initialized [ 20.949375] pinctrl core: initialized pinctrl subsystem [ 20.949669] NET: Registered protocol family 16 [ 20.950137] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 20.951052] cpuidle: using governor ladder [ 20.951071] cpuidle: using governor menu [ 20.951230] Kirkwood: MV88F6281-A1, TCLK=200000000. [ 20.951251] Feroceon L2: Enabling L2 [ 20.951288] Feroceon L2: Cache support initialised. [ 20.951916] initial MPP regs: 01111111 11113322 00001111 00100000 00000000 00000000 00000000 [ 20.951942] final MPP regs: 01111111 11113322 00001111 00000000 00000000 00000000 00000000 [ 20.959676] bio: create slab <bio-0> at 0 [ 20.960149] vgaarb: loaded [ 20.960460] SCSI subsystem initialized [ 20.960619] libata version 3.00 loaded. [ 20.960901] usbcore: registered new interface driver usbfs [ 20.960970] usbcore: registered new interface driver hub [ 20.961078] usbcore: registered new device driver usb [ 20.961205] pps_core: LinuxPPS API ver. 1 registered [ 20.961214] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 20.961240] PTP clock support registered [ 20.962102] Switched to clocksource orion_clocksource [ 20.979699] FS-Cache: Loaded [ 20.991588] NET: Registered protocol family 2 [ 20.992248] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 20.992274] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 20.992294] TCP: Hash tables configured (established 1024 bind 1024) [ 20.992361] TCP: reno registered [ 20.992375] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 20.992395] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 20.992608] NET: Registered protocol family 1 [ 20.992642] PCI: CLS 0 bytes, default 32 [ 20.993984] futex hash table entries: 256 (order: -1, 3072 bytes) [ 20.994134] audit: initializing netlink subsys (disabled) [ 20.994192] audit: type=2000 audit(0.130:1): initialized [ 21.101660] VFS: Disk quotas dquot_6.5.2 [ 21.101934] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 21.104289] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. [ 21.105771] aufs 3.14-20140512 [ 21.105797] msgmni has been set to 236 [ 21.107602] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [ 21.107616] io scheduler noop registered [ 21.107624] io scheduler deadline registered [ 21.108032] io scheduler cfq registered [ 21.108070] io scheduler bfq registered (default) [ 21.108078] BFQ I/O-scheduler version: v7r3 [ 21.108239] mv_xor mv_xor.0: Marvell shared XOR driver [ 21.142239] mv_xor mv_xor.0: Marvell XOR: ( xor cpy ) [ 21.182171] mv_xor mv_xor.0: Marvell XOR: ( xor cpy ) [ 21.182354] mv_xor mv_xor.1: Marvell shared XOR driver [ 21.222176] mv_xor mv_xor.1: Marvell XOR: ( xor cpy ) [ 21.262173] mv_xor mv_xor.1: Marvell XOR: ( xor cpy ) [ 21.267264] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 21.288224] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A [ 21.869636] console [ttyS0] enabled [ 21.881491] brd: module loaded [ 21.888810] loop: module loaded [ 21.892281] sata_mv sata_mv.0: version 1.28 [ 21.896546] sata_mv sata_mv.0: cannot get optional clkdev [ 21.902071] sata_mv sata_mv.0: slots 32 ports 2 [ 21.909580] scsi0 : sata_mv [ 21.913106] scsi1 : sata_mv [ 21.916202] ata1: SATA max UDMA/133 irq 21 [ 21.920319] ata2: SATA max UDMA/133 irq 21 [ 21.925515] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda [ 21.931897] nand: Micron MT29F2G08AAD [ 21.935795] nand: 256MiB, SLC, page size: 2048, OOB size: 64 [ 21.941492] Scanning device for bad blocks [ 21.979061] Bad eraseblock 318 at 0x0000027c0000 [ 22.165079] 4 cmdlinepart partitions found on MTD device orion_nand [ 22.171375] Creating 4 MTD partitions on "orion_nand": [ 22.176559] 0x000000000000-0x000000100000 : "u-boot" [ 22.181957] 0x000000100000-0x000000500000 : "uImage" [ 22.187358] 0x000000500000-0x000002500000 : "rootfs" [ 22.192754] 0x000002500000-0x000010000000 : "data" [ 22.204806] libphy: orion_mdio_bus: probed [ 22.209006] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 22.282131] ata1: SATA link down (SStatus 0 SControl F300) [ 22.652121] ata2: SATA link down (SStatus 0 SControl F300) [ 23.298673] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:10:75:26:43:35 [ 23.307567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 23.314140] ehci-pci: EHCI PCI platform driver [ 23.318665] ehci-orion: EHCI orion driver [ 23.322778] orion-ehci orion-ehci.0: EHCI Host Controller [ 23.328229] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1 [ 23.335970] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000 [ 23.352136] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00 [ 23.358973] hub 1-0:1.0: USB hub found [ 23.362798] hub 1-0:1.0: 1 port detected [ 23.367372] usbcore: registered new interface driver usb-storage [ 23.373833] mousedev: PS/2 mouse device common for all mice [ 23.682150] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 23.833808] usb-storage 1-1:1.0: USB Mass Storage device detected [ 23.840209] scsi2 : usb-storage 1-1:1.0 [ 24.382126] rtc-mv rtc-mv: internal RTC not ticking [ 24.387145] i2c /dev entries driver [ 24.391126] orion_wdt: Initial timeout 21 sec [ 24.395827] sdhci: Secure Digital Host Controller Interface driver [ 24.402028] sdhci: Copyright(c) Pierre Ossman [ 24.406463] sdhci-pltfm: SDHCI platform and OF driver helper [ 24.413582] ledtrig-cpu: registered to indicate activity on CPUs [ 24.419737] usbcore: registered new interface driver r8712u [ 24.425756] gre: GRE over IPv4 demultiplexor driver [ 24.430665] TCP: cubic registered [ 24.434011] NET: Registered protocol family 17 [ 24.438584] Key type dns_resolver registered [ 24.443601] registered taskstats version 1 [ 24.448789] netpoll: netconsole: local port 6665 [ 24.453481] netpoll: netconsole: local IPv4 address 10.10.10.3 [ 24.459337] netpoll: netconsole: interface 'eth0' [ 24.464092] netpoll: netconsole: remote port 6666 [ 24.468817] netpoll: netconsole: remote IPv4 address 10.10.10.4 [ 24.474795] netpoll: netconsole: remote ethernet address ff:ff:ff:ff:ff:ff [ 24.481697] netpoll: netconsole: device eth0 not up yet, forcing it [ 24.842948] scsi 2:0:0:0: Direct-Access SanDisk Cruzer 1.00 PQ: 0 ANSI: 2 [ 24.852389] sd 2:0:0:0: [sda] 15625216 512-byte logical blocks: (8.00 GB/7.45 GiB) [ 24.872122] sd 2:0:0:0: [sda] Write Protect is off [ 24.876952] sd 2:0:0:0: [sda] Mode Sense: 03 00 00 00 [ 24.882560] sd 2:0:0:0: Attached scsi generic sg0 type 0 [ 24.892144] sd 2:0:0:0: [sda] No Caching mode page found [ 24.897502] sd 2:0:0:0: [sda] Assuming drive cache: write through [ 24.925500] sd 2:0:0:0: [sda] No Caching mode page found [ 24.930850] sd 2:0:0:0: [sda] Assuming drive cache: write through [ 24.953694] sda: sda1 [ 24.958876] sd 2:0:0:0: [sda] No Caching mode page found [ 24.972133] sd 2:0:0:0: [sda] Assuming drive cache: write through [ 24.978277] sd 2:0:0:0: [sda] Attached SCSI removable disk [ 28.685925] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled [ 28.698014] console [netcon0] enabled [ 28.701699] netconsole: network logging started [ 28.706365] drivers/rtc/hctosys.c: unable to open rtc device (rtc0) [ 28.713663] Waiting 10 sec before mounting root device... [ 38.723393] EXT2-fs (sda1): error: couldn't mount because of unsupported optional features (4) [ 38.732418] List of all partitions: [ 38.735965] 0800 7812608 sda driver: sd [ 38.740650] 0801 7807558 sda1 00000000-01 [ 38.745681] No filesystem could mount root, tried: ext2 [ 38.751085] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,1) [ 38.759397] CPU: 0 PID: 1 Comm: swapper Not tainted 3.14.4-1-ARCH #1 [ 38.765812] [<c000ef64>] (unwind_backtrace) from [<c000c4b8>] (show_stack+0x10/0x14) [ 38.773600] [<c000c4b8>] (show_stack) from [<c0539188>] (panic+0x8c/0x1d8) [ 38.780525] [<c0539188>] (panic) from [<c071906c>] (mount_block_root+0x288/0x2cc) [ 38.788065] [<c071906c>] (mount_block_root) from [<c0719374>] (prepare_namespace+0x160/0x1c0) [ 38.796641] [<c0719374>] (prepare_namespace) from [<c0718c90>] (kernel_init_freeable+0x1f8/0x240) [ 38.805566] [<c0718c90>] (kernel_init_freeable) from [<c0537924>] (kernel_init+0x8/0xec) [ 38.813700] [<c0537924>] (kernel_init) from [<c00094f0>] (ret_from_fork+0x14/0x24)
farsheed
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora June 06, 2014 09:20AM |
root@debian:~# fw_printenv ethact=egiga0 bootdelay=3 baudrate=115200 mainlineLinux=yes console=ttyS0,115200 led_init=green blinking led_exit=green off led_error=orange blinking mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) mtdids=nand0=orion_nand partition=nand0,2 stdin=serial stdout=serial stderr=serial rescue_installed=0 rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi force_rescue=0 force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi ubifs_mtd=3 ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data && ubifsmount rootfs && ubifsload 0x800000 /boot/uImage && ubifsload 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; fi usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_done=1; echo "Found bootable drive on usb $usb"; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done usb_scan_list=1 2 3 4 usb_scan_1=usb=0:1 dev=sda1 usb_scan_2=usb=1:1 dev=sdb1 usb_scan_3=usb=2:1 dev=sdc1 usb_scan_4=usb=3:1 dev=sdd1 usb_init=run usb_scan usb_device=0:1 usb_root=/dev/sda1 usb_rootfstype=ext2 usb_rootdelay=10 usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi arcNumber=3089 sata_device=0:1 sata_root=/dev/sda1 sata_rootfstype=ext3 sata_rootdelay=10 sata_set_bootargs=setenv bootargs console=$console root=$sata_root rootdelay=$sata_rootdelay rootfstype=$sata_rootfstype $mtdparts $sata_custom_params sata_boot=ide reset; mw 0x800000 0 1; ext2load ide $sata_device 0x800000 /boot/uImage; if ext2load ide $sata_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi sata_bootcmd=run sata_set_bootargs; run sata_boot bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run sata_bootcmd; run rescue_bootcmd; run pogo_bootcmd; reset ncip=10.10.10.5 ncipk=10.10.10.4 serverip=10.10.10.3 nc_test=ping $ncip nc_start=setenv stdin nc; setenv stdout nc; setenv stderr nc; version usb_custom_params=ignore_loglevel netconsole=6665@10.10.10.3/eth0,6666@10.10.10.4/ sata_custom_params=ignore_loglevel netconsole=6665@10.10.10.3/eth0,6666@10.10.10.4/ ipaddr=192.168.3.101 if_netconsole=ping $serverip start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; preboot=run if_netconsole start_netconsole
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora June 07, 2014 03:20AM |
Admin Registered: 13 years ago Posts: 18,994 |
serverip=10.10.10.3 ipaddr=192.168.3.101
farsheed
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora June 07, 2014 10:09PM |
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora June 07, 2014 11:59PM |
Admin Registered: 13 years ago Posts: 18,994 |
usb_custom_params=ignore_loglevel netconsole=6665@10.10.10.3/eth0,6666@10.10.10.4/
farsheed
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora June 08, 2014 10:51AM |
arcNumber=3089 sata_device=0:1 sata_root=/dev/sda1 sata_rootfstype=ext3 sata_rootdelay=10 sata_set_bootargs=setenv bootargs console=$console root=$sata_root rootdelay=$sata_rootdelay rootfstype=$sata_rootfstype $mtdparts $sata_custom_params sata_boot=ide reset; mw 0x800000 0 1; ext2load ide $sata_device 0x800000 /boot/uImage; if ext2load ide $sata_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi sata_bootcmd=run sata_set_bootargs; run sata_boot bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run sata_bootcmd; run rescue_bootcmd; run pogo_bootcmd; reset nc_test=ping $ncip nc_start=setenv stdin nc; setenv stdout nc; setenv stderr nc; version ethaddr=00:10:75:26:43:35 serverip=192.168.1.2 ipaddr=192.168.1.100 if_netconsole=ping $serverip start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; preboot=run if_netconsole start_netconsole ncip=192.168.1.99 ncipk=192.168.1.98 usb_custom_params=ignore_loglevel netconsole=6665@192.168.1.2/eth0,6666@192.168.1.98/ sata_custom_params=ignore_loglevel netconsole=6665@192.168.1.2/eth0,6666@192.168.1.98/
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora June 08, 2014 12:45PM |
Admin Registered: 13 years ago Posts: 18,994 |
serverip=192.168.1.2 ipaddr=192.168.1.100 ... usb_custom_params=ignore_loglevel netconsole=6665@192.168.1.2/eth0,6666@192.168.1.98/
farsheed
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora June 09, 2014 09:04PM |
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora June 12, 2014 01:16PM |
Admin Registered: 13 years ago Posts: 18,994 |
farsheed
Re: 2014.01 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02/Dockstar/iConnect/Stora June 12, 2014 07:02PM |