[meta-xilinx] PicoZed 7030 again

2018-10-03 Thread Artjom Rjabov
For some reason, I can't boot the picozed-zynq7 image from an SD card on PicoZed+FMC Carrier Card Gen2. I worked with Zedboard previously and everything worked perfectly. I've read all the threads about Picozed here but didn't find anything helpful. Devicetree in

[meta-xilinx] u-boot-xlnx config modification

2018-05-22 Thread Artjom Rjabov
Hi! Is there any quick way to enable or disable u-boot config options using u-boot-xlnx_%.bbappend file? Is there something similar to how it's done in the kernel? ("*.cfg" file with all the config fragments and scc file with "kconf hardware/non-hardware *cfg"). What is the right way to do it?

Re: [meta-xilinx] Add kernel configuration options using configuration fragments in custom layer

2018-04-27 Thread Artjom Rjabov
CONFIG_I2C is enabled (by default).27.04.2018, 07:14, "Oleg K Dzhimiev" <o...@elphel.com>:Hi,Try setting CONFIG_I2C?https://github.com/Xilinx/linux-xlnx/blob/master/drivers/i2c/KconfigRegards,OlegOn Thu, Apr 26, 2018 at 9:18 AM, Artjom Rjabov <art...@yandex.com> wrote

Re: [meta-xilinx] Add kernel configuration options using configuration fragments in custom layer

2018-04-27 Thread Artjom Rjabov
ATIBILITY board > kconf hardware fragments.cfg > > ALAN LEVY, Lead Consultant, Embedded Systems > > Plextek Consulting, The Plextek Building, London Road, Great Chesterford, > Saffron Walden, CB10 1NY, UK > T: +44 (0) 1799 533200 E: alan.l...@plextek.com W: www.p

[meta-xilinx] Add kernel configuration options using configuration fragments in custom layer

2018-04-26 Thread Artjom Rjabov
I am currently trying to modify the kernel configuration (overwrite default xilinx-linux layer configs) by adding configuration fragments to my custom layer like this : linux-xlnx_%.bbappend file: > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" > SRC_URI =+ "file://fragments.cfg"