Conversation
7824741 to
77b5ddd
Compare
70f07b0 to
5843814
Compare
5843814 to
f300333
Compare
|
I didn't notice it so far, my bad. |
40135b5 to
c88588c
Compare
c88588c to
c658299
Compare
dominiknh90
left a comment
There was a problem hiding this comment.
Thanks, I have a few more things but those can be dealt with in a follow up pr later.
dfb37e1 to
413086c
Compare
413086c to
0150e2b
Compare
0150e2b to
2cede52
Compare
2cede52 to
42ff2ef
Compare
mschwan-phytec
left a comment
There was a problem hiding this comment.
Please check the build output. There seem to be missing definitions of kernel-primary-ethernet substitution at the start of each manual:
source/bsp/peripherals/network.rsti:7: ERROR: Undefined substitution referenced: "kernel-primary-ethernet". [docutils]
source/bsp/peripherals/network.rsti:16: ERROR: Undefined substitution referenced: "kernel-primary-ethernet". [docutils]
source/bsp/peripherals/network.rsti:6: ERROR: Undefined substitution referenced: "kernel-primary-ethernet". [docutils]
source/bsp/peripherals/network.rsti:19: ERROR: Undefined substitution referenced: "kernel-primary-ethernet". [docutils]
source/bsp/peripherals/network.rsti:7: ERROR: Undefined substitution referenced: "kernel-primary-ethernet". [docutils]
source/bsp/peripherals/network.rsti:16: ERROR: Undefined substitution referenced: "kernel-primary-ethernet". [docutils]
| overlays=k3-am68-phyboard-izar-lvds-ac200.dtbo k3-am68-phyboard-izar-pwm-fan.dtbo k3-am68-phyboard-izar-vm016-mipi-csi1.dtbo | ||
| target:~$ reboot | ||
|
|
||
| - Check if the camera has been loaded: |
There was a problem hiding this comment.
Wrong indentation levels here. Use three spaces for tabstop and indent code-block one level, to be included in enumeration item.
There was a problem hiding this comment.
Fixed in recent changes.
| :end-before: .. get-binaries-marker | ||
| Get the needed binaries |
There was a problem hiding this comment.
Add blank line before header:
| :end-before: .. get-binaries-marker | |
| Get the needed binaries | |
| :end-before: .. get-binaries-marker | |
| Get the needed binaries |
There was a problem hiding this comment.
Fixed in recent changes.
source/bsp/am6x/am68x/edgeai.rst
Outdated
|
|
||
| .. code-block:: console | ||
|
|
||
| root@phyboard-izar-am68x-2:~# ./phytec_edgeai_examples/run_vm016_isp_csi0_object_det.sh |
There was a problem hiding this comment.
Please check initial indentation of code-blocks in this file. Initial indentation should be three spaces.
There was a problem hiding this comment.
Fixed in recent changes.
Removed hint mentioning "BOOTLOADER_SEEK" and "BOOTLOADER_SEEK_EMMC" since they are not used on TI platform. Signed-off-by: Florijan Plohl <florijan.plohl@norik.com>
Add the HEAD BSP manual for the AM68x platform along with supporting documentation, including boot mode switch settings, component descriptions, GPIOs, display, eMMC, and peripheral guides. Signed-off-by: Florijan Plohl <florijan.plohl@norik.com>
Add BSP manual for AM68x PD24.1.0 release. Signed-off-by: Florijan Plohl <florijan.plohl@norik.com>
Add EdgeAI BSP Quickstart Guide as an extra manual. Signed-off-by: Florijan Plohl <florijan.plohl@norik.com>
42ff2ef to
65c5c64
Compare
Add the HEAD, PD24.1.0 and EdgeAI BSP manuals for the AM68x platform along with supporting documentation, including boot mode switch settings, component descriptions, GPIOs, display, eMMC, and peripheral guides.