[Arm-netbook] A20 and A10 NAND
luke.leighton
luke.leighton at gmail.com
Wed May 29 21:03:25 BST 2013
ok in linux-3.3/arch/arm/mach-sun7i/pm/standby you have to modify Makefile:
CFLAGS = -g -c -nostdlib -march=armv7-a -marm -D__STANDBY_MODULE__
-fno-unwind-tables -fno-asynchronous-unwind-tables -mlittle-endian -O0
-mfloat-abi=softfp
the softfp call is important. this is assuming using armhf gcc 4.7 from debian.
also it has to be make KDIR=/opt/allwinner/A20/lichee/linux-3.3
ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
in that subdirectory to make the power-management stuff.
this is all really deja-vu, i'm sure this was the exact same crap for
the A10 over 18 months ago.
l.
More information about the arm-netbook
mailing list