This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/BEAGLEBK: How to store the data received data from uart to beaglebone sd card ?

Part Number: BEAGLEBK

Tool/software: Linux

How to store the data received data from uart to beaglebone sd card  ?

  • Hi, thanks for your post.

    This is a pretty generic Linux question as our drivers provide standard interfaces for these functions. The UART can be accessed by TTY port and the SD Card as a block device. You'll need to write an application to open both and format the files that uses these standard interfaces. I'm sorry, but we can't provide more specifics on this application and there are a number of ways to do it.

    I hope this is helpful to you. Thanks.