Activity
From 02/24/2019 to 03/25/2019
02/28/2019
- JC 04:45 PM Software Development: RE: We want to know about SPI for CAN Interface with Linux
- sin-ka kang wrote:
> Thank you for reply.
> ...
Linux has several mechanisms for creating device node files automatically based on what is configured in the kernel. Its almost always the wrong answer to manually create a device node. ...
02/27/2019
- SK 08:27 AM Software Development: RE: We want to know about SPI for CAN Interface with Linux
- Thank you for reply.
You said that I don't have to make any nodes with 'mknod' command to me,
but when i want to access to SPI1 to control mcp2515 directly, how can I access to SPI1? like open(/dev/spi1.1); in linux.