Hi Clement,

> -----Original Message-----
> From: [email protected] [mailto:meta-xilinx-
> [email protected]] On Behalf Of Clement Laigle
> Sent: Sunday, June 03, 2018 10:16 AM
> To: [email protected]
> Subject: [meta-xilinx] [meta-xilinx-contrib][PATCH 1/3 v2] Minized: Add 
> machine
> config
> 
> Add machine config for MiniZed
> 

Some more details about board (Zynq board), capabilities, etc
Also some booting instructions would be helpful in commit message

> Changes in v2:
>         - split patch
> 

Send the machine configuration to meta-xilinx-bsp layer

> Signed-off-by: Clement Laigle <[email protected]>
> ---
>  .../conf/machine/minized-zynq7.conf                | 31 
> ++++++++++++++++++++++
>  1 file changed, 31 insertions(+)
>  create mode 100644 meta-xilinx-contrib/conf/machine/minized-zynq7.conf
> 
> diff --git a/meta-xilinx-contrib/conf/machine/minized-zynq7.conf 
> b/meta-xilinx-
> contrib/conf/machine/minized-zynq7.conf
> new file mode 100644
> index 0000000..fc8a9b2
> --- /dev/null
> +++ b/meta-xilinx-contrib/conf/machine/minized-zynq7.conf
> @@ -0,0 +1,31 @@
> +#@TYPE: Machine
> +#@NAME: minized-zynq7
> +#@DESCRIPTION: Machine support for MiniZed. (http://www.minized.org/)
> +
> +require conf/machine/include/tune-zynq.inc
> +require conf/machine/include/machine-xilinx-default.inc
> +require conf/machine/include/machine-xilinx-board.inc
> +
> +MACHINE_FEATURES = "ext2 vfat usbhost wifi bluetooth"
> +
> +MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cypress-orga-backport
> minized-wireless"
> +
> +# u-boot configuration
> +PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
> +UBOOT_MACHINE = "zynq_minized_config"

Do you know which version of u-boot supports this configuration?

> +SPL_BINARY = "spl/boot.bin"
> +
> +EXTRA_IMAGEDEPENDS += " \
> +             u-boot-zynq-uenv \
> +             virtual/boot-bin \
> +             "
> +
> +SERIAL_CONSOLE = "115200 ttyPS0"

Use SERIAL_CONSOLES, as pointed by Luca earlier, we should switch to using 
SERIAL_CONSOLES

<..>

Thanks,
Manju
-- 
_______________________________________________
meta-xilinx mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to