Open GoogleCodeExporter opened 9 years ago
The SD card is partitioned with a FAT and a ext2. I installed on this SD card
froyo-sd downloaded here http://serdar-dere.net/~ran/ and it boots without
error.
Original comment by alessand...@gmail.com
on 22 Jul 2011 at 12:56
1)In case that your compiled version have not init.gta02.rc I am sure that
something wrong with your compilation. Check, please.
2)I hope you understend that http://serdar-dere.net/~ran/ builds differ from
repository. Look please here:
http://groups.google.com/group/android-on-freerunner/browse_thread/thread/80a8be
72984c9145/49bd6126cffab794
Original comment by Alexandr...@gmail.com
on 22 Jul 2011 at 2:16
1) I cannot find error on building only warnings, I attach make output.
2) I understood it. I told you that with sd-froyo daily it boots without error
so it is clear that it is not a partitions-related problem.
How can I compile a customized version of android? If I write make menuconfig,
make exit with "no rule for target menuconfig".
Thank you very much for your help.
Original comment by alessand...@gmail.com
on 24 Jul 2011 at 7:43
Attachments:
You have build generic version of android
TARGET_PRODUCT=generic
but have to build android-on-freerunner version
TARGET_PRODUCT=fr
Original comment by Alexandr...@gmail.com
on 26 Jul 2011 at 6:39
I compiled with TARGET_PRODUCT=fr without errors but at boot this time I have
others errors: "init:cannot find '/system/bin/sh' , disabling console",
"init:cannot find '/system/bin/servicemanager' , disabling servicemanager"
ecc... for many files in /system/bin/. These files are all present in
/system/bin, maybe isn't the sd file system mounted?
Thank you again for your help.
Original comment by alessand...@gmail.com
on 26 Jul 2011 at 8:38
This problem more simple. It is wrong permission. You should use Copy to /
Update your SD installation from
http://code.google.com/p/android-on-freerunner/wiki/AndroidOnSd.
Comment: chmod --changes -R 777 $TO is not good solution. Permissions should be
setted more correctly. This topic - the old one in "todo" list. Any suggestion,
please.
Original comment by Alexandr...@gmail.com
on 27 Jul 2011 at 5:13
I have already used this script but I have had the "init:cannot find ...."
error, so it is not a permission problem because the script set all permission
flags to 1.
Original comment by alessand...@gmail.com
on 27 Jul 2011 at 2:36
Original issue reported on code.google.com by
alessand...@gmail.com
on 22 Jul 2011 at 10:35