All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Trevor Woerner" <twoerner@gmail.com>
To: Sergey Bostandzhyan <jin@mediatomb.cc>
Cc: yocto@yoctoproject.org
Subject: Re: [meta-rockchip][PATCH 2/2] Add tinker-board-s machine configuration
Date: Mon, 10 Feb 2020 23:23:24 -0500	[thread overview]
Message-ID: <20200211042324.GB10571@linux-uys3> (raw)
In-Reply-To: <1581355523-30072-2-git-send-email-jin@mediatomb.cc>

On Mon 2020-02-10 @ 06:25:23 PM, Sergey Bostandzhyan wrote:
> From: Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc>
> 
> Asus Tinker Board-S has emmc on mmcblk1, this is also the default
> configuration when building the image. If you need an image for booting
> from the sd card set RK_BOOT_DEVICE to mmcblk0
> 
> Signed-off-by: Sergey Bostandzhyan <jin@mediatomb.cc>
> ---
>  README                           |  1 +
>  conf/machine/tinker-board-s.conf | 27 +++++++++++++++++++++++++++
>  2 files changed, 28 insertions(+)
>  create mode 100644 conf/machine/tinker-board-s.conf
> 
> diff --git a/README b/README
> index 983d946..d7a42fe 100644
> --- a/README
> +++ b/README
> @@ -16,6 +16,7 @@ Status of supported boards:
>  	builds and boots gpt image:
>  		rock-pi-4
>  		tinker-board
> +		tinker-board-s
>  		vyasa-rk3288
>  		firefly-rk3288
>  	builds:
> diff --git a/conf/machine/tinker-board-s.conf b/conf/machine/tinker-board-s.conf
> new file mode 100644
> index 0000000..0f7d80f
> --- /dev/null
> +++ b/conf/machine/tinker-board-s.conf
> @@ -0,0 +1,27 @@
> +# Copyright (C) 2018  Trevor Woerner

Oops! Too much copy+pasta? This year and your name should be included above.

> +# Released under the MIT license (see COPYING.MIT for the terms)
> +
> +#@TYPE: Machine
> +#@NAME: Tinker-S RK3288
> +#@DESCRIPTION: ASUS Tinker Board is a Raspberry Pi 3 Alternative based on Rockchip RK3288 Processor.
> +
> +require conf/machine/include/rk3288.inc
> +
> +KERNEL_DEVICETREE = "rk3288-tinker-s.dtb"
> +UBOOT_MACHINE = "tinker-s-rk3288_defconfig"
> +
> +RK_BOOT_DEVICE ?= "mmcblk1"
> +
> +WKS_FILE = "tinker-board.wks"
> +IMAGE_FSTYPES += "wic wic.bmap"
> +
> +WKS_FILE_DEPENDS ?= " \
> +    mtools-native \
> +    dosfstools-native \
> +    virtual/bootloader \
> +    virtual/kernel \
> +    "
> +IMAGE_BOOT_FILES ?= "\
> +    ${KERNEL_IMAGETYPE} \
> +    ${KERNEL_DEVICETREE} \
> +    "
> -- 
> 2.24.1
> 

  reply	other threads:[~2020-02-11  4:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-10 17:25 [meta-rockchip][PATCH 1/2] Add configuration parameter to set boot device for the image jin
2020-02-10 17:25 ` [meta-rockchip][PATCH 2/2] Add tinker-board-s machine configuration jin
2020-02-11  4:23   ` Trevor Woerner [this message]
2020-02-11  3:52     ` [meta-rockchip][PATCH v2 " Sergey Bostandzhyan
2020-02-11  4:22 ` [meta-rockchip][PATCH 1/2] Add configuration parameter to set boot device for the image Trevor Woerner
2020-02-11  3:50   ` [meta-rockchip][PATCH v2 " Sergey Bostandzhyan

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=20200211042324.GB10571@linux-uys3 \
    --to=twoerner@gmail.com \
    --cc=jin@mediatomb.cc \
    --cc=yocto@yoctoproject.org \
    /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 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.