-
Notifications
You must be signed in to change notification settings - Fork 480
Update docs for make/config target changes #670
Conversation
en/hardware/porting_guide.md
Outdated
@@ -13,7 +13,7 @@ This guide is focused only on the host OS and middleware as the applications/fli | |||
In addition to the host operating system specific configuration files described below, there are several groups of configuration files for each board located throughout the code base: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dagar Can you please let me know correct paths for everything in this section (porting guide)
uorb_graph.md refers to |
en/hardware/porting_guide.md
Outdated
@@ -13,7 +13,7 @@ This guide is focused only on the host OS and middleware as the applications/fli | |||
In addition to the host operating system specific configuration files described below, there are several groups of configuration files for each board located throughout the code base: | |||
* Board startup and configuration files are located in: [src/drivers/boards](https://github.com/PX4/Firmware/tree/master/src/drivers/boards). | |||
* This folder contains bus mappings, GPIO mappings, and the initialization code for each board. | |||
* FMUv5 example: [src/drivers/boards/px4fmu-v5](https://github.com/PX4/Firmware/tree/master/src/drivers/boards/px4fmu-v5). | |||
* FMUv5 example: [src/drivers/boards/px4fmu-v5](https://github.com/PX4/Firmware/tree/master/src/drivers/boards/px4fmu-v5). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, although I don't see that being automatically uploaded anywhere. Let's review that separately. |
* (All) Board-specific files: [/boards/px4/fmu-v5](https://github.com/PX4/Firmware/tree/master/boards/px4/fmu-v5). | ||
* Build configuration: [/boards/px4/fmu-v5/default.cmake](https://github.com/PX4/Firmware/blob/master/boards/px4/fmu-v5/default.cmake). | ||
|
||
In addition there are several groups of configuration files for each board located throughout the code base: | ||
* The boot file system (startup script) is located in: [ROMFS/px4fmu\_common](https://github.com/PX4/Firmware/tree/master/ROMFS/px4fmu_common) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dagar Is this true?
@dagar As discussed, I have merged the devguide changes and we can iterate. HOWEVER, as a priority the porting guide needs your further review "as a whole" following this update. ie it was written assuming host OS was the main separator and config was scattered. That is no longer true and we need to a) capture that and b) make sure that other relevant information is available. |
Update for changes in PX4/PX4-Autopilot#10875