Quantcast
Channel: Intel Communities: Message List
Viewing all articles
Browse latest Browse all 17366

Re: Sources for /dev/spidev5.1 and what it calls

$
0
0

Thanks,

 

FYI - I tried the hack to change:

  if (sspc->quirks & QUIRKS_PLATFORM_MRFL)

        return clamp(25000000 / speed - 1, 3, 4095)

to:

  if (sspc->quirks & QUIRKS_PLATFORM_MRFL)

        return clamp(25000000 / speed - 1, 2, 4095);

 

And build and did the flashall.sh

 

And when I tried my program to set it to 8mhz,  It faulted:

root@Edison:/media/sdcard/root/Raspberry_Pi/testAdafruit_ILI9341C# ./graphictest

ILI9341 Test!

Above spi bus countSegmentation fault

 

So I am rebuilding reflashing now with build minus this...

 

Side note: the linux instructions for flashing an image: Flashing Edison (wired) - Linux

should be updated to say you need to do sudo ./flashall.sh

without running as sudo, the script completes, does not show any errors, but did not really do anything...

 

Kurt


Viewing all articles
Browse latest Browse all 17366

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>