Snagboot » snagfactory-config.yaml
1 |
boards: |
---|---|
2 |
"0451:6165": "am625" |
3 |
|
4 |
soc-models: |
5 |
am625-firmware: |
6 |
tiboot3: |
7 |
path: "dfu_files/tiboot3.bin" |
8 |
tispl: |
9 |
path: "dfu_files/tispl.bin" |
10 |
u-boot: |
11 |
path: "dfu_files/u-boot.img" |
12 |
|
13 |
am625-tasks: |
14 |
- target-device: mmc0 |
15 |
fb-buffer-size: 0x7000000 |
16 |
fb-buffer-addr: 0x82000000 |
17 |
|
18 |
- task: run |
19 |
args: |
20 |
- "oem_format" |
21 |
- "flash_sparse:rootfs.ext3.sparse:rootfs" |
22 |
- "download:emmc_files/tiboot3.bin" |
23 |
- "flash:tiboot3" |
24 |
- "download:emmc_files/tispl.bin" |
25 |
- "flash:tispl" |
26 |
- "download:emmc_files/u-boot.img" |
27 |
- "flash:uboot" |
28 |
|