NetBSD-Bugs archive

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

Re: port-evbarm/49395 (cubietruck freezes under i/o load on netbsd-7 and HEAD)



2014-12-06 12:25 GMT+01:00 Martin Husemann <martin%duskware.de@localhost>:
> The following reply was made to PR port-evbarm/49395; it has been noted by GNATS.
>  I am not sure this is the exact same thing, but I can reproduce it in -current
>  even simpler and reliably:
>
>  After building sets on my build machine, I scp them over to /var/tmp on the
>  cubietruck, then move etc.tgz and xet.tgz to /tmp (for later postinstall
>  use), and then do (in C shell syntax):
>
>    cd /
>    foreach tar (var/tmp/*.tgz)
>       echo $tar; tar xpzf $tar
>    end
>
>  This reliably kills my machine. The issue may be KVA vs. WAPBL, haven't tried.

WAPBL disabled (w/o 'log') didn't help during my tests.

But: With that (KVA) hint I played with CUBIETRUCK's config and
modifying it like (== preserve original std.awin settings and limit
mem to 1 gb):

  #makeoptions   KERNEL_BASE_PHYS="0x80000000"
  #makeoptions   KERNEL_BASE_VIRT="0x80000000"
  options       MEMSIZE=1024

produced a working netbsd-7 cubietruck kernel for me (with the side
effect that 'bootargs' is no longer found / supported).

Does this help to localize the problem?

Markus.


Home | Main Index | Thread Index | Old Index