Skip to content

Commit

Permalink
armv7a9-zynq7000-qemu: add blob plo command example usage
Browse files Browse the repository at this point in the history
JIRA: CI-494
  • Loading branch information
nalajcie committed Oct 17, 2024
1 parent 4d90677 commit 7eb28cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _projects/armv7a9-zynq7000-qemu/user.plo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,11 @@ contents:
args: '-r;/dev/mtd0:{{ nvm.flash0.rootfs.offs }}:{{ nvm.flash0.rootfs.size }}:jffs2'
text_map: ddr
data_maps: ddr

# NOTE: these blob objects are not needed, just serve as an example/image_builder test
- name: blob
device: '{{ env.BOOT_DEVICE }}'
filename: /etc/logo
data_maps: ddr
- blob {{ env.BOOT_DEVICE }} /etc/hostid ddr
- go!

0 comments on commit 7eb28cc

Please sign in to comment.