This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
products:sbc:common:applications:gpio:1wire [2023/11/07 04:57] nick |
products:sbc:common:applications:gpio:1wire [2023/11/07 04:59] (current) nick old revision restored (2023/11/07 04:42) |
||
---|---|---|---|
Line 30: | Line 30: | ||
overlays=onewire | overlays=onewire | ||
``` | ``` | ||
+ | <tabbox VIM3 with 5.15 kernel> | ||
+ | Edit ''/ | ||
+ | |||
+ | |||
+ | e.g. To enable onewire, you need to add '' | ||
+ | |||
+ | ```shell | ||
+ | fdt_overlays=onewire | ||
+ | |||
+ | ``` | ||
+ | |||
+ | <tabbox VIM3L with 5.15 kernel> | ||
+ | |||
+ | Edit ''/ | ||
+ | |||
+ | |||
+ | e.g. To enable onewire, you need to add '' | ||
+ | |||
+ | ```shell | ||
+ | fdt_overlays=onewire | ||
+ | |||
+ | ``` | ||
<tabbox VIM4> | <tabbox VIM4> |