Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel

2019-04-14 Thread Arno Steffens
Sorry, attached file didn't work, I'll try this:

/dts-v1/;

/ {
#address-cells = <0x1>;
#size-cells = <0x1>;
compatible = "avnet,microzed", "xlnx,zynq-7000";
model = "Test Device";

chosen {
bootargs = "earlyprintk";
stdout-path = "serial0:115200n8";
};

aliases {
serial0 = "/amba/serial@e0001000";
};

memory {
device_type = "memory";
reg = <0x0 0x2000>;
};

cpus {
#address-cells = <0x1>;
#size-cells = <0x0>;

cpu@0 {
compatible = "arm,cortex-a9";
device_type = "cpu";
reg = <0x0>;
clocks = <0x1 0x3>;
clock-latency = <0x3e8>;
cpu0-supply = <0x2>;
operating-points = <0xa2c2b 0xf4240 0x51616 0xf4240>;
};

cpu@1 {
compatible = "arm,cortex-a9";
device_type = "cpu";
reg = <0x1>;
clocks = <0x1 0x3>;
};
};

pmu {
compatible = "arm,cortex-a9-pmu";
interrupts = <0x0 0x5 0x4 0x0 0x6 0x4>;
interrupt-parent = <0x3>;
reg = <0xf8891000 0x1000 0xf8893000 0x1000>;
};

fixedregulator@0 {
compatible = "regulator-fixed";
regulator-name = "VCCPINT";
regulator-min-microvolt = <0xf4240>;
regulator-max-microvolt = <0xf4240>;
regulator-boot-on;
regulator-always-on;
linux,phandle = <0x2>;
phandle = <0x2>;
};

amba {
compatible = "simple-bus";
#address-cells = <0x1>;
#size-cells = <0x1>;
interrupt-parent = <0x3>;
ranges;

adc@f8007100 {
compatible = "xlnx,zynq-xadc-1.00.a";
reg = <0xf8007100 0x20>;
interrupts = <0x0 0x7 0x4>;
interrupt-parent = <0x3>;
clocks = <0x1 0xc>;
};

can@e0008000 {
compatible = "xlnx,zynq-can-1.0";
status = "disabled";
clocks = <0x1 0x13 0x1 0x24>;
clock-names = "can_clk", "pclk";
reg = <0xe0008000 0x1000>;
interrupts = <0x0 0x1c 0x4>;
interrupt-parent = <0x3>;
tx-fifo-depth = <0x40>;
rx-fifo-depth = <0x40>;
};

can@e0009000 {
compatible = "xlnx,zynq-can-1.0";
status = "disabled";
clocks = <0x1 0x14 0x1 0x25>;
clock-names = "can_clk", "pclk";
reg = <0xe0009000 0x1000>;
interrupts = <0x0 0x33 0x4>;
interrupt-parent = <0x3>;
tx-fifo-depth = <0x40>;
rx-fifo-depth = <0x40>;
};

gpio@e000a000 {
compatible = "xlnx,zynq-gpio-1.0";
#gpio-cells = <0x2>;
clocks = <0x1 0x2a>;
gpio-controller;
interrupt-controller;
#interrupt-cells = <0x2>;
interrupt-parent = <0x3>;
interrupts = <0x0 0x14 0x4>;
reg = <0xe000a000 0x1000>;
linux,phandle = <0x6>;
phandle = <0x6>;
};


/* removed cadence stuff
i2c@e0004000 {
compatible = "cdns,i2c-r1p10";
status = "okay";
clocks = <0x1 0x26>;
interrupt-parent = <0x3>;
interrupts = <0x0 0x19 0x4>;
reg = <0xe0004000 0x1000>;
#address-cells = <0x1>;
#size-cells = <0x0>;
};

i2c@e0005000 {
compatible = "cdns,i2c-r1p10";
status = "okay";
clocks = <0x1 0x27>;
interrupt-parent = <0x3>;
interrupts = <0x0 0x30 0x4>;
reg = <0xe0005000 0x1000>;
#address-cells = <0x1>;
#size-cells = <0x0>;
};
*/


interrupt-controller@f8f01000 {
compatible = "arm,cortex-a9-gic";

[meta-xilinx] pre-built SD card image for zedboard to verify board actually works?

2019-04-14 Thread Robert P. J. Day


  i was just gifted with an avnet zedboard with no SD card and, before
i launch into trying to build my own boot images with YP, i'd like to
copy some minimal pre-built files to an SD card and just make sure the
board works. i've been trying that for the last couple hours and have
had absolutely no luck, in the sense that, other than the power LED
coming on, i've seen no sign that anything is happening with this
board.

  i don't even want to boot to linux -- i'm really just looking to get
to u-boot -- with as little fuss as possible. i've connected my
fedora box to the serial debug UART port, i've verified all the jumper
settings, i've populated an SD card with the files extracted from
zedboard_oob_design.zip as described here:

http://zedboard.org/content/zedboard-out-box-sd-card-image-and-source

i've fired up both minicom and picocom to connect to /dev/ttyACM0 ...
no luck.

  i've run out of ideas, and i've tried all sorts of variations i've
found all over the net. thoughts? getting to u-boot is all i'm after
to confirm that this board actually functions. any suggestions?

rday

-- 


Robert P. J. Day Ottawa, Ontario, CANADA
 http://crashcourse.ca

Twitter:   http://twitter.com/rpjday
LinkedIn:   http://ca.linkedin.com/in/rpjday

-- 
___
meta-xilinx mailing list
meta-xilinx@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-xilinx


Re: [meta-xilinx] pre-built SD card image for zedboard to verify board actually works?

2019-04-14 Thread Robert P. J. Day
On Sun, 14 Apr 2019, Manjukumar Harthikote Matha wrote:

> Hi Rob,
>
> Try from pre-built images from here:
> https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/57639129/Zynq+2018.3+Release

  ok, i'll give that a shot. it appears that all the necessary
instructions are there for how to format the SD card, and jumper
settings, and so on. thanks.

rday
-- 
___
meta-xilinx mailing list
meta-xilinx@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-xilinx


Re: [meta-xilinx] pre-built SD card image for zedboard to verify board actually works?

2019-04-14 Thread Robert P. J. Day
On Sun, 14 Apr 2019, Manjukumar Harthikote Matha wrote:

> Hi Rob,
>
> Try from pre-built images from here:
> https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/57639129/Zynq+2018.3+Release

  still nothing ... i've formatted a 16G SD card with one large FAT32
partition, made it bootable, copied BOOT.BIN and image.ub to that
partition ... still no luck getting any response. i'll go back and
verify i did everything properly, but no improvement yet.

rday
-- 
___
meta-xilinx mailing list
meta-xilinx@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-xilinx