Pins don't exist when connecting Beaglebone with the support package

조회 수: 3 (최근 30일)
Kemper
Kemper 2023년 12월 2일
답변: SANKALP DEV 2024년 1월 4일
Hello,
I am trying to connect my beaglebone to matlab using the support package, but when I do the IO pins and LED's don't show up in the properties output, and can't be read or written to. When I run
bbb = beaglebone("192.168.7.2", "debian", "temppwd")
The output is this:
bbb =
beaglebone with properties:
DeviceAddress: '192.168.7.2'
BoardName: ' Rev '
AvailableLEDs: []
AvailableDigitalPins: []
AvailableAnalogPins: []
AvailablePWMPins: []
AvailableSPIChannels: []
AvailableI2CBuses: []
AvailableSerialPorts: []
AvailableWebcams: []
From what I have seen there should be values in most of these fields, especially AvailableDigitalPins and AvailiableLEDs.
Does anyone know what might be causing this or how to fix it?
Thanks

답변 (1개)

SANKALP DEV
SANKALP DEV 2024년 1월 4일
Hey Kemper,
I understand that the MATLAB Support Package for BeagleBone Black is not correctly identifying the hardware details of your BeagleBone.
Make sure that you have installed all the required drivers on your host computer.
Please refer the provided documentation for guidance on configuring the hardware and understanding the essential setup tasks necessary for the support package to establish communication with the BeagleBone Hardware and update the board's firmware.
Hope this helps.
Regards,
Sankalp dev

제품


릴리스

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by