On Fri, Mar 17, 2017 at 10:16:59PM +0100, Oliver Marugg wrote:
> 2.  Used Snapshot OpenBSD 6.1-beta (GENERIC) #0: Tue Mar 14 21:24:42 UTC 
> 2017
> screen during boot showed me those errors:
> 
> ...
> /dev/ksyms: Symbol table not valid.
> savecore: /bsd: kvm_read: version misread
> kvm_mkdb: can't open /dev/ksyms
> ...
> full dmesg below
> 
> Does this happen because of U-Boot ksyms(4) because of bug in mmap(2)?

The behaviour is normal on this system. U-Boot does not preserve
the kernel's symbol table.

> 3. I set coremask=0x3 to boot mp, in dmseg only 1 cpu is shown, but its 
> a dual core.
> Tried with a changed bootcmd to bsd.mp
> bootcmd 'usb reset; fatload usb 0 $loadaddr bsd.mp; bootoctlinux 
> rootdev=sd0 coremask=0x3'
> No success for second core shown. Switched back to bsd, that works.

Are you sure you tried the correct kernel?

Octeon ubnt_e100# bootoctlinux rootdev=sd0 coremask=3
...
OpenBSD 6.1-beta (GENERIC.MP) #0: Tue Mar 14 21:35:59 UTC 2017
    visa@octeon:/usr/src/sys/arch/octeon/compile/GENERIC.MP
real mem = 536870912 (512MB)
avail mem = 524173312 (499MB)
warning: no entropy supplied by boot loader
mainbus0 at root
cpu0 at mainbus0: CN50xx CPU rev 0.1 500 MHz, Software FP emulation
cpu0: cache L1-I 32KB 4 way D 8KB 64 way, L2 128KB 8 way
cpu1 at mainbus0: CN50xx CPU rev 0.1 500 MHz, Software FP emulation
cpu1: cache L1-I 32KB 4 way D 8KB 64 way, L2 128KB 8 way
clock0 at mainbus0: int 5
iobus0 at mainbus0

Reply via email to