Hi,
I am using AM1808-OMAPL13X LOGICPD ZOOM EXP KIT with L13X UART expansion Board of mistral. I want to use soft-UART so i done following steps.
- using l13xdc_quick start guide.pdf installing the driver sources for DaVinci-PSP-SDK-03.20.00.12 for patches from pru-linux-06-23-2011-1121-v3.1.patch.tar.gz
-Building the firmware Execute the script build_linux.sh Copy the files from under the “pru/firmware/bin” directory into the filesystem
“lib/firmware/omapl_pru”.
$ cp bin/* lib/firmware/omapl_pru
-from http://processors.wiki.ti.com/index.php/Soft-UART_Implementation_on_OMAPL_PRU_-_Software_Users_Guide Building the linux kernel & device driver
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- uImage
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- modules
make INSTALL_MOD_PATH=/home/user/target_rootfs modules_install
upto this it is working fine but
-With this uImage AM1808 decompressed it but not booting & its hang up after "uncompressing kernel....done.Booting the kernel."
-With all modules installed if i used the older uImage then if i do "modprobe suart_emu" then i got error that suart_emu.ko is not a file or directories but actually that suart_emu.ko file is there.so how to solve this problem?