RE: [PATCH 0/2] arm: socfpga: arria10: allow to reprogram FPGA with warm reboot

2024-03-01 Thread Chee, Tien Fong
l > ; Chee, Tien Fong ; Tom > Rini > Subject: Re: [PATCH 0/2] arm: socfpga: arria10: allow to reprogram FPGA with > warm reboot > > On Thu, Feb 29, 2024 at 2:03 PM Dinh Nguyen wrote: > > > > > > > > On 2/22/24 09:20, Michał Barnaś wrote: > > > > >

Re: [PATCH 0/2] arm: socfpga: arria10: allow to reprogram FPGA with warm reboot

2024-02-29 Thread Michał Barnaś
On Thu, Feb 29, 2024 at 2:03 PM Dinh Nguyen wrote: > > > > On 2/22/24 09:20, Michał Barnaś wrote: > > > > By default, the board requires power cycle (cold boot) to program the > > FPGA with bitstream. This change adds Kconfig that allows to enable > > reprogramming the FPGA with every boot. This

Re: [PATCH 0/2] arm: socfpga: arria10: allow to reprogram FPGA with warm reboot

2024-02-29 Thread Dinh Nguyen
On 2/22/24 09:20, Michał Barnaś wrote: By default, the board requires power cycle (cold boot) to program the FPGA with bitstream. This change adds Kconfig that allows to enable reprogramming the FPGA with every boot. This makes the update process of the bitstream on the filesystem to be

[PATCH 0/2] arm: socfpga: arria10: allow to reprogram FPGA with warm reboot

2024-02-22 Thread Michał Barnaś
By default, the board requires power cycle (cold boot) to program the FPGA with bitstream. This change adds Kconfig that allows to enable reprogramming the FPGA with every boot. This makes the update process of the bitstream on the filesystem to be applied with simple system reboot. Michał