100% CPU utilization when writing files (Gumstix Overo)

1 view
Skip to first unread message

AJ ONeal

unread,
Jan 26, 2011, 1:46:17 PM1/26/11
to General mailing list for gumstix users., Utah Embedded
I have the OMAP3530 clocked at 720MHz and when writing either to tmpfs (/dev/shm) or SDHC (/) the CPU is pegged 100%.

10% is userspace
90% is kernel (2.6.36)



#!/bin/bash
dd if=/dev/zero of=~/data.tmp bs=512K count=1
while true
do
  cp ~/data.dat /dev/shm/
done

Any ideas what could be going on here?

AJ ONeal
Reply all
Reply to author
Forward
0 new messages