[Arm-dev] Kernel ?

Wed Aug 23 09:16:48 UTC 2017
Patrick Laimbock <patrick at laimbock.com>

On 23-08-17 09:20, Nicolas wrote:
> Hello
> 
> So after less than one day, I got my freezes.
> 
> I just have to write something on my sata drive and the bananapi reboots 
> with watchdog.

When I first got my Cubietruck with SSD I had freezes too. I solved it 
by booting the kernel with:

libata.force=1.5G,noncq libata.dma=0

(so add that to the 'append' line in /boot/extlinux/extlinux.conf)

Also make sure the power supply provides enough power.

> Do you know how I can have some logs or debug info? Because it's reset 
> by watchdog I got nothing on logs :s

Maybe use rsyslog to log the kernel messages to another box?

HTH,
Patrick