Merge pull request #2022 from kwagyeman/kwabena/fix_imx_openmv_disk

ports/mimxrt: Add .openmv_disk file.
This commit is contained in:
Ibrahim Abdelkader 2023-11-25 16:36:52 +02:00 committed by GitHub
commit 64f5249610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,6 +224,9 @@ soft_reset:
tusb_init();
}
// Mark FS as OpenMV disk.
file_ll_touch(".openmv_disk");
// Execute user scripts.
exec_boot_script("boot.py", false);