Re: Question about file size 0 after filesystem recovery

2021-01-13 Thread jaeho jo
M Joel Sherrill wrote: > > > On Tue, Jan 5, 2021 at 12:48 AM jaeho jo wrote: > >> Hello! >> >> I am testing filesystem recovery and I have a question. >> >> If the reset is not a power-on reset, my application attempts to restore >> the filesystem. >

Question about file size 0 after filesystem recovery

2021-01-04 Thread jaeho jo
Hello! I am testing filesystem recovery and I have a question. If the reset is not a power-on reset, my application attempts to restore the filesystem. If the file was closed prior to reset, the file was restored. If a reset occurs while a file is open, the file was not recovered after the rese

symbol resolve between the two RAP files

2019-09-09 Thread jaeho jo
I wonder if I can resolve the symbol between the two RAP files for dynamic load. ex) a.c. / b.c. / main.c. a.c. -> a.rap - define 'a_test_func()' b.c. -> b.rap - use 'a_test_func()' main.c -> BaseImage Attempting to generate b.c. as b.rap using rtems-ld, an error occurs $ rtems-ld -b BaseI

What is the maximum value of rtems time of day?

2018-07-05 Thread jaeho jo
UNIX time starts in 1970, but RTEMS starts from 1988. Unix time cannot encode times after 03:14:07 UTC on 19 January 2038. What is the maximum value of rtems time of day? 2038 + 18 => 2056? thanks. ___ users mailing list users@rtems.org http://lists.rt

Is there a way to confirm that RTEMS task is running or not?

2018-05-03 Thread jaeho jo
I want to confirm that the RTEMS Task is running or not. I don't want to check that RTEMS Task is created or not. Is there a RTEMS API function to satisfy my intention? Thanks ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listin

Questions about Configuration for shell prompt & file system

2017-12-28 Thread jaeho jo
Hi, I have 2 Questions about RTEMS! 1. What is the relationship between shell prompt and unlimited_object? When I using RTEMS 4.11.2, I need 'CONFIGURE_UNLIMITED_OBJECTS' to use shell prompt. I already read 'RTEMS C User Manual - 24.7. Unlimited Objects ' page, but I don't understand exactl