Skip to content

tests/subsys/fs/fat_fs_api - test_fat_mount results into assertion failure on Arduino_101 - FS init failed (-19) #8506

@pswarnak

Description

@pswarnak

The test tests/subsys/fs/fat_fs_api results in Assertion failure in test_fat_mount sub-test case.

Arch: x86
Board: arduino_101
Zephyr commit: c738834.

Error Console Log:

***** Booting Zephyr OS v1.12.0-284-gc738834 *****
Running test suite fat_fs_basic_test
===================================================================
starting test - test_fat_mount
ASSERTION FAIL [(res == FR_OK)] @ zephyr/subsys/fs/fat_fs.c:333:
        FS init failed (-19)

Steps to reproduce:

cd zephyr/tests/subsys/fs/fat_fs_api/
rm -rf build && mkdir build && cd build
cmake -D BOARD=arduino_101 ../
make BOARD=arduino_101 flash

Check the console log.

Metadata

Metadata

Labels

bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bug

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions