[android-porting] Android on imx51

45 views
Skip to first unread message

hadhami riahi

unread,
Apr 27, 2010, 6:05:40 AM4/27/10
to android-porting
Hello,
I'm porting Android on imx51 target and I'm using Freescale BSP.
I'm compiling Android for imx51_BBG product but I have this error:
Copying: out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/
classes.jar
cp: ne peut évaluer `out/target/product/imx51_BBG/system/bin/mke2fs':
Aucun fichier ou dossier de ce type
make: *** [recoveryimage] Erreur 1
make: *** Attente des tâches non terminées....
libelfcopy: Warning: Range lists in .debug_info section aren't in
ascending order!
libelfcopy: Warning: Range lists in .debug_ranges section start at
0x1dc0
libelfcopy: Warning: Range lists in .debug_info section aren't in
ascending order!
libelfcopy: Warning: Range lists in .debug_ranges section start at
0x4c0

When I comment out this line on BoardConfig.mk file:
# for recovery service
TARGET_SELECT_KEY := 28
#TARGET_USERIMAGES_USE_EXT2 := true (line commented out )
this error disappear and I have a working file system without
recovery.img.
I also have issues using system.img because the file system used is
not recognized so I can't use it to boot from NAND or SD card!
Does anyone already face this problem?
Please help me solve it.
Thanks

--
unsubscribe: android-porti...@googlegroups.com
website: http://groups.google.com/group/android-porting

mizmit1222

unread,
Apr 27, 2010, 6:34:00 AM4/27/10
to android-porting
Hi,

Just ignore *.img.

$ cd out/target/product/(your product name)/root
$ cp -a ../system/* system/
$ cp -a ../data data/
$ tar zcvpf ../rfs.tar.gz .

Then untar rfs.tar.gz on your SD or flash.

Cheers,

Rogério de Souza Moraes

unread,
Apr 27, 2010, 7:49:23 AM4/27/10
to mizmi...@gmail.com, android-porting
Wich version of android source from freescale are you using?
I am working with this board too and I am using imx-android-r8. i compile it without errors. One more tip, when post the error, try to translate it to english or use english language in your system when compiling, it is easier for us to help with your problem.

Regards,

Rogerio

2010/4/27 mizmit1222 <mizmi...@gmail.com>
Reply all
Reply to author
Forward
0 new messages