Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] board/udoo/neo/readme.txt improve
@ 2024-08-01 19:12 Kilian Zinnecker via buildroot
  2024-08-01 21:23 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Kilian Zinnecker via buildroot @ 2024-08-01 19:12 UTC (permalink / raw)
  To: buildroot, festevam; +Cc: Kilian Zinnecker

This patch adds more inforamtion to the Udoo Neo's readme, e.g.,
Uart pins and baudrate.

Signed-off-by: Kilian Zinnecker <kilian.zinnecker@mail.de>
---
 board/udoo/neo/readme.txt | 54 ++++++++++++++++++++++++++++++++++++++-
 1 file changed, 53 insertions(+), 1 deletion(-)

diff --git a/board/udoo/neo/readme.txt b/board/udoo/neo/readme.txt
index 94ebcc12f2..e9f9fbac1c 100644
--- a/board/udoo/neo/readme.txt
+++ b/board/udoo/neo/readme.txt
@@ -1,12 +1,36 @@
 MX6X Udoo Neo board
-
+===================
 http://www.udoo.org/udoo-neo/
 
+Build:
+======
+
 To build a minimal support for these boards:
 
     $ make mx6sx_udoo_neo_defconfig
     $ make
 
+Files created in the output directory:
+======================================
+
+output/images
+.
+├── boot.scr
+├── imx6sx-udoo-neo-basic.dtb
+├── imx6sx-udoo-neo-extended.dtb
+├── imx6sx-udoo-neo-full.dtb
+├── rootfs.ext2
+├── rootfs.ext4 -> rootfs.ext2
+├── rootfs.tar
+├── sdcard.img
+├── SPL
+├── u-boot.bin
+├── u-boot.img
+└── zImage
+
+Creating bootable SD card:
+==========================
+
 Buildroot prepares a bootable "sdcard.img" image in the output/images/
 directory, ready to be dumped on an SD card:
 
@@ -14,3 +38,31 @@ dd if=output/images/sdcard.img of=/dev/<your-microsd-device>
 
 For details about the medium image layout, see the definition in
 board/freescale/common/imx/genimage.cfg.template_no_boot_part_spl.
+
+Booting:
+========
+
+Serial console:
+---------------
+The Udoo Neo features the serial console "UART1" on the pin header "P7". The
+Uart pins are as follows (see board labels):
+
+pin 46: rx
+pin 47: tx
+
+Baudrate for this board is 115200.
+
+Login:
+------
+Enter 'root' as login user, and the prompt is ready.
+
+Documentation:
+==============
+
+documentation link:
+-------------------
+https://www.udoo.org/docs-neo/Introduction/Introduction.html
+
+forum link:
+-----------
+https://www.udoo.org/forum/forums/udoo-neo.39/
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-09-02 12:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-01 19:12 [Buildroot] [PATCH] board/udoo/neo/readme.txt improve Kilian Zinnecker via buildroot
2024-08-01 21:23 ` Thomas Petazzoni via buildroot
2024-09-02 12:02   ` Peter Korsgaard

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