When Download Image into SD card, "permission denied" is occured. How to solve it?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

When Download Image into SD card, "permission denied" is occured. How to solve it?

Jump to solution
605 Views
Byungju
Contributor II

Dear NXP,

 

To download image into SD card, I use Cygwin.

I checked the Sd card by "car /proc/partitions"

and I enter the command "dd if=/dev/zero of=/dev/sdb bs=512 count=1 && sync" to erase the sub-partition info on the SD card.

But Process for the command is failed with "Permission denied" message.

So I try to take out the SD card and insert it again and execute the command.

But the failure is same.

 

Could you please help let me know how to resolve it? 

Byungju_0-1676443841165.png

 

Thanks and best regards,

0 Kudos
1 Solution
595 Views
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

Hi,

This is happening because Cygwin is not being executed with administrator level.

Before you run Cygwin, select the option of "Run as Administrator" and it should let you continue with the process.

Please, let us know.

View solution in original post

2 Replies
596 Views
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

Hi,

This is happening because Cygwin is not being executed with administrator level.

Before you run Cygwin, select the option of "Run as Administrator" and it should let you continue with the process.

Please, let us know.

581 Views
Byungju
Contributor II
Thanks for your response.
0 Kudos