# 7
Текущее состояние дел: 1. Настроен процесс загрузки прошивки с помощью SPSDK, см. tools/README.md TODO: разделить процессы сборки прошивок для различных стратегий boot: XiP, RAM, SDRAM
This commit is contained in:
parent
3940947963
commit
6eaca0c183
4 changed files with 2 additions and 13 deletions
|
|
@ -30,7 +30,8 @@
|
||||||
int main(void) {
|
int main(void) {
|
||||||
const uint32_t USER_DELAY_US = 1000000;
|
const uint32_t USER_DELAY_US = 1000000;
|
||||||
BOARD_Init();
|
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);
|
GPIO_PinWrite(BOARD_INITPINS_UserLed2_PORT, BOARD_INITPINS_UserLed2_PIN, 0);
|
||||||
while (1) {
|
while (1) {
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,6 @@
|
||||||
# HAB Container — firmware/app (боевая прошивка)
|
# HAB Container — firmware/app (боевая прошивка)
|
||||||
# Расположение: tools/host/hab/hab_app.yaml
|
# Расположение: 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:
|
options:
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,6 @@
|
||||||
# HAB Container — firmware/bootloader
|
# HAB Container — firmware/bootloader
|
||||||
# Расположение: tools/host/hab/hab_bootloader.yaml
|
# Расположение: 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:
|
options:
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,6 @@
|
||||||
# HAB Container — firmware/test (входной контроль производства)
|
# HAB Container — firmware/test (входной контроль производства)
|
||||||
# Расположение: tools/host/hab/hab_firmware_test.yaml
|
# Расположение: 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:
|
options:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue