Quote:
Originally Posted by idoit
It doesn't work on my DXG. In fact, it makes it instantly reboot!
I'd say let's go back to how v1 was working (without rmmod g_ether and ...) and use dithermation to speed up instead. ?
|
What compiler?
Anything newer than 4.6 generates un-aligned memory accesses on ARMv6.
There is a very good chance that the lab126 kernel wasn't patched to support un-aligned memory accesses.
so check your compiler/compiler docs - see if you can disable un-aligned memory accesses - -
or use an older compiler.