I am just going to study Linux.
I received the following questions from our customer.
Would you teach about the code of LinuxBSP for MX6_SABRE-SDP?
Our customer wants to test LED on SABRE-SDP.
They were able to control LED using the "echo" command.
(LED turn ON/OFF)
They want to write the same code as this in C file.
For example,
fd=Open (/dev/xxx, xxxx)
Write (fd, xxxx)
Close (fd)
Is there such any sample code?
Which driver should be referred to?
May I have advice?
Best Regards,