AnoopPuthanveetil / yaffs2utils

Automatically exported from code.google.com/p/yaffs2utils
GNU General Public License v2.0
0 stars 1 forks source link

building yaffs2 file #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm building my own system.img file for Android Emulator. I am using 
yaffs2utils on Windows 7 and I can unyaffs system.img files but when I do my 
modifications to the files and try to mkyaffs the directory containing all the 
files it fails. My Emulator is not able to start with the system.img created.

Commands tried:

mkyaffs2.exe -p 2048 -s 64 [path_of_dir] [location_to_place_system.img]

mkyaffs2.exe --yaffs-ecclayout [path_of_dir] [location_to_place_system.img]

mkyaffs2.exe -p 2048 -s 64 --yaffs-ecclayout [path_of_dir] 
[location_to_place_system.img]

Questions:
Am I missing something on my command lines?

Original issue reported on code.google.com by alexande...@gmail.com on 25 Jul 2013 at 6:53

GoogleCodeExporter commented 9 years ago
I am using the latest version.

Original comment by alexande...@gmail.com on 25 Jul 2013 at 6:54

GoogleCodeExporter commented 9 years ago
Any one find the issue?

Original comment by hnarim...@atheerlabs.com on 30 Apr 2014 at 11:01