Skip to content

cerk-sdr is a open-source firmware for malahit-sdr dsp1

Notifications You must be signed in to change notification settings

TheHuziek/Cerk-sdr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cerk-sdr open-source firmware for malahit-sdr dsp1

this is a project to make an open firmware for the malahit-sdr dsp1 device written in rust

TODO

  • graphic library for ili9488
  • library for the radio tuner msi001
  • library for nau8822 audio chip

how to build and load on your malahit

you need the cargo-binutils

cargo install cargo-binutils
rustup component add llvm-tools-preview

compile the firmware with cargo

cargo build 
cargo objcopy --bin cerk-sdr --release -- -O binary cerk-sdr.bin

load on your malahit

sudo dfu-util -R -a 0 -s 0x8000000 -D cerk-sdr.bin

About

cerk-sdr is a open-source firmware for malahit-sdr dsp1

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages