Skip to content

Commit 92ab64d

Browse files
StaticRocketpraneethbajjuri
authored andcommitted
chore(gfx): update external module path
Update the note about the external module location for multiple kernel configurations. Signed-off-by: Randolph Sapp <[email protected]>
1 parent e43337e commit 92ab64d

File tree

1 file changed

+5
-2
lines changed
  • source/linux/Foundational_Components/Graphics/Rogue

1 file changed

+5
-2
lines changed

source/linux/Foundational_Components/Graphics/Rogue/Overview.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,14 @@ refers to ``pvrsrvkm``, which is currently provided at:
125125

126126
- `<https://git.ti.com/cgit/graphics/ti-img-rogue-driver>`_
127127

128-
The SDK includes this by default. The kernel module is at:
128+
The SDK includes this by default. The kernel module is available at 2 possible
129+
locations depending on the kernel version selected. Before kernel 6.6 the
130+
location for external modules was :file:`extra/`, from 6.6 onward the location
131+
is :file:`updates/`:
129132

130133
.. code-block:: console
131134
132-
# /lib/modules/$(uname -r)/extra/pvrsrvkm.ko
135+
# /lib/modules/$(uname -r)/<external_dir>/pvrsrvkm.ko
133136
134137
Please see the :doc:`Build_Guide` for more information about integration of
135138
this software stack into other ecosystems.

0 commit comments

Comments
 (0)