Hi,
Thanks for your reply.
I am using Ubuntu OS and Linux kernel version is 3.10.17.
In this kernel I have configured
Networking support --->
<M> CAN bus subsystem support --->
--- CAN bus subsystem support
<M> Raw CAN Protocol (raw access with CAN-ID filtering)
<M> Broadcast Manager CAN Protocol (with content filtering)
CAN Device Drivers --->
<M> Platform CAN drivers with Netlink support
[*] CAN bit-timing calculation
and saved the configuration.
I gave make command Eg: make all
It generates the zImage in arch/arm/boot/zImage but it won't generate uImage.
After that I have given "make uImage LOADADDR=0x10008000" it generates the uImage.
I have copied this uImage into the SDCARD first partition it boot's the kernel but unable to get the root filesystem.
In console it shows the "Waiting for root device /dev/mmcblk3p2"
Do you know how to generate uImage for I.MX6Q sabrelite board. Once this issue is solved then I have to insert the CAN modules into the target board.
Thanks,
Ram.