Browse Source

MEN-3051: Update the rockpro64 config to use the new img_path variable

Changelog: None

Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
2.0.x
Ole Petter 5 years ago
parent
commit
83684f80ca
No known key found for this signature in database GPG Key ID: A7100375167A7B21
  1. 2
      configs/rockpro64_config

2
configs/rockpro64_config

@ -27,6 +27,6 @@ function platform_modify() {
function platform_package() {
log_info "Embedding bootloader in disk image"
run_and_log_cmd "dd if=work/rockpro64/rksd_loader.img of=${sdimg_path} \
run_and_log_cmd "dd if=work/rockpro64/rksd_loader.img of=${img_path} \
seek=64 conv=notrunc status=none"
}

Loading…
Cancel
Save