c4ev3 / EV3-Eclipse-Plugin

Create C/C++ EV3 projects and upload them, right out of Eclipse.
http://c4ev3.github.io
5 stars 6 forks source link

Just microSD Cards with USB Connection is working #5

Open fdeitelhoff opened 6 years ago

fdeitelhoff commented 6 years ago

We from brickobotik.de are working on Windows 10 with the newest Eclipse.

Until now, only microSD cards are working in our setup and only with the button "Upload and Run".

Upload via Bluetooth or WIFI gets interrupted during the process.

What do you need specifically to trace the problem?

a3f commented 6 years ago

This has been brought to my attention here: https://github.com/c4ev3/EV3-Eclipse-Plugin/issues/3#issuecomment-319669757

Could you repeat these steps and tell me what you get:

I do recall that there were menu entries with brick memory. The documentation also reflects that:

$ ev3duder up test.elf ../prjs/BrkPrg_SAVE/test
$ ev3duder mkrbf /home/a3f/lms2012/BrkPrg_SAVE/test test.rbf
$ ev3duder up test.rbf ../prjs/BrkPrg_SAVE/test.rbf
$ ev3duder run test.rbf 

It speaks of RBFs though, not RPFs. Try following these steps and see if it works for you. Apart from that, menu entries for programs on SD memory works out-of-the-box, because that's what we were using primarily, so you could always try that instead of brick memory. Unfortunately, I don't have an EV3 to test on, so I can't offer more help.