The defconfig is good but you need to amend it with the modifications mentioned in the debug output.
Hi Phil,
Thanks for your post, I was most concern about the camera related stuff on kernels.
Unfortunately, Linaro kernels (2.6.38) able to boot on my QSB with imx5_defconfig. But it fails to compile the camera related support :-(, So i downgraded my working kernel version to 2.6.35.3 (After pll patch) it have camera related stuff and it satisfy my current basic needs.
Currently i am using imx5_defconfig for QSB. I suspect that is not the correct .config for the QSB
because i was getting following errors from the Board boot up. Can any one share the correct .config file for QSB.
****************************** NOTICE *****************************
You have seen this notice as you have enabled OTG driver for mx53 LOCO board
For mx53 loco board, the OTG function is unavailable due to hardware limitation
So, Only one usb function (device or host) can be available for certain image
Please config your kernel to disable OTG and the usb function you don't want to use
And remain the other usb function you would like to use
Below OTG configs should be removed:
CONFIG_MXC_OTG, CONFIG_USB_OTG
Choose one of below configs for host or device function
But DO NOT choose them together
OTG host config
CONFIG_USB_EHCI_ARC_OTG
OTG device config
CONFIG_USB_GADGET
Thanks and regards,
Ananth.
Hi Remi ,
Thanks, the pointed link have this patch and it works for me
diff --git a/arch/arm/mach-mx5/clock.c b/arch/arm/mach-mx5/clock.c
index d68d706..1139136 100644
--- a/arch/arm/mach-mx5/clock.c
+++ b/arch/arm/mach-mx5/clock.c
@@ -2126,7 +2126,7 @@ static int _clk_uart_set_parent(struct clk *clk, struct clk *parent)
static struct clk uart_main_clk = {
__INIT_CLK_DEBUG(uart_main_clk)
- .parent = &pll2_sw_clk,
+ .parent = &pll3_sw_clk,
.get_rate = _clk_uart_get_rate,
.set_parent = _clk_uart_set_parent,
};
Thanks and regards,
Ananth.
Your issue looks similar to the one documented here: http://imxcommunity.org/group/imx53quickstartboard/forum/topics/serial-port-corruption-with-2-6-38