Hi evryone , I have installed my PM3 Via Brew and everything was working find .
Unfortunately I tried to Install it on my Ubuntu via VB and I have the message after flashing .
Target device /fw mismatch .
Please can you help me.
Hi evryone , I have installed my PM3 Via Brew and everything was working find .
Unfortunately I tried to Install it on my Ubuntu via VB and I have the message after flashing .
Target device /fw mismatch .
Please can you help me.
you must have flashed the version for the rdv4 instead of pm3generic
I tried make PLATFORM=PM3GENERIC clean && make PLATEFORM=PM3GENERIC all
Then Flash but it ls not working âŚ
notepad Makefile.platform
You will see something like this
Change this ( just move the # )
PLATFORM=PM3RDV4
#PLATFORM=PM3GENERIC
to this
#PLATFORM=PM3RDV4
PLATFORM=PM3GENERIC
File - Save - Close
Thanks trying ASAP
unfortunately not working I have changed Change
this ( just move the # )
PLATFORM=PM3RDV4
#PLATFORM=PM3GENERIC
to this
#PLATFORM=PM3RDV4
PLATFORM=PM3GENERIC
and then make clean && make all
but when I do Make platform and I still Have RDV4 âŚ
I went back To Terminal on my Mac
Itâs not âmake platformâ itâs just âmake allâ ⌠you can see the compiler errors out saying âno rule to make target âplatformââ
I did make. make clean && make all and even sudo make install
and then Flash still the same message so then I went to Make plateform to see what was inserted .
This might be a problem as well because now you have an âinstalled versionâ alongside your compiled output⌠future updates via git pull may compile but likely wonât get flashed. I found this out the hard way after hours of confusion I had to blast the whole thing and start over.
It is the one Pilgrimsmaster showed me
Youâre supposed to copy the Makefile.platform.sample file to Makefile.platform and edit that. The reason for this seemingly extra step is so a git pull later on wonât overwrite your platform file.
If youâre not aware of this, itâs easy to assume you just edit the file that is there⌠but he did indicate the correct file.
⌠kinda. His notepad image does indicate the sample file haha
Edit⌠embarrassing⌠he got that image from my guide⌠I will need to update that image.
its fixed now
Plagiarism here I come
Gotta fix my completely original not 100% copied from Amal , PM3 abriged setup guide
Hey his guide got me running on osx with that file edit.
Absolutely perfect thank you Amal and pilmgrimsmaster .
With text editor and following your guide everything went smooth.
Once more thanks a lot .