Error in opening MATLAB device file for LED trigger source.
조회 수: 21 (최근 30일)
이전 댓글 표시
Hi, I am using the 'MATLAB support package for Raspberry Pi hardware' using MATLAB 2023a. I have installed all the necessary files on the Pi. I began following the tutorial here:
I got to the first step, ran the code
rpi = raspi('IP Address','username','password');
and was met with the following error (Practice_1 is the name of the script):
Error using Practice_1
Cannot open the device file for LED trigger source.
Any help please? I followed the tutorials accurately on the MathWorks website
댓글 수: 6
Atakan Aral Ormanci
2023년 4월 27일
I am getting the same error, i have checked the /sys/class/leds directory, it doesn't have led0 led1 led2. This might be causing the problem, i believe it has a function that when matlab is connected to RPi, it uses the leds, but in the connection phase, becouse it doesn't have the led0 activation command in the directory, it doesn't allow the connection.
But its just a guess.
채택된 답변
Syed Hadi
2023년 5월 9일
편집: Syed Hadi
2023년 5월 9일
댓글 수: 2
Beryl Wicaksono
2023년 6월 5일
Hi Syed Hadi,
are you facing ssh certificate issue after installing 2022-09-22-raspios-bullseye-armhf.img.xz? How do you resolve it?
Thanks
Prasanth Sunkara
2023년 9월 11일
편집: Walter Roberson
2024년 6월 30일
In my opinion using the official Raspberry Pi Imager tool is a better way to setup an image.
Please ensure you have enabled SSH and assigned proper hostname and user credentials. You may optionally enter the WiFi details as well.
There is an option in the Raspberry Pi imager tool to flash images from your PC too. Towards the end the list
추가 답변 (2개)
MathWorks MATLAB Hardware Team
2023년 5월 8일
이동: Walter Roberson
2023년 5월 8일
Hi All,
Follow these steps to resolve the issue,
- Open Raspberry Pi terminal and execute
- $ cd /opt/MATLAB/
- $ sudo pkill mwUnifiedSrvr
- $ sudo rm -rf *
- Download and extract following zip files
- In MATLAB, change your working directory to the above extracted files
- Run >> applyPath.m file
- Create a raspi object in matlab
- >> r = raspi("myAddress",'pi','raspberry');
Thanks,
MathWorks
MATLAB Hardware Team
댓글 수: 4
Sandin Taci
2023년 5월 4일
rpi = raspberrypi('IP Address','username','password')
댓글 수: 3
Sandin Taci
2023년 5월 4일
Can you go through these steps again, I guess you skipped a step. Your hardware tab in the Simulink model does not look customized.
https://www.mathworks.com/help/supportpkg/raspberrypi/ref/getting-started-with-raspberry-pi-hardware.html
Atakan Aral Ormanci
2023년 5월 4일
편집: Atakan Aral Ormanci
2023년 5월 4일
i just did the steps again and then i realised the problem is with the led.
i then tried to control a servo and it worked.
참고 항목
카테고리
Help Center 및 File Exchange에서 Installation Setup and Configuration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!