Am 06.02.2008 um 19:01 schrieb Dr. H. Nikolaus Schaller:
Hi,
I have used mokomakefile to build the snapshot. Now, I want to make
some modifications but I don't know exactly where to configure it
a) an OABI with hard-float version
I have simply made a copy of the openmoko.conf and defined my own
"distro" where I used
TARGET_OS = "linux"
TARGET_FPU = "hard"
But it appears not to switch to "hard". And the compiled OABI
kernel runs but hangs after some steps and just prints console logs
when pressing the AUX or Power button.
b) create a rootfs.tgz in addition to the rootfs.jffs2
where should I change which .conf to do that?
You have to add e.g.
IMAGE_FSTYPES = "jffs2 tar.gz"
to your
moko/openembedded/conf/distro/<name>.conf
Many thanks for pointers,