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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
629件の閲覧回数
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 件の賞賛
1 解決策
619件の閲覧回数
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.

元の投稿で解決策を見る

2 返答(返信)
620件の閲覧回数
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.

605件の閲覧回数
Byungju
Contributor II
Thanks for your response.
0 件の賞賛