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=3D254449

--- 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=3Dmips TARGET_ARCH=3Dmips64
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=3Dmips TARGET_ARCH=3Dmips64 KERNCONF=3DMYERL
make installworld TARGET=3Dmips TARGET_ARCH=3Dmips64 DESTDIR=3D/mnt
make installkernel TARGET=3Dmips TARGET_ARCH=3Dmips64 DESTDIR=3D/mnt KERNCO=
NF=3DMYERL
make distribution TARGET=3Dmips TARGET_ARCH=3Dmips64 DESTDIR=3D/mnt

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

--=20
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>