cfimager windows 10 issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
cfimager.exe is not creating image properly in latest version of windows 10..please send me solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi shashikant,
Cfimager is not tested on windows 10, but which error are you seeing?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
C:\Users\NXA16874\git\try_env\flow\bin>cfimager -raw -offset 0x400 -f gpu1_sd_image.bin -d D
Exception found: -22 Failed to locate scsi device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Any updates on the solutions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Basically we are creating three partions for sdcard using cfimager for imx28 as follows :
1. VFAT partiton which contains firmware
2. Ext3 partiton for rootfs
3. another Ext3 partition for our rough work
The arguments for Creation of these patitons works well in windows 7 without any error and cfimager contains reformatting the drive for flashing files.
In windows 10 this is not happpening and error we are getting is as follows
Error -37 Failed to write sector
The above error we are getting while writing Extra data and to overcome this problem we formatted disk using diskpart and running cfimager works well.
Is There is a problem in windows or priveleged access in batch file/command prompt which is unknown for me.
Please let me know any solution.