Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Kilian Zinnecker via buildroot <buildroot@buildroot.org>
Cc: Giulio Benetti <giulio.benetti@benettiengineering.com>,
	Kilian Zinnecker <kilian.zinnecker@mail.de>,
	Quentin Schulz <quentin.schulz@theobroma-systems.com>,
	Andreas Ziegler <br015@umbiko.net>
Subject: Re: [Buildroot] [PATCH v6 2/3] configs: add rock5b/rock5b_defconfig
Date: Fri, 14 Jul 2023 23:44:40 +0200	[thread overview]
Message-ID: <20230714234440.46a85e82@windsurf> (raw)
In-Reply-To: <20230714064413.11433-3-kilian.zinnecker@mail.de>

Hello Kilian,

The commit title should be:

	configs/rock5b: new defconfig

On Fri, 14 Jul 2023 08:44:12 +0200
Kilian Zinnecker via buildroot <buildroot@buildroot.org> wrote:

> diff --git a/configs/rock5b_defconfig b/configs/rock5b_defconfig
> new file mode 100644
> index 0000000000..4a07dd5ebc
> --- /dev/null
> +++ b/configs/rock5b_defconfig
> @@ -0,0 +1,44 @@
> +BR2_aarch64=y
> +BR2_cortex_a76_a55=y
> +BR2_KERNEL_HEADERS_5_10=y
> +BR2_TARGET_GENERIC_HOSTNAME="rock5b"
> +BR2_TARGET_GENERIC_ISSUE="Welcome to the rock5b board"
> +BR2_SYSTEM_DHCP="eth0"
> +BR2_USE_WCHAR

Not needed, especially since it has probably no effect.

> +BR2_LINUX_KERNEL=y
> +BR2_LINUX_KERNEL_CUSTOM_GIT=y
> +BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/radxa/kernel.git"
> +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="52f51a2b5ba178f331af62260d2da86d7472c14b"
> +BR2_LINUX_KERNEL_DEFCONFIG="rockchip_linux"
> +BR2_LINUX_KERNEL_DTS_SUPPORT=y
> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="rockchip/rk3588-rock-5b"
> +BR2_LINUX_KERNEL_DTB_OVERLAY_SUPPORT=y
> +BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/radxa/rock5b/linux.fragment"
> +BR2_PACKAGE_AVAHI=y
> +BR2_PACKAGE_AVAHI_DAEMON=y
> +BR2_PACKAGE_OPENSSH=y

Please drop those 3 options, we want a minimal configuration.

> +BR2_TARGET_ROOTFS_EXT2=y
> +BR2_TARGET_ROOTFS_EXT2_4=y
> +BR2_TARGET_ROOTFS_EXT2_SIZE="250M"
> +BR2_TARGET_UBOOT=y
> +BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
> +BR2_TARGET_UBOOT_CUSTOM_VERSION=y
> +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.07"
> +BR2_TARGET_UBOOT_BOARD_DEFCONFIG="rock5b-rk3588"
> +BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
> +BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
> +BR2_TARGET_UBOOT_NEEDS_PYELFTOOLS=y
> +BR2_TARGET_UBOOT_NEEDS_ROCKCHIP_RKBIN=y
> +BR2_PACKAGE_HOST_DOSFSTOOLS=y
> +BR2_PACKAGE_HOST_DTC=y
> +BR2_PACKAGE_HOST_GENIMAGE=y
> +BR2_PACKAGE_HOST_MTOOLS=y
> +BR2_PACKAGE_HOST_UBOOT_TOOLS=y
> +BR2_PACKAGE_ROCKCHIP_RKBIN=y
> +BR2_PACKAGE_ROCKCHIP_RKBIN_CUSTOM_VERSION=y
> +BR2_PACKAGE_ROCKCHIP_RKBIN_CUSTOM_VERSION_VALUE="78cbbc4f9c36b77a620132ad38d2c6823b4b25fe"
> +BR2_PACKAGE_ROCKCHIP_RKBIN_TPL_FILE=y
> +BR2_PACKAGE_ROCKCHIP_RKBIN_TPL_FILENAME="bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.11.bin"
> +BR2_PACKAGE_ROCKCHIP_RKBIN_BL31_FILE=y
> +BR2_PACKAGE_ROCKCHIP_RKBIN_BL31_FILENAME="bin/rk35/rk3588_bl31_v1.38.elf"

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2023-07-14 21:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-14  6:44 [Buildroot] [PATCH v6 0/3] Add board support for Radxa Rock 5B Kilian Zinnecker via buildroot
2023-07-14  6:44 ` [Buildroot] [PATCH v6 1/3] package: add rockchip-rkbin package Kilian Zinnecker via buildroot
2023-07-14 21:43   ` Thomas Petazzoni via buildroot
2023-07-15 19:47     ` Kilian Zinnecker via buildroot
2023-07-26 18:28       ` Kilian Zinnecker via buildroot
2023-07-26 20:00         ` Thomas Petazzoni via buildroot
2023-07-14  6:44 ` [Buildroot] [PATCH v6 2/3] configs: add rock5b/rock5b_defconfig Kilian Zinnecker via buildroot
2023-07-14 21:44   ` Thomas Petazzoni via buildroot [this message]
2023-07-15 19:49     ` Kilian Zinnecker via buildroot
2023-07-14  6:44 ` [Buildroot] [PATCH v6 3/3] board/radxa/rock5b: Add sdcard image scripts Kilian Zinnecker via buildroot
2023-07-14 21:47   ` Thomas Petazzoni via buildroot
2023-07-15 19:51     ` Kilian Zinnecker via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230714234440.46a85e82@windsurf \
    --to=buildroot@buildroot.org \
    --cc=br015@umbiko.net \
    --cc=giulio.benetti@benettiengineering.com \
    --cc=kilian.zinnecker@mail.de \
    --cc=quentin.schulz@theobroma-systems.com \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox