FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

13267 questions

15759 answers

25432 comments

49979 members

0 votes
170 views 0 comments
by
Hi, I have uploaded a custom package to the TRB245, when I run the program it starts but exits after a second while printing "bus error" to the CLI. I ran the same package on the RUT955 and it worked fine. Has anyone come across this error before? Is there any fix?

Regards, Thomas.

1 Answer

0 votes
by

Hi,

Believe it or not - it is a rare error and I believe I didn't encounter it yet. As there is not much information about it on the OpenWRT forums, I gathered what I could.

1. Try resetting your device to factory default settings. Usually, this error comes up after installing some kind of dependency or did something that took the whole memory of your RAM.

2. If you're running any services - try disabling them. 

3. Try installing the package through the console (if it's opkg). Use opkg install <package path> --force-depends

Hope any of these help you.

EB.