Skip to content

Commit

Permalink
tegra194-nxde-flash-dry: copy signed dtb to bootfiles dir
Browse files Browse the repository at this point in the history
Signed-off-by: Pelle van Gils <[email protected]>
  • Loading branch information
pgils committed Jun 26, 2020
1 parent d4854ce commit 57cf7c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ do_configure() {
cp -r ${DTBNAME}-root*.dtb* ${DEPLOY_DIR_IMAGE}/bootfiles/
cp ${WORKDIR}/${FLASHXML} ${DEPLOY_DIR_IMAGE}/bootfiles/flash.xml
cp -r signed/* ${DEPLOY_DIR_IMAGE}/bootfiles/
cp tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt ${DEPLOY_DIR_IMAGE}/bootfiles/

dd if=/dev/zero count=1 bs=33554432 | tr "\000" "\377" > boot0.img
dd if=/dev/zero bs=2887 count=1 of=boot0.img conv=notrunc
Expand Down

0 comments on commit 57cf7c0

Please sign in to comment.