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.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
