1 Star 3 Fork 2

韦东山/eLinuxCore_100ask-t113-pro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
genimage.cfg 896 Bytes
一键复制 编辑 原始数据 按行查看 历史
世玉轩 提交于 2022-06-20 02:51 . Add some example config files.
image 100ask-t113-pro_sdcard.img {
hdimage{
partition-table-type = "hybrid"
gpt-location = 1M
}
partition boot0 {
in-partition-table = "no"
image = "boot0_sdcard.fex"
offset = 8K
}
partition boot-packages {
in-partition-table = "no"
image = "boot_package.fex"
offset = 16400K
}
partition boot-resource {
image = "boot-resource.fex"
}
partition env {
image = "env.fex"
size = 128k
}
partition env-redund {
image = "env.fex"
size = 128k
}
partition boot {
partition-type = 0xC
bootable = "true"
image = "boot.vfat"
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
}
partition dsp0 {
partition-type = 0xC
image = "dsp.vfat"
}
}
image dsp.vfat{
vfat{
files = {"dsp0.fex"}
}
size = 1M
}
image boot.vfat {
vfat {
files = {
"boot.img",
"zImage",
"sun8iw20p1-t113-100ask-t113-pro.dtb"
}
}
size = 32M
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/weidongshan/eLinuxCore_100ask-t113-pro.git
git@gitee.com:weidongshan/eLinuxCore_100ask-t113-pro.git
weidongshan
eLinuxCore_100ask-t113-pro
eLinuxCore_100ask-t113-pro
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385