Mise à jour de 'README.md'

This commit is contained in:
Xavier 2022-11-09 06:59:11 +01:00
parent 0825ec0104
commit 849adbb097

View File

@ -3,10 +3,13 @@
<br/>
More News since 2.12.2m9t by Yuri, thank's friend, <br/>
I give a arm_non_eabi.sh for install automatique for linux kernel 5.X mini<br>
download the project: git clone http://in4matik.port0.org:3000/magnum88/UHSDR<br/>
or download ZIP file and extract the folder UHSDR<br/>
for make compilation in directory mchf-eclipse<br/>
execute: <br/>
make clean <br/>
make all<br/>
make clean //for clean old compli<br/>
make all //for compilation project for have .dfu or .bin<br/>
make bootloader //for compilation boot ex 5.04 for have .dfu<br/>
after good make you have firmware for .dfu and .elf and .bin<br>
if you want change compilation for different radio, ex RS928+<br>
active tag on uhsdr_board_config.h change //#define R928_PLUS by #define R928_PLUS<br>