RTEMS | Ported LittleFS (!1064)
Harshit Shivhare (@002harshit)
gitlab at rtems.org
Thu Mar 12 07:20:30 UTC 2026
Harshit Shivhare commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1064#note_145134
To be specific, I ran the example with QEMU by providing a disk image with these flags:
`qemu-system-i386 --cpu core2duo -no-reboot -display none -append "--console=/dev/com1" -serial stdio -drive file=img.raw,format=raw,if=none -kernel build/i386/pc386/testsuites/samples/fileio.exe -s -S`
And running gdb like so:
`gdb --ex "target extended-remote localhost:1234" --ex "symbol-file build/i386/pc386/testsuites/samples/fileio.exe" -tui`
To test the rtems_littlefs\_\* functions, I mounted the filesystem using the RTEMS shell:
`mount -t littlefs /dev/hda /tmp`
>From there, I manually verified the implementation by executing file operations in the mounted directory.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1064#note_145134
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260312/20da26e6/attachment.htm>
More information about the bugs
mailing list