Re: Mounting/Accessing SD-Card on BBB

2019-08-15 Thread Christian Mauderer
Hello Nils, does some other access to the file system work? Like a ls on the console or creating a file. Can you do a `cat` on some text file on the file system? If not: Does it work for a file in the root file system (should be a IMFS)? Best regards Christian On 15/08/2019 15:54, Nils Hölscher

Re: Mounting/Accessing SD-Card on BBB

2019-08-15 Thread Nils Hölscher
Hi, I when my app wants to open a file on the SD card dev=mmcsd-0-0 rtems freezes. Exact call is: fd = open(file, O_RDONLY); With file being the pru binary I want to upload. Thanks, Nils On Tue, 13 Aug 2019 at 17:56, Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > Hello Nil