dashboard
repositories
activity
search
login
ljy
/
RK3588_XEN
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
enable sata
hc
2024-08-14
93e8ba98c407598d13d8ade71bc7802acfb19c58
[~ljy/RK3588_XEN.git]
/
buildroot
/
board
/
qemu
/
arm-vexpress-tz
/
post-build.sh
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -u
set -e
# Create flash.bin TF-A FIP image from bl1.bin and fip.bin
cd "$BINARIES_DIR"
dd if=bl1.bin of=flash.bin bs=4096
dd if=fip.bin of=flash.bin seek=64 bs=4096 conv=notrunc