mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 07:46:42 +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
|
||||
exec rm -rf $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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user