All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] ARM: tegra: jetson-tk1: Increase console buffer size
@ 2016-08-22 22:46 Peter Chubb
  2016-08-22 23:10 ` Stephen Warren
  0 siblings, 1 reply; 11+ messages in thread
From: Peter Chubb @ 2016-08-22 22:46 UTC (permalink / raw)
  To: u-boot


U-Boot's console buffer size needs to be bigger to allow the
default image on NVIDIA's Linux4Tegra to boot.

Otherwise one sees:
  bootarg overflow 602+0+0+1 > 512
on the console, and the board refuses to boot.

Signed-off-by: Peter Chubb <peter.chubb@data61.csiro.au>
---
 include/configs/tegra-common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index 7b0940a..8e874d3 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -76,7 +76,7 @@
  * Increasing the size of the IO buffer as default nfsargs size is more
  *  than 256 and so it is not possible to edit it
  */
-#define CONFIG_SYS_CBSIZE		(256 * 2) /* Console I/O Buffer Size */
+#define CONFIG_SYS_CBSIZE		(256 * 3) /* Console I/O Buffer Size */
 /* Print Buffer Size */
 #define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
 					sizeof(CONFIG_SYS_PROMPT) + 16)
-- 
2.9.3


-- 
Dr Peter Chubb	       Tel: +61 2 9490 5852      http://www.data61.csiro.au
http://ts.data61.csiro.au      Software Systems Research Group/NICTA/Data61

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

end of thread, other threads:[~2016-09-01 23:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-22 22:46 [U-Boot] ARM: tegra: jetson-tk1: Increase console buffer size Peter Chubb
2016-08-22 23:10 ` Stephen Warren
2016-08-23  0:00   ` [U-Boot] [PATCH] ARM: tegra: increase console buffer size and sys args num Peter Chubb
2016-08-23 16:04     ` Stephen Warren
2016-08-23 22:21       ` Peter Chubb
2016-08-23 22:35         ` Stephen Warren
2016-09-01 22:42   ` [U-Boot] ARM: tegra: jetson-tk1: Increase console buffer size Tom Warren
2016-09-01 22:53     ` Peter.Chubb at data61.csiro.au
2016-09-01 23:19       ` Tom Warren
2016-09-01 23:25       ` Stephen Warren
2016-09-01 23:47         ` Peter.Chubb at data61.csiro.au

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.