and
https://github.com/Renesas-EMEV2/Bootloader/tree/emev-4.1/testsd1. I modified the intit.rc from original files (versions 0712 and 1220)
2. i used Lubuntu 12.10 live, microSD 2gb
3. to execute part_sd.sh i wrote: sudo sh part_sd.sh /dev/sdc1 , Instead of: sudo ./part_sd.sh /dev/sdc1 (this don't work for me, don't execute it)
4. the terminal:
root@lubuntu:/home/lubuntu/Desktop/tmp# sudo sh part_sd.sh /dev/sdb1
(1) Partioning sd card ...
root@lubuntu:/home/lubuntu/Desktop/tmp#
5. And here stops. I execute create_sd.sh to see what hapend:
root@lubuntu:/home/lubuntu/Desktop/tmp# sudo sh create_sd.sh /dev/sdb1
(1) Checking file availabilities ...
-rw-rw-r-- 1 lubuntu 8,4K sep 26 2012 ./sdboot.bin
-rw-r--r-- 1 lubuntu 118K jun 9 2011 ./uboot-sd.bin
-rw-rw-r-- 1 lubuntu 1,2K sep 26 2012 vold.fstab
-rw-r--r-- 1 lubuntu 4,4M jul 12 2011 ./uImage4
-rw-r--r-- 1 lubuntu 75M sep 29 2012 ./android-fs4.tar.gz
mount: el dispositivo especial /dev/sdb11 no existe (mount: the special device /dev/sdb11 don't exist)
root@lubuntu:/home/lubuntu/Desktop/tmp#