Re: Unifi USG-3P Cavium CN5020

Martin Husemann <[email protected]> Sun, 8 Dec 2024 12:59:32 +0100
Newsgroups gmane.os.netbsd.ports.mips.devel
Message-ID <[email protected]>
On Sat, Dec 07, 2024 at 03:38:57PM -0800, Joel wrote:
> Now I see this in dmesg:
>     [     1.000000] cpu1 at cpunode0 core 1 disabled (unresponsive)
> 
> Is there another option needed in the kernel config?
> Is multiprocessor even supported on evbmips octeon?

You need to add a coremask option to the bootoctlinux command.
Mine looks like:

	bootoctlinux 0 coremask=0x3

Martin