On Thu, Dec 25, 2014 at 11:19:34PM -0600, Edwin Amsler said:
> I downloaded the december 15th snapshot for the Cubieboard miniroot and the 
> installer is crashing. The file was from the University of Toronto mirror, 
> here?s the URL:
> http://openbsd.cs.toronto.edu/pub/OpenBSD/snapshots/armv7/miniroot-sunxi-56.fs
> 
> It?s not my AHCI contribution from last month since I?m able to format and 
> write zeros to the connected laptop drive. The install script is calling 
> something that?s making the kernel panic. Any tips for troubleshooting? I?ll 
> probably just dump a bunch of `echo`s in there to figure out at what point 
> this ?alignment fault? is happening.
> 
> Here?s the console dump:
> 
> (I)nstall, (U)pgrade, (A)utoinstall or (S)hell? i
> At any prompt except password prompts you can escape to a shell by
> typing '!'. Default answers are shown in []'s and are selected by
> pressing RETURN.  You can exit this program at any time by pressing
> Control-C, but this can leave your system in an inconsistent state.
> 
> Terminal type? [vt220] 
> System hostname? (short form, e.g. 'foo') Cubieboard
> 
> Fatal kernel mode data abort: 'Alignment Fault 1'
> trapframe: 0xd11996bc
> DFSR=00000801, DFAR=d1199857, spsr=80000013
> r0 =d1199857, r1 =00009c28, r2 =0000bb05, r3 =6d750000
> r4 =d1199857, r5 =6d759c28, r6 =661cbb05, r7 =0000ffff
> r8 =0000ffff, r9 =9c286d75, r10=bb05661c, r11=d1199740
> r12=d1199744, ssp=d1199708, slr=00000008, pc =c0890d9c
> 
> panic: Fatal abort
> syncing disks... done
> rebooting...
> 
> 

I'm getting this on a BeagleBone Black as well from the Dec. 14 snapshot
from ftp3.usa.openbsd.org (miniroot-am335x-56.fs).

Fatal kernel mode data abort: 'Alignment Fault 1'
trapframe: 0xcfb416bc
DFSR=00000801, DFAR=cfb41857, spsr=80000013
r0 =cfb41857, r1 =00009b4f, r2 =00008776, r3 =3f5d0000
r4 =cfb41857, r5 =3f5d9b4f, r6 =5a8c8776, r7 =0000ffff
r8 =0000ffff, r9 =9b4f3f5d, r10=87765a8c, r11=cfb41740
r12=cfb41744, ssp=cfb41708, slr=00000008, pc =c038fac4

panic: Fatal abort
syncing disks... done
rebooting...

~~~

OpenBSD 5.6-current (RAMDISK-OMAP) #5: Sat Dec 13 19:42:28 AEDT 2014
    j...@armv7.jsg.id.au:/usr/src/sys/arch/armv7/compile/RAMDISK-OMAP
real mem  = 536870912 (512MB)
avail mem = 515444736 (491MB)
mainbus0 at root
cpu0 at mainbus0: ARM Cortex A8 R3 rev 2 (ARMv7 core)
cpu0: DC enabled IC enabled WB disabled EABT branch prediction enabled
cpu0: 32KB(64b/l,4way) I-cache, 32KB(64b/l,4way) wr-back D-cache
omap0 at mainbus0: BeagleBone
prcm0 at omap0 rev 0.2
sitaracm0 at omap0: control module, rev 1.0
intc0 at omap0 rev 5.0
omap0: device edma unit 0 not configured
dmtimer0 at omap0 rev 3.1
dmtimer1 at omap0 rev 3.1
omdog0 at omap0 rev 0.1
omgpio0 at omap0: rev 0.1
omgpio1 at omap0: rev 0.1
omgpio2 at omap0: rev 0.1
omgpio3 at omap0: rev 0.1
omap0: device tiiic unit 0 not configured
omap0: device tiiic unit 1 not configured
omap0: device tiiic unit 2 not configured
ommmc0 at omap0
sdmmc0 at ommmc0
ommmc1 at omap0
sdmmc1 at ommmc1
com0 at omap0: ti16750, 64 byte fifo
com0: console
cpsw0 at omap0: version 1.12 (0), address d0:5f:b8:f5:e7:c1
ukphy0 at cpsw0 phy 2: Generic IEEE 802.3u media interface, rev. 1: OUI 0x0001f0
, model 0x000f
scsibus0 at sdmmc0: 2 targets, initiator 0
sd0 at scsibus0 targ 1 lun 0: <SD/MMC, Drive #01, > SCSI2 0/direct fixed
sd0: 30436MB, 512 bytes/sector, 62333952 sectors
scsibus1 at sdmmc1: 2 targets, initiator 0
sd1 at scsibus1 targ 1 lun 0: <SD/MMC, Drive #01, > SCSI2 0/direct fixed
sd1: 3688MB, 512 bytes/sector, 7553024 sectors
boot device: sd0
root on rd0a swap on rd0b dump on rd0b

Reply via email to