Port-arm archive

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

Size issues with kernels?



Hi,

I haven't had time to look into this in any great detail, but I was getting netbsd-7 going on a Seagate Dockstar using a SHEEVAPLUG config file without sdmmc, and the kernel wouldn't start. I removed a bunch of stuff (audio, Bluetooth, for instance) from the kernel config, recompiled, and it booted and ran just fine. I won't get to test soon, since this machine has to be set up for use, but I thought it'd be good to get some ideas for the next time I can play with a Dockstar. Suggestions?

Thanks,
John


U-Boot 2010.09 (Oct 23 2010 - 11:49:22)
Marvell-Dockstar/Pogoplug by Jeff Doozan

SoC:   Kirkwood 88F6281_A0
DRAM:  128 MiB
NAND:  256 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot:  0
(Re)start USB...
USB:   Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 3 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
Loading file "/rescueme" from usb device 0:1 (usbda1)
Failed to mount ext2 filesystem...
** Bad ext2 partition or disk - usb 0:1 **
reading /rescueme.txt

** Unable to read "/rescueme.txt" from usb 0:1 **
Creating 1 MTD partitions on "nand0":
0x000002500000-0x000010000000 : "mtd=3"
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:        1752
UBI: number of bad PEBs:         0
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:             1731
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 "ubi:rootfs", error -19
Error reading superblock on volume 'ubi:rootfs'!
(Re)start USB...
USB:   Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 3 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
reading netbsd.ub

5416832 bytes read
reading netbsd.ub

5416832 bytes read
## Booting kernel from Legacy Image at 02000000 ...
   Image Name:   NetBSD/sheevaplug 7.0_BETA
   Image Type:   ARM NetBSD Kernel Image (uncompressed)
   Data Size:    5416768 Bytes = 5.2 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
   Loading Kernel Image ...


(just hangs here indefinitely)



Working:

reading netbsd.ub

4287616 bytes read
reading netbsd.ub

4287616 bytes read
## Booting kernel from Legacy Image at 02000000 ...
   Image Name:   NetBSD/sheevaplug 7.0_BETA
   Image Type:   ARM NetBSD Kernel Image (uncompressed)
   Data Size:    4287552 Bytes = 4.1 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK
## Transferring control to NetBSD stage-2 loader (at address 00008000) ...

NetBSD/evbarm (sheevaplug) booting ...
[ Kernel symbol table missing! ]
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 7.0_BETA (DOCKSTAR) #0: Fri Jan  2 12:50:52 UTC 2015
	john%chi.zia.io@localhost:/usr/obj-evbarm/sys/arch/evbarm/compile/DOCKSTAR
...


Home | Main Index | Thread Index | Old Index