Re: How to upload fpga firmware

2020-09-14 Thread Ulf Samuelsson
I just started looking at this for an application. My plan is to load my FPGAs already in u-boot, but I want them upgradeable when running linux as well. Since I am lazy of nature, I implemented an MTD driver for the FPGA in U-boot. This means that when I do "mtd list", I get List of MTD

Re: How to upload fpga firmware

2020-04-29 Thread Moritz Fischer
On Mon, Apr 27, 2020 at 08:44:33AM +0200, Sascha Hauer wrote: > On Fri, Apr 24, 2020 at 08:59:49PM -0700, Moritz Fischer wrote: > > Hi Sascha, > > > > On Thu, Apr 23, 2020 at 08:23:31AM +0200, Sascha Hauer wrote: > > > Hi Moritz, > > > > > > On Wed, Apr 22, 2020 at 06:36:48PM -0700, Moritz