Closed JeanAnouilh closed 5 years ago
@JeanAnouilh onewire isn't under ocp:
fragment@1 {
target = <&ocp>;
__overlay__ {
onewire@0 {
It's under /
https://github.com/beagleboard/bb.org-overlays/blob/master/src/arm/BB-W1-P9.12-00A0.dts#L53
fragment@2 {
target-path="/";
__overlay__ {
onewire {
Regards,
@RobertCNelson Thanks a lot, but now I'm getting this error:
Error: w1.dts:16.1-9 syntax error FATAL ERROR: Unable to parse input tree
when I use:
dtc -O dtb -o w1-00A0.dtbo -b 0 -@ w1.dts
When I remove the #include lines and replace some parts with hardcode the compilation works, but then again I don't see a device in /sys/bus/w1/devices/. w1.dts.txt
@JeanAnouilh
when I use:
dtc -O dtb -o w1-00A0.dtbo -b 0 -@ w1.dts
Sorry, I'm not going to debug that, stick the file under ./src/arm/ and run make..
When I remove the #include lines and replace some parts with hardcode the compilation works, but then again I don't see a device in /sys/bus/w1/devices/. w1.dts.txt
github says: "Not Found"
see example:
https://github.com/beagleboard/bb.org-overlays/blob/master/src/arm/BB-W1-P9.12-00A0.dts
Regards,
Sorry, I'm not going to debug that, stick the file under ./src/arm/ and run make..
You don't have to be sorry, I didn't expect that. But thanks for the hint with make, this perfectly worked. That was all I was missing the entire time.
Hello Everybody,
I want to enable e specific pin to be used as a 1-wire bus, but everything I've tried didn't work. There were neither errors nor was there ever any device in /sys/bus/w1/devices/.
Here are some information about the system I use:
Here you see my uEnv.txt: uEnv.txt
This is the .dts file I've used: BB-W1-P8.11-00A0.dts.txt
And here is the output from dmesg: dmesg.txt
I really don't know what I'm doing wrong that it's not working.
Thanks for any help.