tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Using SPI devices from userspace on the RPI, or from anything NetBSD for that matter?



On Sat, Dec 31, 2016 at 11:47:07AM -0600, Jonathan A. Kollasch wrote:
> Example config(5) file addition:
> 
> spigen0 at spi1 slave 0
> 

Also useful:

device-major    spigen  char 159        spigen

and then you can use:

# mknod spigen0 c spigen 0

	Jonathan Kolasch


Home | Main Index | Thread Index | Old Index