> For me it was around 5-7 minutes. Thanks for the average value.
> # fdisk -l /dev/sde > /dev/sde1 1 9363 262160+ b W95 FAT32 > /dev/sde2 9364 17792 236012 83 Linux > > on my 512mb uSD card which came with FR. > > The partitions were formatted with simple > > # mkfs.vfat /dev/sde1 > # mkfs.ext2 /dev/sde2 > # sync I have the exact same configuration, but I encounter some problems (except block sizes : I have only 1020 cylinders (<17792)). > (yes, I know it must be ext3 instead, but somehow it is ext2 and beta7 > boots OK with it -- will try with ext3 later) ext2 is better in my mind for what concern SD cards. ext3 increases write accesses and SD card will die sooner with ext3 than ext2. > Yep, see kernel-debug.img earlier on this thread. It outputs some > messages on framebuffer console, so odds are you will catch something > relevant to your problem. I did the tip, but I'm quite surprised. Android is not starting at all. There are only two main errors: 1/ init: Unable to open persistent property directory /data/property errno: 2 -> I don't think this is the main issue The second one is more non-sense to me : 2/ init: cannot find '/system/bin/ifconfig', disabling 'usb-ether' This message is repeated with : - '/system/bin/servicemanager' - '/system/bin/mountd' - '/system/bin/debuggerd' - '/system/bin/rild' - '/system/bin/app_process' - '/system/bin/mediaserver' - '/system/bin/playmp3' - '/system/bin/dbus-daemon' - '/system/bin/installd' - '/system/bin/flash_image' As I understand those errors, '/system/bin' is not accessible but I don't understand why ? I checked md5sums of files on my SD card and everything went fine. Here is my md5sums file : 17c9af9b2420409a3c6605571fdcb82e ./ramdisk.img c23d1e84e829ddccdca97d65d04937ee ./boot/uImage-GTA02.bin c23d1e84e829ddccdca97d65d04937ee ./uImage.bin 8e5b5647e058eca6bd93266eff4af46c ./qi.img c23d1e84e829ddccdca97d65d04937ee ./uImage 4ac4cccb989ca41ca9177d322967fc94 ./system.img 50213f5e643581497eed9667079f1402 ./kernel-old.img <- image from beta7 a67f78aec74e774dd7539b9e0784a672 ./userdata.img afb2f20c98aef94ae5afcebc6ad8055b ./kernel.img <- debug kernel Is there anything I can do to further investigate my problem ? -- Nicolas Salles "The man who trades freedom for security does not deserve nor will he ever receive either." Benjamin Franklin _______________________________________________ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
