Jan Kundrát | 420a6d8 | 2017-09-29 16:56:31 +0200 | [diff] [blame] | 1 | image sdcard.img { |
2 | hdimage { | ||||
3 | } | ||||
4 | |||||
5 | partition u-boot { | ||||
6 | in-partition-table = "no" | ||||
7 | image = "u-boot-spl.kwb" | ||||
8 | offset = 512 | ||||
9 | } | ||||
10 | |||||
11 | partition rootfs { | ||||
12 | partition-type = 0x83 | ||||
13 | image = "rootfs.ext4" | ||||
14 | offset = 1M | ||||
15 | } | ||||
16 | } |