Port-arm archive

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

Re: NetBSD 7.0_BETA (OPENRD)



Martin Husemann writes:
 > Can you try a -current kernel (just for testing, kernel only)?
 > 
 > I am running a slightly older 7_BETA and a brand new -current on
 > GuruPlugs, both work fine:
 > 
 > mvgbe1 at mvgbec1 port 0 irq 15
 > mvgbe1: Ethernet address 00:50:43:01:83:1f
 > makphy1 at mvgbe1 phy 1: Marvell 88E1149 Gigabit PHY, rev. 3
 > makphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FD
 > X, auto
 > mvpex0 at mvsoc0 unit 0 offset 0x40000-0x41fff irq 9: Marvell PCI Express Interface
 > pci0 at mvpex0
 > pci0: i/o space, memory space enabled
 > vendor 11ab product 6281 (miscellaneous memory, revision 0x03) at pci0 dev 0 function 0 not configured

Sorry about the noice, this was a HW configuration problem. I switched
on the VGA port at the board and it goes fine. 6.1 doesn't have VGA
driver so this this is not problem there. Maybe the kernel could skip
VGA configuration instead of doing panic, though.

Now I can get a little bit further. The userland is a latest snapshot
SD card image from:

  ftp://nyftp.netbsd.org/pub/NetBSD-daily/netbsd-7/201410300010Z/evbarm-arm/binary/gzimg/beagleboard.img.gz

I thought it should be compatible with ARM9E-S V5TE, but is it? Or
is it better to compile own sets and copy them to fresh SD card
manually? It's painfully slow operation, so I like using snapshots
instead.

init: copying out path `/sbin/init' 11
Thu Oct 30 12:11:03 UTC 2014
Starting root file system check:
/dev/rld0a: file system is clean; not checking
panic: kernel diagnostic assertion "(*vpp)->v_type == VNON" failed: file "/home/pnu/src/netbsd_7/src/sys/ufs/ffs/ffs_alloc.c", line 615 
Stopped in pid 60.1 (mount_ffs) at      netbsd:cpu_Debugger+0x4:        bx      r
14
db> bt
0xcb4efa14: netbsd:vpanic+0x10
0xcb4efa2c: netbsd:kern_assert+0x40
0xcb4efad4: netbsd:ffs_valloc+0x8b0
0xcb4efbec: netbsd:wapbl_log_position+0x3a4
0xcb4efc54: netbsd:ffs_wapbl_start+0xdc
0xcb4efcac: netbsd:ffs_mount+0x4ac
0xcb4efcbc: netbsd:VFS_MOUNT+0x18
0xcb4efd3c: netbsd:do_sys_mount+0x49c
0xcb4eff04: netbsd:netbsd32___mount50+0x13c
0xcb4eff74: netbsd:syscall+0x88
0xcb4effac: netbsd:swi_handler+0x94
db> 

-- 
-panu


Home | Main Index | Thread Index | Old Index