0xFFFF icon indicating copy to clipboard operation
0xFFFF copied to clipboard

Build and Test for Linux/ARM64

Open odidev opened this issue 9 months ago • 0 comments

Description

For aarch64 platform, I have built " Open Free Fiasco Firmware Flasher (0xFFFF) " from source.

Steps

Following STEPS were used for the building and installation:

sudo apt update 

sudo apt install build-essential cmake git wget –y 

wget https://github.com/pali/0xFFFF/archive/refs/tags/0.7.tar.gz 

tar -xvf 0.7.tar.gz 

cd 0xFFFF-0.7 

sudo apt install libusb-dev 

make 

make install 

Outcome

To validate that the build was successful we Checked the libraries.

After running make command, it can download the minimap2 binary and verified the version

0xFFFF --version

0xFFFF v0.7 // Open Free Fiasco Firmware Flasher

All this information was also added the Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/

odidev avatar Jan 16 '25 05:01 odidev