Skip to content

Commit

Permalink
chore(all): update to v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tossp committed Oct 4, 2021
1 parent 581c84e commit d9befe2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@

# 关于项目?

- 基于[红丸团队](https://github.com/RedPill-TTG)源码制作
- 为apollolake提供适当的DSM7支持 (thnx @jumkey)
- 针对DSM6.2.4和DSM7.0从基于内核源代码的构建切换到基于工具包开发人员的构建 (thnx @jumkey)
- 针对DSM6.2.4和DSM7.0从基于内核源代码的构建切换到基于工具包开发人员的构建 (thnx [@jumkey](https://github.com/jumkey))
- `redpill_lkm_make_target`字段的可选值有 `dev-v6`, `dev-v7`, `test-v6`, `test-v7`, `prod-v6` 或者 `prod-v7`
需要注意后缀为`-v6`的值用于 DSM6 版本构建, 需要注意后缀为`-v7`的值用于 DSM7 版本构建. 默认使用的是 `dev-v6``dev-v7`

> PS: 由于toolkit dev缺少fs/proc所需的源代码,因此它们取自提取的DSM6.2.4内核源代码。
构建需要此单个文件夹的源代码,但不使用内核源代码构建redpill.ko模块。
Expand All @@ -21,7 +24,7 @@
# 如何使用?

1. 编辑`<platform>_user_config.json`比如 918+ 就编辑 `apollolake_user_config.json` 文件
1. 编辑`global_config.json`中的`docker.use_custom_bind_mounts``docker.custom_bind_mounts.host_path``docker.custom_bind_mounts.container_path`三个字段
1. 编辑`global_config.json`中的`docker.use_custom_bind_mounts``docker.custom_bind_mounts.host_path`两个字段,并放入扩展驱动
1. 为你想要的平台和版本构建编译镜像:
比如 `redpill_tool_chain.sh build apollolake-7.0-41890`
1. 为你想要的平台和版本构建引导:
Expand Down
2 changes: 1 addition & 1 deletion global_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"custom_bind_mounts": [
{
"host_path": "change_me",
"container_path": "/change_me"
"container_path": "/opt/redpill-load/custom"
}
]
},
Expand Down

0 comments on commit d9befe2

Please sign in to comment.