Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Can I store information inside Beaglebone black hardware
조회 수: 1 (최근 30일)
이전 댓글 표시
I want to store information inside beaglebone black hardware. Is this operation possible by using MATLAB support package "MATLAB Support Package for BeagleBone Black Hardware" functions? If yes where I can store my information (EEPROM or 4GB Embedded MMC). If no which hardware device that I can store information in it by using MATLAB functions.
댓글 수: 0
답변 (1개)
Manish M
2019년 6월 27일
In MATLAB Support Package there is a putFile() method which can be used to transfer files from your host to Beaglebone. or alternatively, you can use an application for SSH File Transfer Protocol. One of them is WinSCP.
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!