Skip to content

Commit

Permalink
Install Coremark in the defconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
devinatkin committed Dec 12, 2024
1 parent 9052e0c commit cdf279f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,20 @@ git submodule update --init

To Grab the device defconfig
```
BR2_EXTERNAL=../f1c100-business-card make f1c100-business-card_defconfig
BR2_EXTERNAL=../simple_sbc make f1c100-business-card_defconfig
```

To make modifications to the config run
```
make menuconfig
```

To make the actual bin file run
```
make clean
make
```

```
To save changes to the defconfig
```
Expand Down
1 change: 1 addition & 0 deletions Software/simple_sbc/configs/f1c100-business-card_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_F1C100_BUSINESS_CARD_PATH)/b
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_CUSTOM_DTS_PATH="$(BR2_EXTERNAL_F1C100_BUSINESS_CARD_PATH)/board/f1c100-business-card/f1c100-business-card.dts $(BR2_EXTERNAL_F1C100_BUSINESS_CARD_PATH)/board/f1c100-business-card/f1c100-business-card.dtsi"
BR2_PACKAGE_LINUX_TOOLS_GPIO=y
BR2_PACKAGE_COREMARK=y
BR2_PACKAGE_LIBERATION=y
BR2_PACKAGE_SL=y
BR2_PACKAGE_LUA=y
Expand Down

0 comments on commit cdf279f

Please sign in to comment.