Re: [U-Boot] No console output once kernel starts loading.

2015-03-16 Thread Graeme Russ
Hi David, On 05/03/15 09:46, DaveKucharczyk wrote: I'm currently working on the kernel dtb for our MX53 board. U-boot loads the dtb and kernel and then gets stuck at starting kernel I've triple checked the uart pad setup in imx53.dtsi This is probably a long shot, but I had the same

Re: [U-Boot] No console output once kernel starts loading.

2015-03-12 Thread DaveKucharczyk
To update anyone who comes across this issue... Yes, a stripped version of the dts, like above, is all that is necessary to see console output. You just have to setup your uart pads correctly in imx53.dtsi. My main issue was the uart setting in .config. I had earlyprintk turned on and the uart

Re: [U-Boot] No console output once kernel starts loading.

2015-03-11 Thread Fabio Estevam
On Wed, Mar 11, 2015 at 2:29 PM, DaveKucharczyk david.kucharc...@gmail.com wrote: My question is: Is it ok to remove machine type when using a newer version of u-boot and linux? Yes, it is OK. With dt we no longer have to add the machine type numbers.

[U-Boot] No console output once kernel starts loading.

2015-03-04 Thread DaveKucharczyk
I'm currently working on the kernel dtb for our MX53 board. U-boot loads the dtb and kernel and then gets stuck at starting kernel I've triple checked the uart pad setup in imx53.dtsi Here is my entire dts (everything else is stripped for testing)... -