Текущее состояние дел:
1. Настроен процесс загрузки прошивки с помощью SPSDK, см. tools/README.md
TODO: разделить процессы сборки прошивок для различных стратегий boot: XiP, RAM, SDRAM
This commit is contained in:
Dmitry Akimov 2026-03-10 20:09:44 +03:00
parent 3940947963
commit 6eaca0c183
4 changed files with 2 additions and 13 deletions

View file

@ -30,7 +30,8 @@
int main(void) {
const uint32_t USER_DELAY_US = 1000000;
BOARD_Init();
GPIO_PinWrite(BOARD_INITPINS_UserLed1_PORT, BOARD_INITPINS_UserLed1_PIN, 0);
// GPIO_PinWrite(BOARD_INITPINS_UserLed1_PORT, BOARD_INITPINS_UserLed1_PIN,
// 0);
GPIO_PinWrite(BOARD_INITPINS_UserLed2_PORT, BOARD_INITPINS_UserLed2_PIN, 0);
while (1) {
}

View file

@ -2,10 +2,6 @@
# HAB Container — firmware/app (боевая прошивка)
# Расположение: tools/host/hab/hab_app.yaml
#
# Сборка:
# cd tools/host/hab
# uv run nxpimage hab export --force -c hab_app.yaml \
# -o ../../../build/Release/app_hab.bin
# =============================================================================
options:

View file

@ -2,10 +2,6 @@
# HAB Container — firmware/bootloader
# Расположение: tools/host/hab/hab_bootloader.yaml
#
# Сборка:
# cd tools/host/hab
# uv run nxpimage hab export --force -c hab_bootloader.yaml \
# -o ../../../build/Release/bootloader_hab.bin
# =============================================================================
options:

View file

@ -2,10 +2,6 @@
# HAB Container — firmware/test (входной контроль производства)
# Расположение: tools/host/hab/hab_firmware_test.yaml
#
# Сборка:
# cd tools/host/hab
# uv run nxpimage hab export --force -c hab_firmware_test.yaml \
# -o ../../../build/Debug/firmware_test.bin
# =============================================================================
options: