Fix bootloader update hook
Signed-off-by: Sebastian Panceac <sebastian@resin.io>
This commit is contained in:
parent
c0260ffd82
commit
721aab6ab4
2 changed files with 3 additions and 1 deletions
CHANGELOG.md
layers/meta-resin-allwinner/recipes-support/hostapp-update-hooks/files
|
@ -1,6 +1,8 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
* hostapp-update-hooks: Fix bootloader update hook [Sebastian]
|
||||
|
||||
# v2.12.7+rev1
|
||||
## (2018-05-11)
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ uboot_file="u-boot-sunxi-with-spl.bin"
|
|||
uboot_block_size=1024
|
||||
uboot_seek_blocks=8
|
||||
|
||||
device="/dev/`$(findmnt --noheadings --canonicalize --output SOURCE /mnt/boot/ | xargs lsblk -no pkname)`"
|
||||
device="/dev/"$(findmnt --noheadings --canonicalize --output SOURCE /mnt/boot/ | xargs lsblk -no pkname)
|
||||
|
||||
update_files="uboot"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue