File: test.cfg

package info (click to toggle)
mtd-utils 20080508-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,920 kB
  • ctags: 3,360
  • sloc: ansic: 32,148; sh: 1,307; perl: 552; makefile: 452
file content (23 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[targets]
test_complete=spl,kernel,rootfs

[spl]
image=test_u-boot.bin
ubi_ids=10,11
ubi_size=1MiB 
ubi_type=static
ubi_names=test_spl_0,test_spl_1

[kernel]
image=test_vmlinux.bin
ubi_ids=12,13
ubi_size=2MiB 
ubi_type=static
ubi_names=test_kernel_0,test_kernel_1

[rootfs]
image=test_rootfs.bin
ubi_ids=14,15
ubi_size=2MiB 
ubi_type=dynamic
ubi_names=test_rootfs_0,test_rootfs_1