(08-12-2016, 11:33 AM)martinayotte Wrote: You need to decompile the DTS, apply the following patch to it, and recompile the DTS.
https://github.com/longsleep/build-pine6...l/23/files
(This is mainly due to the fact that longsleep didn't merged that PR yet)
Will you please point me at a thread that might explain what that means and how I would go about doing it? I have no problem following instructions if they are available, but I can't find any good results on this forum when searching for "decompile DTS."
Thanks!
Nevermind, I think I figured it out based on something I read in a thread called "Is SPI Working?" One of your responses to be precise . I just had to figure out that I needed to install device-tree-compiler to get the dtc binary.
(08-12-2016, 11:05 PM)joey Wrote:(08-12-2016, 11:33 AM)martinayotte Wrote: You need to decompile the DTS, apply the following patch to it, and recompile the DTS.
https://github.com/longsleep/build-pine6...l/23/files
(This is mainly due to the fact that longsleep didn't merged that PR yet)
Will you please point me at a thread that might explain what that means and how I would go about doing it? I have no problem following instructions if they are available, but I can't find any good results on this forum when searching for "decompile DTS."
Thanks!
Nevermind, I think I figured it out based on something I read in a thread called "Is SPI Working?" One of your responses to be precise . I just had to figure out that I needed to install device-tree-compiler to get the dtc binary.
So I de- and re-compiled the device tree with that patch included, but I still don't understand where to get the w1-gpio and w1-therm kernel modules. Are those Pi specific modules that I'm going to need to pull over? Or do I need to rebuild my kernel somehow with those included?
Thanks, and sorry I'm being such a newb. Kernel hacking just isn't my thing.