public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] No console output once kernel starts loading.
@ 2015-03-04 22:46 DaveKucharczyk
  2015-03-11 17:29 ` DaveKucharczyk
  2015-03-16 11:10 ` Graeme Russ
  0 siblings, 2 replies; 4+ messages in thread
From: DaveKucharczyk @ 2015-03-04 22:46 UTC (permalink / raw)
  To: u-boot

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)...
-----------------------------
/dts-v1/;
#include "imx53.dtsi"

/ {
   model = "Freescale i.MX53 test Board";
   compatible = "fsl,imx53-qsb", "fsl,imx53";

   memory {
      reg = <0x70000000 0x80000000>;
   };
&uart2 {
   pinctrl-names = "default";
   pinctrl-0 = <&pinctrl_uart2_3>;
   status = "okay";
};
&esdhc2 {
   pinctrl-names = "default";
   pinctrl-0 = <&pinctrl_esdhc2_1>;
   //cd-gpios = <&gpio4 1 0>;
   //wp-gpios = <&gpio2 9 0>;
   //lctl-gpios = <&gpio6 9 0>;
   status = "okay";
};
--------------------------------
Should I see console output with just the above dts?  Basically I just want
to see some life, so all I have setup is the uart. The sd card setup doesn't
even matter this early. 

What am I missing?



--
View this message in context: http://u-boot.10912.n7.nabble.com/No-console-output-once-kernel-starts-loading-tp207674.html
Sent from the U-Boot mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-16 11:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04 22:46 [U-Boot] No console output once kernel starts loading DaveKucharczyk
2015-03-11 17:29 ` DaveKucharczyk
2015-03-11 17:41   ` Fabio Estevam
2015-03-16 11:10 ` Graeme Russ

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox