Hi all,
I have a Cerbuino Bee and 'im trying to build TinyBooter from scratch for this card using the porting kit.
I’ve read the wiki and it says that Cerbuino uses the same firmware as Cerberus.
So to build the firmware of the cerberus, I installed NETMF 4.2 porting kit and downloaded the additional “Solutions” and “DeviceCode” from GHI OSHW NETMF page.
On the Wiki it says that I have to use RVDS to build the source code. The thing is I only have a copy of MDK 4.52 that I took from work.
In the files of the Solutions\FEZCerberus\TinyBooter I see a scatter file for RVDS and MDK, so i’m guessing it can be built with MDK.
When I try to build this thing with
msbuild /t:build /p:flavor=release;memory=flash
I have the following error:
So my question is : Can I build the Cerberus firmware using MDK 4.52 and if so could anyone enlighten me on thing error i’m stick with ?
Thanks a lot,