Port-arm archive

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

Re: New RaspberryPI image to test



On 01/08/13 19:20, Christof Meerwald wrote:
On Tue, Jan 08, 2013 at 09:05:27PM +0900, Jun Ebihara wrote:
From: Nick Hudson <nick.hudson%gmx.co.uk@localhost>
I've just uploaded a new RaspberryPI image to
     ftp://ftp.netbsd.org/pub/NetBSD/misc/skrll/rpi-20130107.img.gz

I get a kernel panic:

NetBSD/evbarm (rpi) booting ...
rpi_bootparams: mac-address  4f5aa5eb27b8
rpi_bootparams: wait time 0 usec
initarm: arm clock   700000000
initarm_common: uvm_page_physload(     4a4,    1c000,..., 0)
uvm_page_physload: ps 0xc0488f10 start      4a4 end    1c000 vm_nphysmem 0
initarm_common: uvm_page_physload(       0,        8,..., 0)
uvm_page_physload: ps 0xc0488f10 start        0 end        8 vm_nphysmem 1
[ Kernel symbol table missing! ]
Loaded initial symtab at 0xc03995cc, strtab at 0xc03d3908, # entries 14817
pmap_postinit: Allocated 35 static L1 descriptor tables
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
     2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
     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 6.99.16 (RPI) #3: Mon Jan  7 16:41:01 UTC 2013
         
nick@zoom:/wrk/obj/evbarm/wrk/netbsd/src-current/sys/arch/evbarm/compile
/RPI
total memory = 448 MB
avail memory = 434 MB
cprng kernel: WARNING insufficient entropy at creation.
mainbus0 (root)
cpu0 at mainbus0 core 0: 700 MHz ARM1176JZ-S r0p7 (ARM11J core)
cpu0: DC enabled IC enabled WB enabled LABT
cpu0: 16KB/32B 4-way L1 Instruction cache
cpu0: 16KB/32B 4-way write-back-locking-C L1 Data cache
vfp0 at cpu0: VFP11
obio0 at mainbus0
bcmicu0 at obio0
bcmmbox0 at obio0: VC mailbox
bcmtmr0 at obio0 intr 3: VC System Timer
bcmpm0 at obio0: Power management, Reset and Watchdog controller
plcom0 at obio0 intr 57
plcom0: txfifo disabled
plcom0: console
sdhc0 at obio0 intr 62: SDHC controller
sdhc0: SD Host Specification 3.0, rev.153
sdmmc0 at sdhc0 slot 0
dotg0 at obio0 intr 9: USB controller
vcfb0 at obio0 intr 0: VideoCore (0x0)
panic: kernel diagnostic assertion "(bpa & ~0xc0000000) < 256 * 1024 * 1024" failed: file 
"/wrk/netbsd/src-current/sys/arch/arm/broadcom/bcm2835_space.c", line 299
Stopped in pid 0.1 (system) at  netbsd:cpu_Debugger+0x4:        bx      r14
db>


Hmm, is it getting confused because I have more than 256 MB memory?

Yeah, will make sure the bcm2835_space.c doesn't have this problem in future versions.

You could try changing the ARM/GPU memory split with gpu_mem= values in config.txt in the msdos partition

rpi# cat /boot/config.txt
gpu_mem=128
rpi#



Christof


Nick



Home | Main Index | Thread Index | Old Index