Skip to content

Commit

Permalink
refactor: use the default c library and rename the defconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxzsxxk committed Nov 28, 2023
1 parent f1eea32 commit 57b41a9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
android-tools-mkbootimg
- name: Configure Buildroot
run: make milkv_duo_musl_riscv64_defconfig
run: make milkv_duo_defconfig

- name: Build
run: make
Expand Down
4 changes: 2 additions & 2 deletions board/milkv/duo/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ How to build it

Configure Buildroot:

$ make milkv_duo_musl_riscv64_defconfig
$ make milkv_duo_defconfig

Note that by default some RAM will be set for the ION camera use.
If you expect to have all the 64MiB free RAM, please try:

$ make milkv_duo_musl_riscv64_64mb_defconfig
$ make milkv_duo_64mb_defconfig

Modify configuration if needed, e.g. add more packages to target:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ BR2_KERNEL_HEADERS_5_10=y
# Using gcc13 to have t-head's optimization and features
BR2_GCC_VERSION_13_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
BR2_TARGET_OPTIMIZATION="-march=rv64imafdc_xtheadba_xtheadbb_xtheadbs_xtheadcmo_xtheadcondmov_xtheadfmemidx_xtheadfmv_xtheadint_xtheadmac_xtheadmemidx_xtheadmempair_xtheadsync"

# opensbi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ BR2_KERNEL_HEADERS_5_10=y
# Using gcc13 to have t-head's optimization and features
BR2_GCC_VERSION_13_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
BR2_TARGET_OPTIMIZATION="-march=rv64imafdc_xtheadba_xtheadbb_xtheadbs_xtheadcmo_xtheadcondmov_xtheadfmemidx_xtheadfmv_xtheadint_xtheadmac_xtheadmemidx_xtheadmempair_xtheadsync"

# opensbi
Expand Down

0 comments on commit 57b41a9

Please sign in to comment.