Arm Community
Arm Community
  • Site
  • User
  • Site
  • Search
  • User
  • Groups
    • Research Collaboration and Enablement
    • DesignStart
    • Education Hub
    • Innovation
    • Open Source Software and Platforms
  • Forums
    • AI and ML forum
    • Architectures and Processors forum
    • Arm Development Platforms forum
    • Arm Development Studio forum
    • Arm Virtual Hardware forum
    • Automotive forum
    • Compilers and Libraries forum
    • Graphics, Gaming, and VR forum
    • High Performance Computing (HPC) forum
    • Infrastructure Solutions forum
    • Internet of Things (IoT) forum
    • Keil forum
    • Morello Forum
    • Operating Systems forum
    • SoC Design and Simulation forum
    • 中文社区论区
  • Blogs
    • AI and ML blog
    • Announcements
    • Architectures and Processors blog
    • Automotive blog
    • Graphics, Gaming, and VR blog
    • High Performance Computing (HPC) blog
    • Infrastructure Solutions blog
    • Innovation blog
    • Internet of Things (IoT) blog
    • Operating Systems blog
    • Research Articles
    • SoC Design and Simulation blog
    • Tools, Software and IDEs blog
    • 中文社区博客
  • Support
    • Arm Support Services
    • Documentation
    • Downloads
    • Training
    • Arm Approved program
    • Arm Design Reviews
  • Community Help
  • More
  • Cancel
Open Source Software and Platforms
Open Source Software and Platforms
Wiki Using old Arm Trusted Firmware releases
  • Help
  • Jump...
  • Cancel
  • About this wiki
  • Supported platforms
  • Obtaining support
  • +Arm Reference Platforms deliverables
  • +A-class platforms
  • +M-class platforms
  • +R-class platforms
  • +FPGA prototyping boards
  • -Open source software
    • +Linux/Android
    • -Trusted Firmware-A
      • Debugging Arm Trusted Firmware
      • Using old Arm Trusted Firmware releases
    • Trusted Firmware-M
    • +EDK II UEFI
    • OP-TEE
    • +U-Boot
    • Robotics
    • Mbed OS
    • +SCP

Using old Arm Trusted Firmware releases

To obtain the latest Arm Trusted Firmware sources you can clone the git repository:

$ git clone https://github.com/ARM-software/arm-trusted-firmware.git

The version of Arm Trusted Firmware included in the [Arm Reference Platforms deliverables]] under the `/arm-tf/' directory is the latest that has been validated on the supported Arm-supplied development platforms, but may not necessarily be the same as the most up-to-date development version.

To forcefully synchronise your workspace's Arm Trusted Firmware sources to the latest version:

$ cd <workspace>/arm-tf/
$ git fetch github
$ git checkout --track github/master

Note that while we expect the latest Linaro software stack deliverables and latest Arm Trusted Firmware development version will always be compatible, this may not actually be the case. Please keep this in mind when attempting to use a more recent version of the Arm Trusted Firmware sources.

  • Linaro
  • Arm Trusted Firmware
  • Share
  • History
  • More
  • Cancel
Related
Recommended