summaryrefslogtreecommitdiffstats
path: root/config/images/ubi.config
blob: 793117108d5fe67f97e4f6caab970782d45e1464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
flash flash {
    pebsize = @PEB_SIZE@
    minimum-io-unit-size = @MINIMUM_IO_UNIT_SIZE@
    sub-page-size = @SUB_PAGE_SIZE@
    vid-header-offset = @VID_HEADER_OFFSET@
    lebsize = @LEB_SIZE@
}

image @IMAGE@ {
    ubi {
        extraargs = "-v"
    }
    flashtype = "flash"
    partition root {
        image = "root.ubifs"
        autoresize = true
    }
}