Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20702 Discussions

Problem de0-nano-soc

Altera_Forum
Honored Contributor II
1,160 Views

Hello! 

I have a problem. Follow the instructions My_first_hps Linux is loaded without problems. But when you enter a command ./my_first_hps 

 

 

socfpga login: root 

root@socfpga:~# ./my_first_hps 

-sh: ./my_first_hps: no such file or directory 

root@socfpga:~# ls 

bt_test bt_test.c installBlueZ.run 

 

 

 

The file itself my_first_hps threw the stick on the marked area which is read on Vindovs (the root of the SD card). 

What am I doing wrong? What could be the problem? Or add this file to the section /home/root? 

Sincerely.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
295 Views

Try typing this command in Linux terminal: 

 

mv .my_first_hps my_first_hps 

 

Perhaps this file is hidden, what means that removing the dot ( renaming it ) apparently could solve.
0 Kudos
Altera_Forum
Honored Contributor II
295 Views

Thank you. Problem was solved with the help of a computer with Linux, there is a flash card opened two sections, where, and move files, + did chmod 744.

0 Kudos
Reply