Skip to content
Snippets Groups Projects
Verified Commit 75c448ed authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

place *-flash.bin artifacts into root directory

parent 6bd48172
No related branches found
No related tags found
1 merge request!1place *-flash.bin artifacts into root directory
...@@ -36,14 +36,13 @@ build: ...@@ -36,14 +36,13 @@ build:
./tools/boot_merger RKBOOT/RK3588MINIALL.ini ./tools/boot_merger RKBOOT/RK3588MINIALL.ini
mv *spl_loader*.bin ../u-boot/ mv *spl_loader*.bin ../u-boot/
# concatenate # concatenate
cd ../u-boot cp u-boot/idbloader.img rk3588-mnt-reform2-flash.bin
cp idbloader.img rk3588-mnt-reform2-flash.bin dd if=u-boot/u-boot.itb of=rk3588-mnt-reform2-flash.bin seek=16320
dd if=u-boot.itb of=rk3588-mnt-reform2-flash.bin seek=16320
cp rk3588-mnt-reform2-flash.bin rk3588-mnt-reform-next-flash.bin cp rk3588-mnt-reform2-flash.bin rk3588-mnt-reform-next-flash.bin
artifacts: artifacts:
paths: paths:
- u-boot/rk3588-mnt-reform2-flash.bin - rk3588-mnt-reform2-flash.bin
- u-boot/rk3588-mnt-reform-next-flash.bin - rk3588-mnt-reform-next-flash.bin
- u-boot/u-boot.itb - u-boot/u-boot.itb
- u-boot/idbloader.img - u-boot/idbloader.img
- u-boot/u-boot-rockchip.bin - u-boot/u-boot-rockchip.bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment