File: flash.config

package info (click to toggle)
genimage 16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 808 kB
  • sloc: ansic: 4,721; sh: 1,006; makefile: 156
file content (15 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include("flash-types.config")

image test.flash {
	flash {
	}
	flashtype = "nand-64M-512"
	partition part1 {
		image = "part1.img"
		size = 1M
	}
	partition part2 {
		image = "part2.img"
		size = 1M
	}
}