Hi,

I have been trying to bootup a busybox embedded system. Once it boots up, it come up with the message "Bummer, cannot open ttyAM1".

I re-created the device file as follows:

mknod ttyAM0 c 204 16

I am not sure what else I have to check.

The box was booting fine and I was able to connect to it through a hyperterminal session before.

I changed the inittab file to have the following entries and added the following directory structure. Then this message started coming and I don't know how to fix it.

ttyAM0::respawn:/sbin/getty 115200 /dev/ttyAM0
ttyAM1::respawn:/sbin/getty 115200 /dev/ttyAM1

/lib/modules/2.4.25-vrs2/kernel/drivers/char

Thank you very much and really appreciate any help.

Kumudini