mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 06:03:12 +00:00
Rework the RTL8721Dx / RTL8720F flashable-image handling to match the common NuttX convention: - Name the packed application image nuttx.bin (was app.bin) and leave only it plus the map files in the top-level build directory; the prebuilt bootloader boot.bin stays in the board prebuilt/ directory. Drop the redundant per-core and OTA image copies from the top-level directory. - Read the boot and application flash offsets from the SDK flash layout (platform_autoconf.h) instead of hardcoding them, and write boot.bin and nuttx.bin each at its own offset. A flash-layout change is then tracked automatically and no offsets are entered by hand. - Update the board documentation to match. Signed-off-by: raul_chen <raul_chen@realsil.com.cn> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| ceva | ||
| dummy | ||
| hc | ||
| mips | ||
| misoc | ||
| or1k | ||
| renesas | ||
| risc-v | ||
| sim | ||
| sparc | ||
| tricore | ||
| x86 | ||
| x86_64 | ||
| xtensa | ||
| z16 | ||
| z80 | ||
| CMakeLists.txt | ||
| Kconfig | ||