Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 05, 2015 09:36AM |
Registered: 12 years ago Posts: 115 |
+ sata1_power: regulator@3 { + compatible = "regulator-fixed"; + reg = <3>; + regulator-name = "SATA1 Power"; + regulator-min-microvolt = <5000000>; + regulator-max-microvolt = <5000000>; + regulator-always-on; + regulator-boot-on; + enable-active-high; + gpio = <&gpio1 15 GPIO_ACTIVE_HIGH>; + };
[ 8.622750] ata2: link is slow to respond, please be patient (ready=0) [ 13.122748] ata2: SRST failed (errno=-16) [ 18.672746] ata2: link is slow to respond, please be patient (ready=0) [ 23.172748] ata2: SRST failed (errno=-16)
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 05, 2015 10:01AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 05, 2015 11:04AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 05, 2015 12:19PM |
Admin Registered: 13 years ago Posts: 18,997 |
> + sata1_power: regulator@3 { > + compatible = "regulator-fixed"; > + reg = <3>; > + regulator-name = "SATA1 Power"; > + regulator-min-microvolt = <5000000>; > + regulator-max-microvolt = <5000000>; > + regulator-always-on; > + regulator-boot-on; > + enable-active-high; > + gpio = <&gpio1 15 GPIO_ACTIVE_HIGH>; > + }; >
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 05, 2015 12:31PM |
Registered: 12 years ago Posts: 115 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 05, 2015 12:57PM |
Admin Registered: 13 years ago Posts: 18,997 |
[ 2.942640] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300) [ 2.982679] ata1.00: ATA-8: Hitachi HDS722020ALA330, JKAOA28A, max UDMA/133 [ 2.989672] ata1.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 3.052664] ata1.00: configured for UDMA/133 [ 3.072900] scsi 0:0:0:0: Direct-Access ATA Hitachi HDS72202 A28A PQ: 0 ANSI: 5 [ 3.582632] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
ls -lR /proc/device-tree
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 05, 2015 01:05PM |
Registered: 12 years ago Posts: 115 |
/proc/device-tree/ocp@f1000000/pin-controller@10000/pmx-pwr-sata1:for sata 1 but none for sata 0
bastel
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 06, 2015 03:12PM |
U-Boot 2011.12 (May 03 2012 - 17:04:23) ZyXEL NSA320 2-Bay Power Media Server SoC: Kirkwood 88F6281_A1 DRAM: 512 MiB WARNING: Caches not enabled NAND: 128 MiB In: serial Out: serial Err: serial Net: egiga0 MV88E1318 PHY initialized on egiga0 No link on egiga0 ping failed; host 192.168.1.11 is not alive Hit any key to stop autoboot: 0 NSA320> mw.l f1010100 0020c000
NSA320> usb start (Re)start USB... USB: Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 4 USB Device(s) found scanning bus for storage devices... 2 Storage Device(s) found NSA320> run usb_load_uimage Loading file "/boot/uImage" from usb device 0:1 (usbda1) 2835406 bytes read NSA320> run set_bootargs_usb NSA320> printenv arcNumber=3956 baudrate=115200 boot_sata1=mw 0x800000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10 $mtdparts; ide reset; ext2load ide 0:1 0x800000 /boot/uImage; ext2load ide 0:1 0x01100000 /boot/uInitrd; bootm 0x00800000 0x01100000 boot_sata2=mw 0x800000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sdb1 rootdelay=10 $mtdparts; ide reset; ext2load ide 1:1 0x800000 /boot/uImage; ext2load ide 1:1 0x01100000 /boot/uInitrd; bootm 0x00800000 0x01100000 bootargs=console=ttyS0,115200 root=LABEL=USBROOT rootdelay=10 rootfstype=ext3 mtdparts=orion_nand:1M(u-boot),512K(uboot_env),512K(key_store),512K(info),10M(etc),10M(kernel_1),48896K(rootfs1),10M(kernel_2),-(rootfs2) bootcmd=run bootcmd_usb; run boot_sata1; run boot_sata2; run bootcmd_rescue; reset bootcmd_usb=run usb_init; run usb_load_uimage; run set_bootargs_usb; run usb_boot; bootdelay=3 console=ttyS0,115200 ethact=egiga0 ethaddr=EC:43:F6:BE:6C:BB filesize=2B43CE if_netconsole=ping $serverip ipaddr=192.168.1.253 mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1M(u-boot),512K(uboot_env),512K(key_store),512K(info),10M(etc),10M(kernel_1),48896K(rootfs1),10M(kernel_2),-(rootfs2) netmask=255.255.255.0 partition=nand0,2 preboot=run if_netconsole start_netconsole serverip=192.168.1.11 set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial usb_boot=if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000;else bootm 0x800000;fi; usb_device=0:1 usb_init=usb start; sleep 5; usb start usb_load_uimage=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage usb_root=LABEL=USBROOT usb_rootdelay=10 usb_rootfstype=ext3 Environment size: 1966/131068 bytes NSA320> run usb_boot Loading file "/boot/uInitrd" from usb device 0:1 (usbda1) 6114335 bytes read ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-3.17.0-kirkwood-tld-1 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2835342 Bytes = 2.7 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-3.17.0-kirkwood-tld-1 Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 6114271 Bytes = 5.8 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK 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.17.0-kirkwood-tld-1 (root@tldDebian) (gcc version 4.6.3 (Debian 4.6.3-14) ) #4 PREEMPT Wed Oct 22 00:55:17 PDT 2014 [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000] CPU: VIVT data cache, VIVT instruction cache [ 0.000000] Machine model: Zyxel NSA320 [ 0.000000] Memory policy: Data cache writeback [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=USBROOT rootdelay=10 rootfstype=ext3 mtdparts=orion_nand:1M(u-boot),512K(uboot_env),512K(key_store),512K(info),10M(etc),10M(kernel_1),48896K(rootfs1),10M(kernel_2),-(rootfs2) [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Memory: 505316K/524288K available (5553K kernel code, 358K rwdata, 1892K rodata, 262K init, 302K bss, 18972K reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xffe00000 (2048 kB) [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) [ 0.000000] .text : 0xc0008000 - 0xc074d83c (7447 kB) [ 0.000000] .init : 0xc074e000 - 0xc078f90c ( 263 kB) [ 0.000000] .data : 0xc0790000 - 0xc07e998c ( 359 kB) [ 0.000000] .bss : 0xc07e998c - 0xc08352dc ( 303 kB) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000015] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474836475ns [ 0.000362] Console: colour dummy device 80x30 [ 0.000391] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256) [ 0.090109] pid_max: default: 32768 minimum: 301 [ 0.090232] Security Framework initialized [ 0.090303] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.090325] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.091032] Initializing cgroup subsys devices [ 0.091065] Initializing cgroup subsys freezer [ 0.091089] Initializing cgroup subsys net_cls [ 0.091110] Initializing cgroup subsys blkio [ 0.091199] CPU: Testing write buffer coherency: ok [ 0.091635] Setting up static identity map for 0x542138 - 0x542190 [ 0.091951] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3 [ 0.094233] devtmpfs: initialized [ 0.096576] prandom: seed boundary self test passed [ 0.100666] prandom: 100 self tests passed [ 0.100698] pinctrl core: initialized pinctrl subsystem [ 0.101201] regulator-dummy: no parameters [ 0.106374] NET: Registered protocol family 16 [ 0.106832] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.107955] cpuidle: using governor ladder [ 0.107980] cpuidle: using governor menu [ 0.108410] Feroceon L2: Enabling L2 [ 0.108456] Feroceon L2: Cache support initialised. [ 0.108869] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set [ 0.113904] No ATAGs? [ 0.141729] vgaarb: loaded [ 0.142132] usbcore: registered new interface driver usbfs [ 0.142218] usbcore: registered new interface driver hub [ 0.142348] usbcore: registered new device driver usb [ 0.143475] Switched to clocksource orion_clocksource [ 0.182109] NET: Registered protocol family 2 [ 0.183058] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.183118] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.183170] TCP: Hash tables configured (established 4096 bind 4096) [ 0.183238] TCP: reno registered [ 0.183252] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.183274] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.183469] NET: Registered protocol family 1 [ 0.183850] RPC: Registered named UNIX socket transport module. [ 0.183863] RPC: Registered udp transport module. [ 0.183871] RPC: Registered tcp transport module. [ 0.183878] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.184175] Unpacking initramfs... [ 0.691736] Freeing initrd memory: 5964K (c1101000 - c16d4000) [ 0.691872] NetWinder Floating Point Emulator V0.97 (double precision) [ 0.693227] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.693261] Initialise system trusted keyring [ 0.693362] audit: initializing netlink subsys (disabled) [ 0.693417] audit: type=2000 audit(0.680:1): initialized [ 0.694293] zpool: loaded [ 0.694311] zbud: loaded [ 0.694594] VFS: Disk quotas dquot_6.5.2 [ 0.694646] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.695186] NFS: Registering the id_resolver key type [ 0.695229] Key type id_resolver registered [ 0.695238] Key type id_legacy registered [ 0.695267] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.695283] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 0.695454] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 0.695780] msgmni has been set to 998 [ 0.695952] Key type big_key registered [ 0.698261] alg: No test for stdrng (krng) [ 0.698370] bounce: pool size: 64 pages [ 0.698430] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.698447] io scheduler noop registered [ 0.698460] io scheduler deadline registered [ 0.698495] io scheduler cfq registered (default) [ 0.699795] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 0.700460] irq: Cannot allocate irq_descs @ IRQ34, assuming pre-allocated [ 0.700866] irq: Cannot allocate irq_descs @ IRQ66, assuming pre-allocated [ 0.701718] mvebu-pcie mbus:pcie-controller: PCI host bridge to bus 0000:00 [ 0.701736] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff] [ 0.701750] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 0.701763] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.702093] PCI: bus0: Fast back to back transfers disabled [ 0.702109] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.702278] PCI: bus1: Fast back to back transfers enabled [ 0.702327] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.702619] mv_xor f1060800.xor: Marvell shared XOR driver [ 0.733563] mv_xor f1060800.xor: Marvell XOR: ( xor cpy ) [ 0.773546] mv_xor f1060800.xor: Marvell XOR: ( xor cpy ) [ 0.773732] mv_xor f1060900.xor: Marvell shared XOR driver [ 0.813543] mv_xor f1060900.xor: Marvell XOR: ( xor cpy ) [ 0.853543] mv_xor f1060900.xor: Marvell XOR: ( xor cpy ) [ 0.853969] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.855310] console [ttyS0] disabled [ 0.855371] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 27, base_baud = 12500000) is a 16550A [ 1.504789] console [ttyS0] enabled [ 1.509710] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1 [ 1.516130] nand: Samsung NAND 128MiB 3,3V 8-bit [ 1.520771] nand: 128MiB, SLC, page size: 2048, OOB size: 64 [ 1.526482] Scanning device for bad blocks [ 1.629192] 9 cmdlinepart partitions found on MTD device orion_nand [ 1.635508] Creating 9 MTD partitions on "orion_nand": [ 1.640675] 0x000000000000-0x000000100000 : "u-boot" [ 1.646099] 0x000000100000-0x000000180000 : "uboot_env" [ 1.651736] 0x000000180000-0x000000200000 : "key_store" [ 1.657393] 0x000000200000-0x000000280000 : "info" [ 1.662570] 0x000000280000-0x000000c80000 : "etc" [ 1.667732] 0x000000c80000-0x000001680000 : "kernel_1" [ 1.673287] 0x000001680000-0x000004640000 : "rootfs1" [ 1.678836] 0x000004640000-0x000005040000 : "kernel_2" [ 1.684428] 0x000005040000-0x000008000000 : "rootfs2" [ 1.690859] libphy: Fixed MDIO Bus: probed [ 1.695326] libphy: orion_mdio_bus: probed [ 1.706621] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 1.714700] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address ec:43:f6:be:6c:bb [ 1.723816] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.730379] ehci-pci: EHCI PCI platform driver [ 1.734973] ehci-orion: EHCI orion driver [ 1.739167] orion-ehci f1050000.ehci: EHCI Host Controller [ 1.744762] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 1.752594] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000 [ 1.773512] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 1.779733] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.786584] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.793858] usb usb1: Product: EHCI Host Controller [ 1.798758] usb usb1: Manufacturer: Linux 3.17.0-kirkwood-tld-1 ehci_hcd [ 1.805507] usb usb1: SerialNumber: f1050000.ehci [ 1.810991] hub 1-0:1.0: USB hub found [ 1.814840] hub 1-0:1.0: 1 port detected [ 1.819719] mousedev: PS/2 mouse device common for all mice [ 1.826029] rtc-mv f1010300.rtc: rtc core: registered f1010300.rtc as rtc0 [ 1.833117] i2c /dev entries driver [ 1.842830] rtc-pcf8563 0-0051: chip found, driver version 0.4.3 [ 1.854092] rtc-pcf8563 0-0051: rtc core: registered rtc-pcf8563 as rtc1 [ 1.863015] hidraw: raw HID events driver (C) Jiri Kosina [ 1.868882] drop_monitor: Initializing network drop monitor service [ 1.875459] TCP: cubic registered [ 1.878797] NET: Registered protocol family 17 [ 1.883393] Key type dns_resolver registered [ 1.888436] Loading compiled-in X.509 certificates [ 1.893282] registered taskstats version 1 [ 1.898449] rtc-mv f1010300.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800) [ 1.909037] Freeing unused kernel memory: 260K (c074e000 - c078f000) Loading, please wait... [ 1.984425] udevd[57]: starting version 175 [ 2.133655] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 2.295493] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608 [ 2.302257] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.323616] usb 1-1: Product: USB2.0 Hub [ 2.331408] hub 1-1:1.0: USB hub found [ 2.339622] hub 1-1:1.0: 4 ports detected [ 2.390198] SCSI subsystem initialized [ 2.471406] sata_mv f1080000.sata: slots 32 ports 2 [ 2.514466] scsi host0: sata_mv [ 2.533647] scsi host1: sata_mv [ 2.537183] ata1: SATA max UDMA/133 irq 33 [ 2.541301] ata2: SATA max UDMA/133 irq 33 [ 2.923523] ata1: SATA link down (SStatus 0 SControl F300) [ 3.293517] ata2: SATA link down (SStatus 0 SControl F300) Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Waiting for root file system ... done. Gave up waiting for root device. Common problems: - Boot args (cat /proc/cmdline) - Check rootdelay= (did the system wait long enough?) - Check root= (did the system wait for the right device?) - Missing modules (cat /proc/modules; ls /dev) ALERT! /dev/disk/by-label/USBROOT does not exist. Dropping to a shell! modprobe: module i8042 not found in modules.dep [ 23.670294] uhci_hcd: USB Universal Host Controller Interface driver [ 23.686759] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 23.703864] usbcore: registered new interface driver usbhid [ 23.709464] usbhid: USB HID core driver 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) [ 187.908328] random: nonblocking pool is initialized
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 06, 2015 11:00PM |
Admin Registered: 13 years ago Posts: 18,997 |
bastel
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 07, 2015 04:40AM |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 07, 2015 05:14AM |
Admin Registered: 13 years ago Posts: 18,997 |
bastel
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 07, 2015 07:23AM |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 07, 2015 07:38AM |
Admin Registered: 13 years ago Posts: 18,997 |
bastel
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 07, 2015 05:00PM |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 07, 2015 10:35PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 13, 2015 07:48AM |
Registered: 9 years ago Posts: 33 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 13, 2015 07:53AM |
Registered: 9 years ago Posts: 33 |
# /bin/rm -v /etc/ssh/ssh_host_* # dpkg-reconfigure openssh-server
Sample output: Creating SSH2 RSA key; this may take some time ... Creating SSH2 DSA key; this may take some time ... Restarting OpenBSD Secure Shell server: sshd.
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 13, 2015 09:09AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 13, 2015 10:16AM |
Registered: 9 years ago Posts: 33 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 13, 2015 10:40AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 13, 2015 10:42AM |
Registered: 9 years ago Posts: 33 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 13, 2015 05:53PM |
Registered: 9 years ago Posts: 33 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 14, 2015 01:14AM |
Registered: 9 years ago Posts: 17 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 14, 2015 07:25AM |
Admin Registered: 13 years ago Posts: 18,997 |
+ kirkwood-nsa320.dtb \ + kirkwood-nsa325.dtb \
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 15, 2015 05:25AM |
Registered: 9 years ago Posts: 50 |
root@debian:~# ps aux | grep ntp root 2066 0.0 0.2 2020 1172 ttyS0 S+ 03:23 0:00 grep ntp root@debian:~# /etc/init.d/ntp stop [....] Stopping NTP server: ntpdstart-stop-daemon: warning: failed to kill 1903: No such process . ok root@debian:~# /etc/init.d/ntp start [ ok ] Starting NTP server: ntpd. root@debian:~# ps aux | grep ntp ntp 2107 0.5 0.7 5672 4040 ? Ss 03:23 0:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 104:106 root 2126 0.0 0.2 2020 1132 ttyS0 S+ 03:23 0:00 grep ntp
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 15, 2015 05:40AM |
Registered: 10 years ago Posts: 12 |
pogoplug-1 ~ # uptime 12:39:58 up 1 min, 1 user, load average: 1.40, 0.41, 0.14 pogoplug-1 ~ # ps aux | grep ntp ntp 1917 0.3 3.3 5676 4060 ? Ss 12:39 0:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 104:106 root 2105 0.0 1.0 2024 1228 pts/0 S+ 12:40 0:00 grep --colour=auto ntp pogoplug-1 ~ #
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 15, 2015 05:56AM |
Registered: 9 years ago Posts: 50 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 15, 2015 06:23AM |
Registered: 9 years ago Posts: 50 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 15, 2015 06:36AM |
Registered: 11 years ago Posts: 80 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 16, 2015 06:50AM |
Registered: 9 years ago Posts: 17 |
> + kirkwood-nsa320.dtb \ > + kirkwood-nsa325.dtb \ >