Open silvanshade opened 8 months ago
@silvanshade I think the milkv folks are downstream of sophgo and their pioneer board is a custom implementation that uses the sg2042 chip. We need to ask milkv to provide the board specific details to initialise their board. I have asked them to provide or upstream their source for bootloader-arm64 here that compiles a fip.bin.
The
fip.bin
is mentioned as the "SCP Firmware" for the SG2042:I see that the
fip.bin
is available here:https://github.com/sophgo/bootloader-riscv/tree/64369b1/firmware
But I cannot find information about how
fip.bin
is generated or where it comes from.Is the source for the firmware available?
Is there any information about how to re-implement a new custom
fip.bin
?