This website requires JavaScript.
Explore
Help
Sign In
NetCube-Systems-Austria
/
kumquat-buildroot
Watch
1
Star
0
Fork
0
You've already forked kumquat-buildroot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4cc8006172
kumquat-buildroot
/
board
/
boundarydevices
/
common
/
post-image.sh
6 lines
78 B
Bash
Raw
Normal View
History
Unescape
Escape
configs/nitrogen6*: update to use genimage Also updating the documentation with the dd instruction to flash the bootable media. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-01-31 20:41:53 +01:00
#!/bin/sh
board/boundarydevices/common/post-image.sh: use genimage.sh - To avoid code duplication and to benefit from support script improvements like empty target dir. - Note that currently genimage.sh can't be set in defconfig directly for i.MX8 targets as the POST_SCRIPT_ARGS is used by imx8-bootloader-prepare.sh Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-03-27 18:12:01 +01:00
support/scripts/genimage.sh -c
$(
dirname
$0
)
/genimage.cfg
configs/nitrogen6*: update to use genimage Also updating the documentation with the dd instruction to flash the bootable media. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-01-31 20:41:53 +01:00
exit
$?
Reference in New Issue
Copy Permalink