Skip to content

Latest commit

 

History

History
58 lines (50 loc) · 1.22 KB

install-heimdall-on-fedora.md

File metadata and controls

58 lines (50 loc) · 1.22 KB
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
install-heimdall-on-fedora
android
public
2022-12-19 05:08:30 -0800
2024-09-23 12:06:06 -0700
false
20221219130830
attachments/20221219130830.html
false
false
android
heimdall
linux
odin
samsung
flash
image
firmware
github
Install Heimdall on Fedora
tech-note

Warning

Doing this is all well and good, but it's impossible to use - because there's no documentation on how to map the partitions to the files you should upload! Unfortunately Odin on Windows remains the simplest way to flash firmware for Samsung devices.

Prerequisites

sudo dnf groupinstall "Development Tools"
sudo dnf install libusb1-devel qt-devel libtool
sudo dnf install cmake glibc libusb zlib gcc qt5-qtbase-devel

Build

git clone [email protected]:Benjamin-Dobell/Heimdall.git
cd Heimdall
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
sudo cp bin/* /usr/local/bin

Run

Start Heimdall by running heimdall or heimdall-frontend from the terminal.