Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions defconfig/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
From the snap directory, you can use 2 ways to configure and use the OC-ACCEL framework.
From the oc-accel directory, you can use 2 ways to configure and use the OC-ACCEL framework.

Option 1 (default): use the Kconfig menu by typing: make snap_config
This will allow you to define a specific configuration which will be saved in the .snap_config file
All commands make model/sim/image will use this .snap_config file
Option 1 (default): use the Kconfig menu by typing: **make snap_config**
This will allow you to define a specific configuration which will be saved in the *.snap_config* file
All commands **make model/sim/image** will use this *.snap_config* file

Option 2: do not use the Kconfig menu but use a specific saved configuration file (automated test -jenkins)
Build a .snap_config file using the Kconfig menu (see option 1)
Then move and rename the .snap_config file to CARD.action.defconfig into the snap/defconfig directory
Build a *.snap_config* file using the Kconfig menu (see option 1)
Then move and rename the *.snap_config* file to *CARD.action.defconfig* into the *snap/defconfig* directory.
Following command can then be executed:
make CARD.action.defconfig to set the .snap_config with the CARD.action.defconfig configuration
All commands make model/sim/image will then use this .snap_config file
**make CARD.action.defconfig** to set the *.snap_config* with the *CARD.action.defconfig* configuration
All commands **make model/sim/image** will then use this *.snap_config file*