2
1

post-image.sh 374 B

12345678
  1. #!/bin/sh
  2. # post-image.sh for SoCkit/SoCDK
  3. # 2014, "Roman Diouskine" <roman.diouskine@savoirfairelinux.com>
  4. # 2014, "Sebastien Bourdelin" <sebastien.bourdelin@savoirfairelinux.com>
  5. # create a DTB file copy with the name expected by the u-boot config
  6. # Name of the DTB is passed as the second argument to the script.
  7. cp -af $BINARIES_DIR/${2}.dtb $BINARIES_DIR/socfpga.dtb