hello
we r using serial to usb converter in dms365
but it is not executing the evm mode
how to open the evm# mode
the operating sys is ubunto 10.04
kailash
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hello
we r using serial to usb converter in dms365
but it is not executing the evm mode
how to open the evm# mode
the operating sys is ubunto 10.04
kailash
As I understand you want to put the kernel console output to the USB-to-Serial device. If so then pls follow steps below,
1) Open “filesystem/etc/init.d/rcS” and add “mknod /dev/ttyUSB0 c 188 0” just below line “mknod /dev/ttyS1 c 4 64”
2) Open “filesystem/etc/inittab” and replace the line
" ::respawn:/sbin/getty -L ttyS1 $(fw_printenv baudrate | cut -d "=" -f 2) vt100" with
" ::respawn:/sbin/getty -L ttyUSB0 $(fw_printenv baudrate | cut -d "=" -f 2) vt100".
3) Rebuild the file system.
4) Use the Linux kernel with built-in USB host driver and USB serial class driver.
5) Connect the USB serial cable to Host machine.
6) Boot the Linux kernel, you should get the console.
Note: Please note that serial baud-rate value will be taken from u-boot environment variable
Regards,
Ajay
hello ajay
thanku for ur info
we r trying to run demos that r provided with the dm365 board we have configured minicom as we are using ubuntu 10.04
but we r not getting any console window whenever we r starting the boasrd as it is written that the board will boot auto matically
what is the problem?
we r using serial to usb converter becauz no serial port is their in the system
waiting for reply
kailash
Kailash,
Please contact your local TI engineer on this setup. I think there is setup issue with bootargs and filesystem as indiacted in my earlier mail.
Regards,
Ajay
ajay
the commands u have given in ur mail for setting connection with host machine
for this purpose we r using minicom
is these things r same or we have to go for that commands
kailash