Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$ cd /u1/ExampleRceProject/firmware/target/PgpDtm/

$ make 

Updating the .bit image on the SD memory card

The .bit image on the SD memory card can be updated using a Unix "scp" command:

$ scp $TARGET_PATH root@$IP_ADDRESS:/mnt/boot/fpga.bit

Where $TARGET_PATH is the path to the new .bit file that you want to upload into the SD memory card and $IP_ADDRESS is the IP address of the RCE that you want to update.