Skip to content

Commit 7893c7b

Browse files
authored
Update README.md (#135)
* Update README.md
1 parent 377366e commit 7893c7b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

defconfig/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
From the snap directory, you can use 2 ways to configure and use the OC-ACCEL framework.
1+
From the oc-accel directory, you can use 2 ways to configure and use the OC-ACCEL framework.
22

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

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

0 commit comments

Comments
 (0)