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
No known key found for this signature in database
GPG Key ID: A7100375167A7B21
1 changed files with
1 additions and
1 deletions
-
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" |
|
|
|
} |
|
|
|