Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: big-endian kernel fails to boot on Cubietruck



On Fri, Jul 10, 2015 at 11:35:43PM +0900, Rin Okuyama wrote:
> Sorry, I don't remember clearly. I'm on trip this weekend,
> and cannot verify it for a while.

I tested a big endian kernel build with the patch below, and it works
just fine for me.

Martin

Index: CUBIETRUCK
===================================================================
RCS file: /cvsroot/src/sys/arch/evbarm/conf/CUBIETRUCK,v
retrieving revision 1.8
diff -u -r1.8 CUBIETRUCK
--- CUBIETRUCK	1 Jun 2015 23:17:47 -0000	1.8
+++ CUBIETRUCK	10 Jul 2015 17:11:38 -0000
@@ -20,7 +20,7 @@
 #
 no options 	ALLWINNER_A10
 no makeoptions	CPUFLAGS
-makeoptions	CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon"
+makeoptions	CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon -mtune=cortex-a7"
 
 #
 # We need this too.



Home | Main Index | Thread Index | Old Index