mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-08 11:38:10 +00:00
sculpt_image: copy uboot.env file for PinePhone
Issue genodelabs/genode-allwinner#26.
This commit is contained in:
parent
32d1e5b4a7
commit
89270f69e0
@ -59,6 +59,9 @@ puts "Disk image: $depot_image_path.img"
|
|||||||
# install content of boot directory into depot
|
# install content of boot directory into depot
|
||||||
exec rm -rf $depot_image_path
|
exec rm -rf $depot_image_path
|
||||||
exec cp -r [run_dir]/boot $depot_image_path
|
exec cp -r [run_dir]/boot $depot_image_path
|
||||||
|
if {[have_board pinephone]} {
|
||||||
|
exec cp [run_dir]/ext2/boot/uboot.env $depot_image_path
|
||||||
|
}
|
||||||
puts "Boot directory: $depot_image_path"
|
puts "Boot directory: $depot_image_path"
|
||||||
|
|
||||||
puts ""
|
puts ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user