07-19-2016, 09:55 AM
(This post was last modified: 07-19-2016, 10:01 AM by alevecchio.)
(07-19-2016, 08:15 AM)martinayotte Wrote: @alevecchio, it is not the overlay templates that are complex, it is the configfs kernel driver that need to be back ported which is complex, because it relies on on sysfs and other stuff that are different between both kernels. Without it, we can't push overlays in the /sys/kernel/config/device-tree/overlays/ folder.
Sorry @martinayotte. I think i was not so clear. I just want to try to enable the SPI before the next release. I am not sure how long we will need to wait for this release and i want to start to work.
I found the DTB file on /boot/pine64/sun50i-a64-pine64-plus.dtb so in theory i know where to put the compiled file.
Checking the DTS file on Github now i saw the file was updated. Thanks Longsleep. So i believe i can use as source. https://github.com/longsleep/build-pine6...pine64.dts
Is just this? Compile the dts to dto and replace the file on /boot ?
Checking the spi@01c68000 now on the DTS file on github i found
status = "disabled";
Does it need to be enabled?