Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Mar 2021 19:55:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        mips@FreeBSD.org
Subject:   [Bug 254449] mips_unaligned_load_store: unhandled opcode in address error: 0x38
Message-ID:  <bug-254449-27794-9X7Zh06eWs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254449-27794@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254449-27794@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254449

--- Comment #2 from Piotr Kubaj <pkubaj@FreeBSD.org> ---
There's really nothing I can do, ddb doesn't seem to work on mips.

Here's how to recreate this issue:
git clone -b releng/13.0 https://git.FreeBSD.org/src.git
cd src
make buildworld -j 32 TARGET=mips TARGET_ARCH=mips64
echo include ERL > sys/mips/conf/MYERL
echo options BOOTP >> sys/mips/conf/MYERL
echo options BOOTP_NFSROOT >> sys/mips/conf/MYERL
make buildkernel -j 32 TARGET=mips TARGET_ARCH=mips64 KERNCONF=MYERL
make installworld TARGET=mips TARGET_ARCH=mips64 DESTDIR=/mnt
make installkernel TARGET=mips TARGET_ARCH=mips64 DESTDIR=/mnt KERNCONF=MYERL
make distribution TARGET=mips TARGET_ARCH=mips64 DESTDIR=/mnt

Then enable NFS server.
Boot ERL using the following command (assuming DHCP):
dhcp; tftpboot 0 boot/kernel/kernel; bootoctlinux

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254449-27794-9X7Zh06eWs>