I'm still new to the LS1028 and OpenIL platform.
Would someone please teach me how to update fip.bin on OPENIL ?
I would like to modify u-boot and deploy to the target, but
could not success.
What I tried
$make uboot-rebuild
-> output/images/u-boot-dtb.bin
output/images/uboot-env.bin
are updated, but no bl2_sd.pbl and fip.bin is updated.
fip.bin image seems to be build using fiptool, which is part of
arm-trusted-firmware package. So I tried
$make arm-trusted-firmware-fip
make: *** No rule to make target 'arm-trusted-firmware-fip'.
Environment
SW
Question
Would someone please teach me how to update fip.bin on OPENIL ? I would like to modify u-boot and deploy to the target, but
could not success.
What I tried
$make uboot-rebuild
-> output/images/u-boot-dtb.bin
output/images/uboot-env.bin
are updated, but no bl2_sd.pbl and fip.bin is updated.
fip.bin image seems to be build using fiptool, which is part of
arm-trusted-firmware package. So I tried
$make arm-trusted-firmware-fip
make: *** No rule to make target 'arm-trusted-firmware-fip'.
Thanks for the help !! John