Jump to content

BananaPi Pro crash at shutdown/reboot with ARMBIAN 5.25 stable Ubuntu 16.04.2 LTS 3.4.113-sun7i


gdampf

Recommended Posts

I tested the actual Xenial on my BPP but got a crashdump each time I reboot or shutdown the system.

I found, that armhwinfo was causing this crash by removing the module a20_tp.

Disabling the line

/sbin/modprobe -r $(cut -f1 -d' ' </proc/modules)

in /etc/init.d/armhwinfo avoid this problem.

This line is part of a patch Thomas Kaiser introduced in October last year.

I don't know, if this problem occurs only in my configuration (nothing special, but a connected Lemaker 5" LCD may be the difference), or it is related to the Kernel 3.4.113 only, but it goes reproducably wrong, if this line is active. It cause the oposite of the intention of this patch, because after the crash, the next module (sunxi_ir) is ending in a loop. So no sync is executed and the power stays on.

Without this line, all works well.

I think, the patch has to be patched again - don't touch a20_tp.

 

BR

Guido

Link to comment
Share on other sites

I tested the actual Xenial on my BPP but got a crashdump each time I reboot or shutdown the system.

I found, that armhwinfo was causing this crash by removing the module a20_tp.

Disabling the line

/sbin/modprobe -r $(cut -f1 -d' ' </proc/modules)

in /etc/init.d/armhwinfo avoid this problem.

 

I have the same problem with 3.4.113 on a pdDuino2 and this resolved it. Thanks for the work-around.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines