mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
f09fc4a5a2
- Update FatFS port from 0.07e to 0.13 - Multi-device support - Basic test at run/fatfs - Adaption of existing components Note, ffat is now consistently renamed to fatfs. Ref #2410
13 lines
364 B
Plaintext
13 lines
364 B
Plaintext
set mkfs_cmd [check_installed mkfs.vfat]
|
|
set mkfs_opts "-F32"
|
|
set filesystem fatfs
|
|
|
|
#
|
|
# The fatfs_libc plugin opens a block session directly. If the VFS opened
|
|
# the block session, the plugin would try to open a second one, which
|
|
# would get denied by the block driver.
|
|
#
|
|
set libc_dev_blkdev ""
|
|
|
|
source ${genode_dir}/repos/libports/run/libc_filesystem_test.inc
|