Jump to content

Search the Community

Showing results for tags 'spi'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
  • Tinker Board 3N
    • General Discussion
    • Hardware
    • Software
  • Tinker Board 3 Series
    • General Discussion
    • Hardware
    • Software
    • Android
  • Tinker V
    • General Discussion
  • Tinker Board 2 series
    • General Discussion
    • Hardware
    • Software
    • Android
  • Tinker Board / Tinker Board R2.0 series
    • General Discussion
    • Hardware
    • Software
    • Android
  • Tinker Edge T
    • General Discussion
    • Hardware
    • Software
  • Tinker Edge R
    • General Discussion
    • Hardware
    • Software
    • Android

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 2 results

  1. Hi, I am following the URL below to start up SPI with WiringPi library. I can see spidev in /dev on my TinkerBoard2S. Therefore, I believe the spi settings are reflected at boot time. linaro@linaro-alip:~/Desktop/CSampleCode/spiSpeed$ ls /dev/spidev* /dev/spidev1.0 /dev/spidev5.0 When I run the sample code, I get an error "Unble to open SPI device". Can you please tell me the cause and countermeasure? linaro@linaro-alip:~$ cd /home/linaro/Desktop/CSampleCode/spiSpeed/ linaro@linaro-alip:~/Desktop/CSampleCode/spiSpeed$ sudo ./spiSpeed +-------+--------+----------+----------+-----------+------------+ | MHz | Size | mS/Trans | TpS | Mb/Sec | Latency mS | +-------+--------+----------+----------+-----------+------------+ Unable to open SPI device: No such file or directory Board:TinkerBoard2S Linux version:4.4.194 Best regards,
  2. Hello! I want to change the SPI buffer size from 4096 to a greater value. I tried to put spidev.bufsiz=65536 in /boot/config.txt but it is not working. Can someone to help me to set buffer size to a larger size? Thanks!
×
×
  • Create New...