X1009: Difference between revisions
| (3 intermediate revisions by 2 users not shown) | |||
| Line 84: | Line 84: | ||
==User Manual== | ==User Manual== | ||
* Dimensions source file (DXF): [[File:X1009-V1.0.dxf]] - You can view it with [https://viewer.autodesk.com/ Autodesk Viewer] online | * Dimensions source file (DXF): [[File:X1009-V1.0.dxf]] - You can view it with [https://viewer.autodesk.com/ Autodesk Viewer] online | ||
===Hardware=== | ===Hardware=== | ||
[[File: X1009v1.1-dwg.png | 700px]] | [[File: X1009v1.1-dwg.png | 700px]] | ||
[[File:X-1009-V1.1-install.jpg | 700px]] | [[File:X-1009-V1.1-install.jpg | 700px]] | ||
| Line 137: | Line 137: | ||
'''3. Configuration''' | '''3. Configuration''' | ||
:3 | :3.1 Manual Configuration Fix <span style="color:red;">''(Solution 1 - Recommand)''</span> | ||
::Open the config file via terminal command: | ::Open the config file via terminal command: | ||
::<code>sudo nano /boot/firmware/config.txt</code> | ::<code>sudo nano /boot/firmware/config.txt</code> | ||
| Line 146: | Line 146: | ||
::Multiple dtoverlay entries are allowed, just write each on separate lines. | ::Multiple dtoverlay entries are allowed, just write each on separate lines. | ||
::Save and exit the editor. | ::Save and exit the editor. | ||
:3 | :3.2 One-click Command to Add Configuration <span style="color:red;">''(Solution 2 - For reference, '''NOT''' tested by us)''</span> | ||
::Run this command directly in terminal to automatically insert the required setting: | ::Run this command directly in terminal to automatically insert the required setting: | ||
::<code>grep -qxF 'dtoverlay=pcie-32bit-dma-pi5' /boot/firmware/config.txt || sudo sed -i -zE 's/(.*\ndtparam=[^\n]*pciex1[^\n]*)/\1\ndtoverlay=pcie-32bit-dma-pi5/' /boot/firmware/config.txt</code> | ::<code>grep -qxF 'dtoverlay=pcie-32bit-dma-pi5' /boot/firmware/config.txt || sudo sed -i -zE 's/(.*\ndtparam=[^\n]*pciex1[^\n]*)/\1\ndtoverlay=pcie-32bit-dma-pi5/' /boot/firmware/config.txt</code> | ||
| Line 162: | Line 162: | ||
<!--Add review function! --> | <!--Add review function! --> | ||
< | <comment-streams id="main" /> | ||
<!--Please choose the --> | <!--Please choose the --> | ||