element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet & Tria Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Avnet Boards General How to prevent copy/cloning of exe file in the SD card?
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 6 replies
  • Answers 3 answers
  • Subscribers 346 subscribers
  • Views 1269 views
  • Users 0 members are here
  • Using Xilinx Tools
  • ZedBoard General Questions
  • Zedboard Hardware Design
  • Software Application Development
  • PicoZed SDR Software-Defined Radio
  • Zedboard Training
  • zedboardcmty
Related

How to prevent copy/cloning of exe file in the SD card?

manoj_loka
manoj_loka over 4 years ago

Hello,

We are using a Zedboard with an FMCOMMS3 ( from analog devices) for a detector system. The executable file for standalone mode is in the SD card of the Zedboard. We are planning to send the detector for customer trials and evaluation.

 

How do we prevent someone from copying/cloning the exe file from the SD card? 

 

Is there any unique hardware ID ( either zedboard or FMCOMMS 3 board ) that can be used for verification?

 

Thank you and hope to hear some suggestions.

 

Manoj

  • Sign in to reply
  • Cancel

Top Replies

  • Jan Cumps
    Jan Cumps over 4 years ago +2 suggested
    The AES-PMOD-TPM20-SLB9670-G Trusted Platform Module plugin, made for Zynq . This allows you to deploy several check mechanisms. One option is that you embed the endorsement key of the TPM in the executable…
  • Jan Cumps
    Jan Cumps over 4 years ago in reply to manoj_loka +1 suggested
    To see how functionality is executed, I check the integration test set of the tpm2 github. https://github.com/tpm2-software/tpm2-tools Here is a proposed step guide: https://stackoverflow.com/questions…
  • manoj_loka
    manoj_loka over 4 years ago in reply to Jan Cumps +1
    Hi Jan Cumps, Thank you very much. Let me try and see how it goes. Manoj
Parents
  • Jan Cumps
    0 Jan Cumps over 4 years ago

    The AES-PMOD-TPM20-SLB9670-G Trusted Platform Module plugin, made for Zynq .

     

    This allows you to deploy several check mechanisms. One option is that you embed the endorsement key of the TPM in the executable and use the linux TPM libraries to authenticate before proceeding with execution.

    That way, one binary will only run on the hardware that has that particular unique  TPM ic plugged in.

     

    It also allows for trusted boot, where the device would only accept images signed by you...

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • manoj_loka
    0 manoj_loka over 4 years ago in reply to Jan Cumps

    Hi Jan Cumps,

     

    I have already bought the module and plan to integrate it with the Zedboard soon. As a beginner, my skills are very limited in this field. It would be great if you can suggest any document or link which can guide me in the integration. Thank you in advance.

    Manoj

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Jan Cumps
    0 Jan Cumps over 4 years ago in reply to manoj_loka

    To see how functionality is executed, I check the integration test set of the tpm2 github.

    https://github.com/tpm2-software/tpm2-tools

     

    Here is a proposed step guide: https://stackoverflow.com/questions/9117772/how-do-you-implement-a-platform-license-dongle-with-tpm-on-linux

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • manoj_loka
    0 manoj_loka over 4 years ago in reply to Jan Cumps

    Hi Jan Cumps,

     

    Thank you very much. Let me try and see how it goes.

    Manoj

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Jan Cumps
    0 Jan Cumps over 4 years ago in reply to manoj_loka

    There is a roadtest for this IC now: Infineon Trust Platform Module + Raspberry Pi 3 B

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • Jan Cumps
    0 Jan Cumps over 4 years ago in reply to manoj_loka

    There is a roadtest for this IC now: Infineon Trust Platform Module + Raspberry Pi 3 B

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube