Home
last modified time | relevance | path

Searched refs:system_flash (Results 1 – 1 of 1) sorted by relevance

/lk-master/app/moot/
A Dfsboot.c101 bdev_t *system_flash = bio_open(moot_system_info.system_flash_name); in attempt_fs_boot() local
102 if (!system_flash) { in attempt_fs_boot()
109 bio_erase(system_flash, moot_system_info.system_offset, imglen); in attempt_fs_boot()
113 bio_close(system_flash); in attempt_fs_boot()
118 bio_write(system_flash, imgptr, moot_system_info.system_offset, imglen); in attempt_fs_boot()
119 bio_close(system_flash); in attempt_fs_boot()

Completed in 3 milliseconds