On 2016-04-22 10:32, Jonathan Gray wrote: 

> On Fri, Apr 22, 2016 at 10:10:10AM +0000, Karel W. Dingeldey wrote: 
> 
>> Hi everyone,
>> 
>> I'm currently using OpenBSD 5.7 and 5.8 on a couple of BBBs -- works
>> like a charm.
>> 
>> Since 5.9 came out a couple of days ago, I wanted to use it on another
>> BBB (new install).
>> 
>> When it comes to stating which hard drive it should install to (eMMC in
>> this instance), I can only select sd0, which is the SD card. For some
>> reason the eMMC isn't recognised anymore in this version.
>> 
>> In the change log I saw that some amendments were made to the sdmmc
>> driver (supposedly to improve eMMC support on devices like the BBB). In
>> my case it has quite the contrary effect.
>> 
>> Anyone a similar experience? Maybe a hint how to sort it out?
>> 
>> ThanksKarel
> 
> Which version of u-boot are you using? It seems newer versions may be
> causing problems.
> 
> Can you include the console output here?

Output from the installation boot (are second and third line the
issue?):

U-Boot SPL 2015.10 (Feb 01 2016 - 14:00:12)
MMC: block number 0x100 exceeds max(0x0)
MMC: block number 0x200 exceeds max(0x0)
*** Error - No Valid Environment Area found
*** Warning - bad CRC, using default environment 

reading u-boot.img
reading u-boot.img 

U-Boot 2015.10 (Feb 01 2016 - 14:00:12 +1100) 

Watchdog enabled
I2C: ready
DRAM: 512 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - bad CRC, using default environment 

Net: <ethaddr> not set. Validating first E-fuse MAC
cpsw, usb_ether
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
reading boot.scr
** Unable to read file boot.scr **
reading uEnv.txt
159 bytes read in 4 ms (38.1 KiB/s)
Loaded environment from uEnv.txt
Importing environment from mmc ...
Running uenvcmd ...
reading bsd.umg
8032536 bytes read in 513 ms (14.9 MiB/s)
## Booting kernel from Legacy Image at 82800000 ...
Image Name: boot
Created: 2016-02-26 23:56:02 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 8032472 Bytes = 7.7 MiB
Load Address: 80300000
Entry Point: 80300000
Verifying Checksum ... OK
Loading Kernel Image ... OK 

Starting kernel ... 

OpenBSD/omap booting ...
arg0 0x0 arg1 0xe05 arg2 0x80000100
atag core flags 0 pagesize 0 rootdev 0
atag cmdline [sd0i:/bsd.umg]
atag mem start 0x80000000 size 0x20000000
bootfile: sd0i:/bsd.umg
bootargs:
memory size derived from u-boot
bootconf.mem[0].address = 80000000 pages 131072/0x20000000
Allocating page tables
freestart = 0x80aaa000, free_pages = 128342 (0x0001f556)
IRQ stack: p0x80ad8000 v0xc0ad8000
ABT stack: p0x80ad9000 v0xc0ad9000
UND stack: p0x80ada000 v0xc0ada000
SVC stack: p0x80adb000 v0xc0adb000
Creating L1 page table at 0x80aac000
Mapping kernel
Constructing L2 page tables
undefined page pmap board type: 3589
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
Copyright (c) 1995-2016 OpenBSD. All rights reserved.
http://www.OpenBSD.org 

OpenBSD 5.9 (RAMDISK) #43: Sat Feb 27 10:55:39 AEDT 2016
j...@armv7.jsg.id.au:/usr/src/sys/arch/armv7/compile/RAMDISK
real mem = 536870912 (512MB)
avail mem = 515084288 (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: TI AM335x BeagleBone
prcm0 at omap0 rev 0.2
sitaracm0 at omap0: control module, rev 1.0
intc0 at omap0 rev 5.0
edma0 at omap0 rev 0.0
dmtimer0 at omap0 rev 3.1
dmtimer1 at omap0 rev 3.1
omdog0 at omap0 rev 0.1
omgpio0 at omap0: rev 0.1
gpio0 at omgpio0: 32 pins
omgpio1 at omap0: rev 0.1
gpio1 at omgpio1: 32 pins
omgpio2 at omap0: rev 0.1
gpio2 at omgpio2: 32 pins
omgpio3 at omap0: rev 0.1
gpio3 at omgpio3: 32 pins
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 c8:a0:30:a6:62:88
ukphy0 at cpsw0 phy 0: 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: 7788MB, 512 bytes/sector, 15949824 sectors
sdmmc1: can't enable card
boot device: sd0
root on rd0a swap on rd0b dump on rd0b
WARNING: CHECK AND RESET THE DATE!
erase ^?, werase ^W, kill ^U, intr ^C, status ^T 

Welcome to the OpenBSD/armv7 5.9 installation program.
(I)nstall, (U)pgrade, (A)utoinstall or (S)hell? 
 

Reply via email to