4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-07 20:24:34 +08:00
Chen Wang 7e0acaa254 bsp: cvitek: use rttpkgtool to replace cvitek_bootloader
Originally, for riscv big and little cores under bsp/cvitek,
after generating rtthread.bin, the cvitek_bootloader tool
would be used to package it and generate fip.bin and boot.sd
files that can be burned into sdcard. However, the
cvitek_bootloader tool repository is relatively large, and
it compiles and generates firmware such as fsbl, opensbi and
uboot from the source code level. And when using it, it
needs to be downloaded to the bsp/cvitek directory, which
will introduce pollution to source files in the RTT repository
under the original working path.

The new solution uses rttpkgtool, which is similar to
cvitek_bootloader, but it uses prebuilt firmware, so it is
very small and does not introduce pollution to the source file.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-01-26 10:55:44 +08:00
..
2024-10-20 12:18:28 -04:00
2024-11-13 22:56:32 -05:00
2024-12-25 17:40:04 +08:00
2024-10-11 18:32:58 -04:00
2023-11-20 07:34:46 -05:00

RT-THREAD bsp company list