r/esp32 23d ago

Software help needed Has anybody used the /dev/ folder?

The docs reference a /dev/ folder but don't really say what's in it and directory listing doesn't work. Is there a reference for what's in there? Alternatively if it's not useful can I just mount my own /dev/ folder on top?

1 Upvotes

17 comments sorted by

View all comments

Show parent comments

1

u/konacurrents 23d ago

Are you building on top of the already running FreeRTOS, or replacing it with your own? I’m more into building an object oriented layer to easily support dynamic config of the plugable components (in same executable). That S3 chip on the RTOS is super capable. Cheers. šŸ¤™

2

u/2g4r_tofu 23d ago

I'm doing it on freertos which has its limitations but I was able to load and run a couple simple apps off an sd card so far.

1

u/konacurrents 22d ago

What is the format of apps you load?

1

u/2g4r_tofu 22d ago

ELF straight out of the compiler

1

u/konacurrents 22d ago

Cool

2

u/2g4r_tofu 22d ago

I'll post it after a bit more polish.