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/PROCESSOR-SDK-AM335X: initialization of SYSFS / export GPIO

Part Number: PROCESSOR-SDK-AM335X


Tool/software: Linux

I can export gpio by using the echo shell command: echo <gipo num> > /sys/class/gpio/export  .

I'm using the prebuild file system of the SDK and I would like to know to how do the same when linux is started.

Is it done by init script? if so, which script in the SDK file system?

Thanks