[Bug 254449] mips_unaligned_load_store: unhandled opcode in address error: 0x38

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 22 19:55:31 UTC 2021


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

--- Comment #2 from Piotr Kubaj <pkubaj at 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.


More information about the freebsd-mips mailing list