Hello,
I want to compile Android x86 for a Termtek TK-3350 thin-client.
Work done so far:
Successfully built a custom kernel using the "generic_x86" target for the ics-x86 branch, Tried cpu type in kernel from i386 to i686 and all the Via and Cyrix options.
Android successfully boots and starts, on a Intel Pentium 4.
Problems:
On the Termtek - the kernel boots, but it panics when launching "init", my best guess is because all the files are compiled with another CPU compatibility (maybe i686?)
Question:
Can I change the makefiles for the generic_x86 target? If yes where are those files?
I need to create a custom target for the termtek?
Thanks!