Other Parts Discussed in Thread: AM3874, ASH, TLC59108
Hello,
We are developing a custom board based on AM3874 processor that operates under Linux 2.6.37.
We have a problem that looks to be very similar to one described here 
serial console periodically hangs, but in our case we have the same behavior for jffs2/nand and for NFS rootfs.
According to top the CPU is not busy at all and there is enough free memory
Mem: 8356K used, 164252K free, 0K shrd, 0K buff, 2576K cached
CPU: 0.0% usr 0.0% sys 0.0% nic 100% idle 0.0% io 0.0% irq 0.0% sirq
Load average: 0.00 0.00 0.00 1/38 72
PID PPID USER STAT VSZ %VSZ CPU %CPU COMMAND
62 1 root S 3284 1.8 0 0.0 -/bin/ash
1 0 root S 3280 1.8 0 0.0 init
59 1 root S 3280 1.8 0 0.0 /sbin/syslogd
61 1 root S 3280 1.8 0 0.0 /usr/sbin/telnetd
72 62 root R 3280 1.8 0 0.0 top -d 1
43 2 root SWN 0 0.0 0 0.0 [jffs2_gcd_mtd8]
3 2 root SW 0 0.0 0 0.0 [ksoftirqd/0]
15 2 root SW 0 0.0 0 0.0 [sync_supers]
66 2 root SW 0 0.0 0 0.0 [kworker/0:1]
2 0 root SW 0 0.0 0 0.0 [kthreadd]
4 2 root SW 0 0.0 0 0.0 [kworker/0:0]
5 2 root SW 0 0.0 0 0.0 [kworker/u:0]
6 2 root SW< 0 0.0 0 0.0 [khelper]
7 2 root SW< 0 0.0 0 0.0 [netns]
8 2 root SW 0 0.0 0 0.0 [irq/72-serial i]
9 2 root SW 0 0.0 0 0.0 [irq/73-serial i]
10 2 root SW 0 0.0 0 0.0 [irq/74-serial i]
11 2 root SW 0 0.0 0 0.0 [irq/44-serial i]
12 2 root SW 0 0.0 0 0.0 [irq/45-serial i]
13 2 root SW 0 0.0 0 0.0 [irq/46-serial i]
Does anyone have any idea what could be wrong?
Thanks,
Anatoly