juribeparada / MMDVM_HS

MMDVM HotSpot: firmware for ZUMspot or MMDVM_HS based boards (D-Star, DMR, YSF, P25, NXDN and POCSAG)
GNU General Public License v2.0
354 stars 142 forks source link

Can't write Firmware to Hs_Hat #152

Closed dc7jzb closed 2 years ago

dc7jzb commented 2 years ago

I have a weird Problem. I try to update the Firmware of a hs_hat by DF2ET. I've pulled the Repo from Yesterday, changed settings of config.h to the hat.

'sudo make' works fine, without failures. But when I start to write the Firmware to the hat, with sudo make mmdvm_hs_hat I get the Message that there is nothing to do for the target mmdvm_hs_hat.

Has anyone an idea what Iam doing wrong?

phl0 commented 2 years ago

Is stm32flash installed and executable from /usr/local/bin/stm32flash?

dc7jzb commented 2 years ago

OK, That did it. Now it works. Tnx.