Tnx.

I'm digging trough debug console...
RedBoot> fconfig -l
Run script at boot: false
Use BOOTP for network configuration: false
Gateway IP address: 0.0.0.0
Local IP address: 192.168.9.133
Local IP address mask: 255.255.0.0
Default server IP address: 192.168.100.100
Console baud rate: 115200
DNS server IP address: 0.0.0.0
Set eth0 network hardware address [MAC]: true
eth0 network hardware address [MAC]: 0x00:0x80:0x40:0x00:0x22:0x85
GDB connection port: 9000
Force console for special debug messages: false
Network debug at boot time: false
RedBoot>fis list
Name FLASH addr Mem addr Length Entry point
RedBoot 0x10000000 0x10000000 0x00040000 0x00000000
fs 0x10040000 0x00000000 0x007A0000 0xFFFFFFFF
FIS directory 0x107E0000 0x107E0000 0x0001F000 0x00000000
RedBoot config 0x107FF000 0x107FF000 0x00001000 0x00000000
RedBoot>fs info
Filesystems available:
devfs
jffs2
Devices available:
/dev/flash/
RedBoot>fs list
fs: No filesystems mounted
RedBoot> fs mount -d /dev/flash/ -t jffs2 /hmm1
fs mount: mount(/dev/flash/,/hmm1,jffs2) failed 2
RedBoot> fs mount -d /dev/flash/ -t devfs /hmm1
RedBoot> fs info
Filesystems available:
devfs
jffs2
Devices available:
/dev/flash/
Mounted filesystems:
Device Filesystem Mounted on
/dev/flash/ devfs /hmm1
RedBoot> fs list
fs list: no such directory /