Comment 6 for bug 1749040

Revision history for this message
Paolo Pisati (p-pisati) wrote : Re: fails to boot on Cavium ThunderX CRB

In the mean time linux-generic-hwe-16.04 has moved to 4.13.0.35.54

$ rmadison -s xenial-proposed linux-generic-hwe-16.04
 linux-generic-hwe-16.04 | 4.13.0.35.54 | xenial-proposed | amd64, arm64, armhf, i386, ppc64el, s390x

The board you tested and lundmark are apparently the same:

$ grep "Board Model" console.log lundmark.log
console.log:Board Model: crb-1s
lundmark.log:Board Model: crb-1s
$ grep "SKU" console.log lundmark.log
console.log:SKU: CN8890-2000BG2601-AAP-Y-G
lundmark.log:SKU: CN8890-2000BG2601-AAP-Y-G
$ grep "Machine model" console.log lundmark.log
console.log:[ 0.000000] Machine model: cavium,thunder-88xx
lundmark.log:[ 0.000000] Machine model: cavium,thunder-88xx

and everything works fine on lundmark:

ubuntu@lundmark:~$ uname -a
Linux lundmark 4.13.0-35-generic #39~16.04.1-Ubuntu SMP Mon Feb 12 15:03:44 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux

FWIW, i tried the same kernel in an Artful installation (thus compied with the artful toolchain), and everything works fine there too.