Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
duo-buildroot-sdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
duo-buildroot-sdk
Commits
d44d90f1
Commit
d44d90f1
authored
Jun 21, 2023
by
carbon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add FAQs
parent
62b45ff3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
README.md
README.md
+13
-1
No files found.
README.md
View file @
d44d90f1
...
...
@@ -67,7 +67,7 @@ git clone https://github.com/milkv-duo/duo-buildroot-sdk.git
## 一键编译
-
执行一键编译脚本
`build_milkv.sh`
```
cd
milkv-
duo-buildroot-sdk/
cd duo-buildroot-sdk/
./build_milkv.sh
```
-
编译成功后可以在
`out`
目录下看到生成的SD卡烧录镜像
`milkv-duo-XXX.img`
...
...
@@ -91,6 +91,18 @@ cd milkv-duo-buildroot-sdk/
<br>
# 常见问题解答
1.
为什么只显示单核?
CV1800B芯片采用双核设计,当前Linux系统运行在其中的一个核上,另外一个核用来运行实时系统,这个核的SDK尚未公布,待后续更新
2.
为什么查看RAM只显示28M?
因为有一部分RAM被分配绐了
[
ION
](
https://github.com/milkv-duo/duo-buildroot-sdk/blob/develop/build/boards/default/dts/cv180x/cv180x_default_memmap.dtsi#L15
)
,您可以修改这个
[
ION_SIZE
](
https://github.com/milkv-duo/duo-buildroot-sdk/blob/develop/build/boards/cv180x/cv1800b_milkv_duo_sd/memmap.py#L43
)
的值然后重新编译生成固件.
<br>
# 关于 Milk-V
-
[
官方网站
](
https://milkv.io/
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment