我一直在尝试进一步了解 Sitara Am335x PRU,并尝试关注 TI 实验室,了解如何开始使用 BeagleBone Black 上的可编程实时单元,但我遇到了这个我无法克服的问题;
sudo -i
cp /home/debian/pru_blinky.out /lib/firmware/pru_blinky
cd /sys/class/remoteproc/remoteproc1
echo 'pru_blinky' > firmware
但是当我输入时echo 'start' > state
出现以下错误
这是返回man echo
NAME
echo - display a line of text
SYNOPSIS
echo [SHORT-OPTION]... [STRING]...
echo LONG-OPTION
DESCRIPTION
Echo the STRING(s) to standard output.
-n do not output the trailing newline
-e enable interpretation of backslash escapes
-E disable interpretation of backslash escapes (default)
--help display this help and exit
--version
output version information and exit
-bash: echo: write error: Invalid argument
我试图用命令指定目录和文件:echo 'pru_blinky/pru_blinky.out' > firmware
但问题仍然没有解决谁能向我解释我在这里做错了什么