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
224691b2
Unverified
Commit
224691b2
authored
Feb 02, 2024
by
Carbon
Committed by
GitHub
Feb 02, 2024
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #66 from yue-xiaomin/dev
del(duo nor/nand):del genimage config
parents
95d57f8c
576c0b08
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
73 deletions
+0
-73
device/milkv-duo-spinand/genimage.cfg
device/milkv-duo-spinand/genimage.cfg
+0
-43
device/milkv-duo-spinor/genimage.cfg
device/milkv-duo-spinor/genimage.cfg
+0
-30
No files found.
device/milkv-duo-spinand/genimage.cfg
deleted
100644 → 0
View file @
95d57f8c
flash nand-128M-2048 {
pebsize = 131072
numpebs = 1024
minimum-io-unit-size = 2048
}
image milkv-duospinand.img {
flash {
}
flashtype = "nand-128M-2048"
partition fip {
image = "fip.bin"
size = 2560k
}
partition boot {
image = "rawimages/boot.spinand"
size = 6144k
}
partition env {
size = 128k
}
partition env_bak {
size = 128k
}
partition rootfs {
image = "rootfs.spinand"
size = 40960k
}
partition system {
image = "rawimages/system.spinand"
size = 71680k
partition cfg {
image = "rawimages/cfg.spinand"
size = 4096k
}
}
device/milkv-duo-spinor/genimage.cfg
deleted
100644 → 0
View file @
95d57f8c
flash nor-32M-256 {
pebsize = 4096
numpebs = 8192
minimum-io-unit-size = 256
}
image milkv-duospinor.img {
flash {
}
flashtype = "nor-32M-256"
partition fip {
image = "fip.bin"
size = 640k
}
partition boot {
image = "rawimages/boot.spinor"
size = 4096k
}
partition env {
size = 64k
}
partition rootfs {
image = "rawimages/rootfs.spinor"
size = 27968k
}
}
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