[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#775211: <No Subject>



I get this behavior when trying to install Jessie on my sheevaplug.  Files here: ftp://ftp.debian.org/debian/dists/jessie/main/installer-armel/current/images/kirkwood/netboot/marvell/sheevaplug/

Note this device only has one ethernet port.  It's not a cabling issue as the tftpboot commands below took place on the only port.

DHCP fails, and assigning it manually appears to work, but no pings, can't fetch from archive, install can't continue.

I'm not too sure how to diagnose this.  As it's the installer, there is no ifup, ifconfig or related commands.

Here's as much of the log as I have.

=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2015.03.16 13:30:44 =~=~=~=~=~=~=~=~=~=~=~=
tftpboot 0x800000 s uImage
Using egiga0 device
TFTP from server 192.168.2.6; our IP address is 192.168.2.24
Filename 'uImage'.
Load address: 0x800000
Loading: *#################################################################
     #################################################################
     #############
done
Bytes transferred = 2094552 (1ff5d8 hex)
Marvell>> tftpboot 0x1100000 uInitrd
Using egiga0 device
TFTP from server 192.168.2.6; our IP address is 192.168.2.24
Filename 'uInitrd'.
Load address: 0x1100000
Loading: *#################################################################
     #################################################################
     #################################################################
     #################################################################
     #################################################################
     ########################################
done
Bytes transferred = 5357996 (51c1ac hex)
Marvell>> bootm 0x800000 0x1100000
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Debian kernel
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2094488 Bytes = 2 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   debian-installer ramdisk
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    5357932 Bytes = 5.1 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK
Using machid 0x692 from environment

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.16.0-4-kirkwood (debian-kernel@lists.debian.org) (gcc version 4.8.3 (Debian 4.8.3-16) ) #1 Debian 3.16.7-ckt2-1 (2014-12-08)
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: Marvell RD-88F6281 Reference Board
[    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,115200n8 base-installer/initramfs-tools/driver-policy=most
[    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: 508128K/524288K available (3952K kernel code, 361K rwdata, 1452K rodata, 282K init, 293K bss, 16160K reserved, 0K highmem)
[    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]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc054f50c   (5406 kB)
[    0.000000]       .init : 0xc0550000 - 0xc0596864   ( 283 kB)
[    0.000000]       .data : 0xc0598000 - 0xc05f24b0   ( 362 kB)
[    0.000000]        .bss : 0xc05f24b0 - 0xc063baac   ( 294 kB)
[    0.000000] NR_IRQS:114
[    0.000012] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474836475ns
[   17.364781] Console: colour dummy device 80x30
[   17.364806] Calibrating delay loop... 1185.79 BogoMIPS (lpj=2371584)
[   17.388524] pid_max: default: 32768 minimum: 301
[   17.388646] Security Framework initialized
[   17.388698] Yama: disabled by default; enable with sysctl kernel.yama.*
[   17.388770] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   17.388788] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   17.389589] Initializing cgroup subsys memory
[   17.389629] Initializing cgroup subsys devices
[   17.389681] Initializing cgroup subsys freezer
[   17.389706] Initializing cgroup subsys net_cls
[   17.389748] Initializing cgroup subsys blkio
[   17.389782] Initializing cgroup subsys perf_event
[   17.389803] Initializing cgroup subsys net_prio
[   17.389897] CPU: Testing write buffer coherency: ok
[   17.389996] ftrace: allocating 16505 entries in 33 pages
[   17.414273] Setting up static identity map for 0x3bcc20 - 0x3bcc78
[   17.417728] devtmpfs: initialized
[   17.420694] pinctrl core: initialized pinctrl subsystem
[   17.421204] regulator-dummy: no parameters
[   17.421640] NET: Registered protocol family 16
[   17.422031] DMA: preallocated 256 KiB pool for atomic coherent allocations
[   17.423232] cpuidle: using governor ladder
[   17.423258] cpuidle: using governor menu
[   17.423337] Kirkwood: MV88F6281-A0, TCLK=200000000.
[   17.423358] Feroceon L2: Enabling L2
[   17.423394] Feroceon L2: Cache support initialised.
[   17.425555] Kirkwood PCIe port 0: link down
[   17.425565] PCI: bus0 uses PCIe port 0
[   17.425787] PCI host bridge to bus 0000:00
[   17.425806] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[   17.425819] pci_bus 0000:00: root bus resource [io  0x1000-0xffff]
[   17.425830] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[   17.426167] PCI: bus0: Fast back to back transfers disabled
[   17.430784] Switched to clocksource orion_clocksource
[   17.452612] NET: Registered protocol family 2
[   17.453539] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[   17.453598] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[   17.453649] TCP: Hash tables configured (established 4096 bind 4096)
[   17.453707] TCP: reno registered
[   17.453719] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   17.453740] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   17.453922] NET: Registered protocol family 1
[   17.454224] Unpacking initramfs...
[   17.932537] Freeing initrd memory: 5228K (c1101000 - c161c000)
[   17.933846] futex hash table entries: 256 (order: -1, 3072 bytes)
[   17.933935] audit: initializing netlink subsys (disabled)
[   17.933999] audit: type=2000 audit(0.560:1): initialized
[   17.934901] zbud: loaded
[   17.935189] VFS: Disk quotas dquot_6.5.2
[   17.935237] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   17.935340] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[   17.935553] msgmni has been set to 1002
[   17.937487] alg: No test for stdrng (krng)
[   17.937593] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[   17.937794] io scheduler noop registered
[   17.937947] io scheduler cfq registered (default)
[   17.938531] mv_xor mv_xor.0: Marvell shared XOR driver
[   17.954899] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   17.974896] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   17.975069] mv_xor mv_xor.1: Marvell shared XOR driver
[   17.994896] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[   18.014896] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[   18.015319] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   18.016303] console [ttyS0] disabled
[   18.036277] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A
[   18.552959] console [ttyS0] enabled
[   18.557933] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xdc
[   18.564336] nand: Samsung NAND 512MiB 3,3V 8-bit
[   18.568981] nand: 512MiB, SLC, page size: 2048, OOB size: 64
[   18.574681] Scanning device for bad blocks
[   18.672470] Bad eraseblock 1234 at 0x000009a40000
[   18.677242] Bad eraseblock 1235 at 0x000009a60000
[   18.708107] Bad eraseblock 1580 at 0x00000c580000
[   18.713713] Bad eraseblock 1592 at 0x00000c700000
[   18.718487] Bad eraseblock 1593 at 0x00000c720000
[   18.773614] Bad eraseblock 2258 at 0x000011a40000
[   18.778385] Bad eraseblock 2259 at 0x000011a60000
[   18.787707] Bad eraseblock 2320 at 0x000012200000
[   18.792476] Bad eraseblock 2321 at 0x000012220000
[   18.798460] Bad eraseblock 2338 at 0x000012440000
[   18.823339] Bad eraseblock 2604 at 0x000014580000
[   18.829023] Bad eraseblock 2617 at 0x000014720000
[   18.852465] Bad eraseblock 2864 at 0x000016600000
[   18.857239] Bad eraseblock 2865 at 0x000016620000
[   18.887966] Bad eraseblock 3208 at 0x000019100000
[   18.892739] Bad eraseblock 3209 at 0x000019120000
[   18.902977] Bad eraseblock 3282 at 0x000019a40000
[   18.907746] Bad eraseblock 3283 at 0x000019a60000
[   18.938614] Bad eraseblock 3628 at 0x00001c580000
[   18.944294] Bad eraseblock 3641 at 0x00001c720000
[   18.961980] Bad eraseblock 3812 at 0x00001dc80000
[   18.966754] Bad eraseblock 3813 at 0x00001dca0000
[   18.976539] Bad eraseblock 3880 at 0x00001e500000
[   18.981307] Bad eraseblock 3881 at 0x00001e520000
[   18.993741] Bad eraseblock 3983 at 0x00001f1e0000
[   18.998976] Bad eraseblock 3990 at 0x00001f2c0000
[   19.011677] Creating 3 MTD partitions on "orion_nand":
[   19.016858] 0x000000000000-0x000000100000 : "u-boot"
[   19.023052] 0x000000100000-0x000000300000 : "uImage"
[   19.029174] 0x000000300000-0x000020000000 : "root"
[   19.036253] mousedev: PS/2 mouse device common for all mice
[   19.042321] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[   19.048297] i2c /dev entries driver
[   19.052168] ledtrig-cpu: registered to indicate activity on CPUs
[   19.058444] TCP: cubic registered
[   19.061798] NET: Registered protocol family 17
[   19.066305] mpls_gso: MPLS GSO support
[   19.070757] registered taskstats version 1
[   19.075974] rtc-mv rtc-mv: setting system clock to 2015-03-16 19:31:52 UTC (1426534312)
[   19.085718] Freeing unused kernel memory: 280K (c0550000 - c0596000)
[   19.128266] systemd-udevd[37]: starting version 215
[   19.140498] random: systemd-udevd urandom read with 1 bits of entropy available
[   19.201381] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   19.282651] usbcore: registered new interface driver usbfs
[   19.302387] libphy: orion_mdio_bus: probed
[   19.311284] mvsdio mvsdio: no pins associated
[   19.323858] usbcore: registered new interface driver hub
[   19.354468] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:50:43:72:2a:27
[   19.363526] usbcore: registered new device driver usb
[   19.398222] libphy: PHY orion-mdio-mii:0b not found
[   19.406922] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   19.443075] platform mv643xx_eth_port.1: Driver mv643xx_eth_port requests probe deferral
[   19.461585] ehci-orion: EHCI orion driver
[   19.488368] orion-ehci orion-ehci.0: EHCI Host Controller
[   19.509850] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[   19.542646] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[   19.570875] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[   19.579912] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   19.586765] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   19.594030] usb usb1: Product: EHCI Host Controller
[   19.598948] usb usb1: Manufacturer: Linux 3.16.0-4-kirkwood ehci_hcd
[   19.605346] usb usb1: SerialNumber: orion-ehci.0
[   19.636772] hub 1-0:1.0: USB hub found
[   19.640606] hub 1-0:1.0: 1 port detected
[   19.644878] libphy: PHY orion-mdio-mii:0b not found
[   19.659366] platform mv643xx_eth_port.1: Driver mv643xx_eth_port requests probe deferral
[   19.674970] libphy: PHY orion-mdio-mii:0b not found
[   19.683465] platform mv643xx_eth_port.1: Driver mv643xx_eth_port requests probe deferral
Starting system log daemon: syslogd, klogd.

Here's lsmod output:
~ # lsmod
Module                  Size  Used by
ehci_orion              3054  0
ehci_hcd               55676  1 ehci_orion
usbcore               166259  2 ehci_hcd,ehci_orion
mvsdio                  8999  0
usb_common              1850  1 usbcore
mvmdio                  2979  0
mmc_core              102374  1 mvsdio
mv643xx_eth            26370  0
of_mdio                 2348  2 mvmdio,mv643xx_eth
libphy                 23040  3 mvmdio,of_mdio,mv643xx_eth


Reply to: