[FS#465] kmodloader (ubox) Illegal intruction

LEDE Bugs lede-bugs at lists.infradead.org
Wed Feb 8 19:08:48 PST 2017


The following task has a new comment added:

FS#465 - kmodloader (ubox) Illegal intruction
User who did this - yousong (yousong)

----------
To debug the SIGILL, you can run gdb on your board and debug it locally, or you can use install gdbserver on your board and debug the program from your build machine.  With the second option debug information on the build machine can be leveraged on to do source-level debug.

On your board


gdbserver 192.168.1.1:7001 /sbin/kmodloader


On your build machine


./scripts/remote-gdb 192.168.1.1:7001 staging_dir/target-mips_24kc_musl/root-malta/sbin/kmodloader

----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=465#comment1664



More information about the lede-bugs mailing list