[meta-xilinx] Reflash minized

Luca Ceresoli luca at lucaceresoli.net
Fri Jan 11 02:48:52 PST 2019


Hi Philip,

On 09/01/19 18:45, Philip Balister wrote:
> I've built an image for the minized from meta-xilinx-contrib successfully.
> 
> Before I start semi trial and erroring to get u-boot and the kernel into
> qspi, has anyone written this process up?
> 
> On another note, the restore to factory instructions say you can use
> Vivado 2017.1 or later. Well, 2018.3 fails with a u-boot error about
> sfprobe 0 0 0 failing. I did install 2017.1 and confirm the procedure in
> the documents does work for that version.

I also ran into trouble with 'fs probe' deadlocking, but that's on
zynqmp platform (UltraZed EV), so maybe it's unrelated. It happens with
U-Boot version xilinx-v2018.3, but QSPI used to be working in my older
setup based on xilinx-v2017.3.

After a painful compare and trial and error I found the following two
config options are now needed for dual parallel QSPI:

  CONFIG_SPI_GENERIC=y
  CONFIG_SF_DUAL_FLASH=y

Without these options the 2017.3 version used to work, but not 2018.3.

Hope it helps,
-- 
Luca


More information about the meta-xilinx mailing list