Skip to content

Commit

Permalink
fix: image build for nanopi_4s
Browse files Browse the repository at this point in the history
Path was missing a slash.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Nov 7, 2023
1 parent 6f3cd05 commit a54da5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

var (
bin = constants.BoardNanoPiR4S + "u-boot-rockchip.bin"
bin = constants.BoardNanoPiR4S + "/u-boot-rockchip.bin"
off int64 = 512 * 64
dtb = "rockchip/rk3399-nanopi-r4s.dtb"
)
Expand Down

0 comments on commit a54da5f

Please sign in to comment.