Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples: fs: littlefs: sdmmc: remove fstab and fixed partition #64882

Commits on Nov 6, 2023

  1. samples: fs: littlefs: sdmmc: remove fstab and fixed partition

    For littleFS, the fstab entries in DTS are ignored currently.
    So remove the overlay entries for the same. Also fixed-partitions
    can't be used for sdmmc-disk. So remove the same. We just need to
    have sdmmc node with zephyr,sdmmc-disk compatible string to have
    littleFS working on disk.
    
    build littleFS sample as follows:-
    
    west build -p always -b stm32h747i_disco_m7 \
    samples/subsys/fs/littlefs/ -- \
    -DOVERLAY_CONFIG=boards/stm32h747i_disco_m7.conf \
    -DCONF_FILE=prj_blk.conf
    
    Signed-off-by: Murali Karicheri <murali.karicheri@sandc.com>
    mkaricheri committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d5d6b7f View commit details
    Browse the repository at this point in the history