Extra packages:
dkms bc linux-headers lvm2
Create encrypted partitions:
# cryptsetup luksFormat /dev/nvme0n1p3
Extra packages:
dkms bc linux-headers lvm2
Create encrypted partitions:
# cryptsetup luksFormat /dev/nvme0n1p3
diff --git a/package-lock.json b/package-lock.json | |
index e7a83a6..17f0c07 100644 | |
--- a/package-lock.json | |
+++ b/package-lock.json | |
@@ -7478,7 +7478,7 @@ | |
}, | |
"node_modules/basic-auth": { | |
"version": "2.0.1", | |
- "resolved": "https://artifactory.banno-tools.com/artifactory/api/npm/npm/basic-auth/-/basic-auth-2.0.1.tgz", | |
+ "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", |
--- sdk-mcuboot-1.9.99-ncs1/boot/bootutil/src/swap_move.c.orig 2022-05-24 08:15:45.000000000 -0300 | |
+++ sdk-mcuboot-1.9.99-ncs1/boot/bootutil/src/swap_move.c 2023-02-07 21:50:22.259499220 -0300 | |
@@ -47,7 +47,26 @@ | |
#define BOOT_STATUS_ASSERT(x) ASSERT(x) | |
#endif | |
-static uint32_t g_last_idx = UINT32_MAX; | |
+uint32_t | |
+find_last_idx(struct boot_loader_state *state, uint32_t swap_size) | |
+{ |
#include <hal.h> | |
#include <flash_map_backend/flash_map_backend.h> | |
#include <bootconf.h> | |
/* License this file however you want, feel free to do anything */ | |
/* | |
* This depends on a file bootconf.h which contains the following information: |
People
![]() :bowtie: |
π :smile: |
π :laughing: |
---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
Disk Area 0 | |
magic: good | |
length: 4096 | |
version: 1 | |
gc_seq: 4 | |
id: 255 (scratch) | |
Free space: 4048 | |
Disk Area 1 | |
magic: good | |
length: 4096 |
diff --git a/hw/bsp/frdm-k64f/MK64FN1M0xxx12_flash.ld b/hw/bsp/frdm-k64f/MK64FN1M0xxx12_flash.ld | |
index 838e64db9..a02d81646 100644 | |
--- a/hw/bsp/frdm-k64f/MK64FN1M0xxx12_flash.ld | |
+++ b/hw/bsp/frdm-k64f/MK64FN1M0xxx12_flash.ld | |
@@ -53,41 +53,35 @@ ENTRY(Reset_Handler) | |
HEAP_SIZE = DEFINED(__heap_size__) ? __heap_size__ : 0x10000; | |
STACK_SIZE = DEFINED(__stack_size__) ? __stack_size__ : 0x0400; | |
-M_VECTOR_RAM_SIZE = DEFINED(__ram_vector_table__) ? 0x0400 : 0x0; | |