This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: JFFS2 questions with eCos


Hi Andrew,

    Sorry, I can not see the "ls" command. The commands
had been supported as following:
- Manage aliases kept in FLASH memory
   alias name [value]
- Manage machine caches
   cache [ON | OFF]
- Display/switch console channel
   channel [-1|<channel number>]
- Compute a 32bit checksum [POSIX algorithm] for a range of memory
   cksum -b <location> -l <length>
- Display (hex dump) a range of memory
   dump -b <location> [-l <length>] [-s] [-1|2|4]
- Execute a Linux image - with MMU off
   exec [-w timeout]
        [-c "kernel command line"] [<entry_point>]
- Manage FLASH images
   fis {cmds}
- Manage configuration kept in FLASH memory
   fconfig [-i] [-l] [-n] [-f] [-d] | [-d] nickname [value]
- Execute code at a location
   go [-w <timeout>] [-c] [-n] [entry]
- Help about help?
   help [<topic>]
- Display command history
   history
- Set/change IP addresses
    ip_address [-l <local_ip_address>[/<mask_len>]] [-h <server_address>]
- Load a file
   load [-r] [-v] [-d] [-h <host>] [-p <TCP port>][-m <varies>] [-c
<channel_num
ber>]
        [-b <base_address>] <file_name>
- Compare two blocks of memory
   mcmp -s <location> -d <location> -l <length> [-1|-2|-4]
- Copy memory from one address to another
   mcopy -s <location> -d <location> -l <length> [-1|-2|-4]
- Fill a block of memory with a pattern
   mfill -b <location> -l <length> -p <pattern> [-1|-2|-4]
- Mount file system
   mount [-f <partition>] [-d <device>] -t fstype
- Network connectivity test
   ping [-v] [-n <count>] [-l <length>] [-t <timeout>] [-r <rate>]
        [-i <IP_addr>] -h <IP_addr>
- Reset the system
   reset
- Unmount file system
   umount
- Display RedBoot version information
   version
- Display (hex dump) a range of memory
   x -b <location> [-l <length>] [-s] [-1|2|4]

Question :
     Which flag I need to check to support the "ls" command ??


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]