settings
James Hughes
james at virtualjames.com
Tue Sep 6 10:34:45 CEST 2016
Is there any further documentation on the format for the /settings files?
The existing documentation really only mentions their locations and is
sorta hand-wavy about what goes in the files:
http://www.arbetsmyra.dyndns.org/nard/#devsettings
I spent the evening upgrading a project to nard 1.0.0. I ran into a few
issues, but managed to work through them. The main problem I struggled with
was an an error related to __LINUX_ARM_ARCH__ not being defined which
caused kernel compilation to fail. I was installing onto a B+ model, so I
just added the following line to platform/raspi_b+_revx/Rules.mk:
CROSS_ARCH := -D__LINUX_ARM_ARCH__=6
I don't know if that was the "correct" fix, but it solved my problem.
More information about the Nard
mailing list