nuttx-apps/boot/nxboot/loader
Michal Lenc beacf792fa boot/nxboot/loader/flash.c: open partition with O_DIRECT flag
There is no need to use buffers in a bootloader. We expect a sequential
access, therefore we just need to erase the erase page before writing
to it for the first time, which is something FTL layer already takes
care of.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2025-07-28 18:21:46 +02:00
..
boot.c apps/boot/nxboot: Enhancements to add progress messages and copy-to-RAM feature 2025-06-05 20:06:51 +08:00
flash.c boot/nxboot/loader/flash.c: open partition with O_DIRECT flag 2025-07-28 18:21:46 +02:00
flash.h boot/nxboot: enhance bootloader capabilities and decision logic 2025-03-14 10:35:49 -03:00