Partially written block detected

willem
I'm just testing some programs that need to start instead off qt4 or
qtoipia.
that part works fine, but it takes a while before the webserver and so are
starting.

when viewing the sartup log in DNW it shows:

load Image of Linux...Uncompressing
Linux...........................................................................
........................................................................
done, booting the kernel.
{edit to short the log]

S3C2410 Watchdog Timer, (c) 2004 Simtec Electronics
s3c2410-wdt s3c2410-wdt: watchdog inactive, reset disabled, irq enabled
s3c-sdi s3c2440-sdi: powered down.
s3c-sdi s3c2440-sdi: mmc0 - using pio, sw SDIO IRQ
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
Advanced Linux Sound Architecture Driver Version 1.0.21.
No device for DAI UDA134X
No device for DAI s3c24xx-i2s
S3C24XX_UDA134X SoC Audio driver
UDA134X SoC Audio Codec
asoc: UDA134X <-> s3c24xx-i2s mapping ok
ALSA device list:
  #0: S3C24XX_UDA134X (UDA134X)
TCP cubic registered
NET: Registered protocol family 17
s3c2410-rtc s3c2410-rtc: hctosys: invalid date/time
yaffs: dev is 32505859 name is "mtdblock3"
yaffs: passed flags ""
yaffs: Attempting MTD mount on 31.3, "mtdblock3"
yaffs: auto selecting yaffs2
block 634 is bad
block 1049 is bad

[edit to short the log]

Partially written block 660 detected
Partially written block 660 detected
Partially written block 660 detected
Partially written block 660 detected
Partially written block 660 detected
Partially written block 660 detected
Partially written block 660 detected
Partially written block 660 detected
Partially written block 660 detected
Partially written block 660 detected
Partially written block 660 detected
Partially written block 660 detected
Partially written block 660 detected
yaffs_read_super: isCheckpointed 0
VFS: Mounted root (yaffs filesystem) on device 31:3.
Freeing init memory: 156K
hwclock: settimeofday() failed: Invalid argument
[01/Jan/1970:00:00:19 +0000] boa: server version Boa/0.94.13
[01/Jan/1970:00:00:19 +0000] boa: server built Jul 26 2010 at 15:58:29.
[01/Jan/1970:00:00:19 +0000] boa: starting server pid=690, port 80

now the first part is going oke, but the second part (block 660) is making
the boottime verry long.
it's not just block 660, but others as well.
what can i do to clear these blocks?

btw, it's a brand new 256 board with default image

best regards,
Willem

willem
what i did not saw, when entering the reboot command, this message does NOT
appear...
how come?

est regards,
Willem

Pratik
this happens because of system was not shut down properly.
after your app in rcS file
write path to poweroff

willem
Thanks!

that's indeed the problem.