From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Fri, 8 Nov 2019 22:09:44 +0100 Subject: [Buildroot] [PATCH 1/2] board/beaglebone: fix boot on BeagleBone Black In-Reply-To: <20191102223839.16262-2-unixmania@gmail.com> References: <20191102223839.16262-1-unixmania@gmail.com> <20191102223839.16262-2-unixmania@gmail.com> Message-ID: <20191108220944.326df425@windsurf> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello Carlos, On Sat, 2 Nov 2019 19:38:38 -0300 unixmania at gmail.com wrote: > From: Carlos Santos > > Commit 68b5b79b2f has set the getty port to the default console but left > "ttyO0" in bootargs, in the U-Boot environment. Use "ttyS0", instead. > > Also set loadaddr to 0x82000000 and fdtaddr to 0x88000000, replacing the > ancient U-Boot 2013.10-dirty default values that cause system hangs. Where are we using U-Boot 2013.10-dirty on BeagleBone ? $ grep UBOOT_CUSTOM_VERSION_VALUE configs/beaglebone* configs/beagleboneai_defconfig:BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.04" configs/beaglebone_defconfig:BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.07" configs/beaglebone_qt5_defconfig:BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.09.01" And these are upstream, unpatched, versions. Could you clarify this? Otherwise the patch looks good, of course. Thanks! Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com