Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] configs/imx6qsabresd: Use zImage by default
@ 2016-09-22 13:54 Fabio Estevam
  2016-09-22 13:54 ` [Buildroot] [PATCH 2/2] configs/imx6qsabresd: Add ext4 rootfs option Fabio Estevam
  2016-09-23  6:05 ` [Buildroot] [PATCH 1/2] configs/imx6qsabresd: Use zImage by default Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2016-09-22 13:54 UTC (permalink / raw)
  To: buildroot

Currently the generated sdcard.img does not boot because U-Boot looks for
a zImage type of kernel instead of uImage.

Remove the generation of uImage, so that the sdcard.img can successfully
boot.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 configs/freescale_imx6qsabresd_defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configs/freescale_imx6qsabresd_defconfig b/configs/freescale_imx6qsabresd_defconfig
index b7419b0..fc465a2 100644
--- a/configs/freescale_imx6qsabresd_defconfig
+++ b/configs/freescale_imx6qsabresd_defconfig
@@ -17,8 +17,6 @@ BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.freescale.com/imx/linux-2.6-imx.git"
 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_4.1.15_1.1.0_ga"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v7"
-BR2_LINUX_KERNEL_UIMAGE=y
-BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabresd"
 
-- 
2.7.4

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

* [Buildroot] [PATCH 2/2] configs/imx6qsabresd: Add ext4 rootfs option
  2016-09-22 13:54 [Buildroot] [PATCH 1/2] configs/imx6qsabresd: Use zImage by default Fabio Estevam
@ 2016-09-22 13:54 ` Fabio Estevam
  2016-09-23  6:05 ` [Buildroot] [PATCH 1/2] configs/imx6qsabresd: Use zImage by default Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2016-09-22 13:54 UTC (permalink / raw)
  To: buildroot

Allow building a ext4 rootfs type.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 configs/freescale_imx6qsabresd_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/freescale_imx6qsabresd_defconfig b/configs/freescale_imx6qsabresd_defconfig
index fc465a2..4191e99 100644
--- a/configs/freescale_imx6qsabresd_defconfig
+++ b/configs/freescale_imx6qsabresd_defconfig
@@ -23,6 +23,7 @@ BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabresd"
 # filesystem
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/post-image.sh"
 BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y
 
 # required tools to create the microSD image
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
-- 
2.7.4

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

* [Buildroot] [PATCH 1/2] configs/imx6qsabresd: Use zImage by default
  2016-09-22 13:54 [Buildroot] [PATCH 1/2] configs/imx6qsabresd: Use zImage by default Fabio Estevam
  2016-09-22 13:54 ` [Buildroot] [PATCH 2/2] configs/imx6qsabresd: Add ext4 rootfs option Fabio Estevam
@ 2016-09-23  6:05 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-09-23  6:05 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 22 Sep 2016 10:54:09 -0300, Fabio Estevam wrote:
> Currently the generated sdcard.img does not boot because U-Boot looks for
> a zImage type of kernel instead of uImage.
> 
> Remove the generation of uImage, so that the sdcard.img can successfully
> boot.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
>  configs/freescale_imx6qsabresd_defconfig | 2 --
>  1 file changed, 2 deletions(-)

Both patches applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-22 13:54 [Buildroot] [PATCH 1/2] configs/imx6qsabresd: Use zImage by default Fabio Estevam
2016-09-22 13:54 ` [Buildroot] [PATCH 2/2] configs/imx6qsabresd: Add ext4 rootfs option Fabio Estevam
2016-09-23  6:05 ` [Buildroot] [PATCH 1/2] configs/imx6qsabresd: Use zImage by default Thomas Petazzoni

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