Uboot FPGA firmware update from Linux: Difference between revisions

From ArmadeusWiki
(New page: The U-Boot FPGA firmware can be updated by means of U-Boot (Target_Software_Installation#FPGA_firmware_installation) or directly from Linux as described herewith. Under Linux: At fir...)
 
(Blanked the page)
Tag: Blanking
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The U-Boot FPGA firmware can be updated by means of U-Boot ([[Target_Software_Installation#FPGA_firmware_installation]]) or directly from Linux as described herewith.


Under Linux:
At first download your FPGA firmware:
[armadeus]$ tftp -g -r myFirmwareFile myServerIpAddress
<br>
Once done the U-Boot Firmware partition has to be erased
[armadeus]$ flash_eraseall /dev/mtd2/
<br>
Then your FPGA .bit file can be written
[armadeus]$ nandwrite -p /dev/mtd2 myFirmwareFile
<br>
That's all

Latest revision as of 16:03, 3 October 2025