I can flash my photon using the web-ide, but same code can not be flashed with spark dev using cloud compile.
firmware is created in directory (when compiling, but not uploading), but without PLATFORM prefix which is mentioned in the docs, so it looks like: firmware_1438532585115.bin
photon blinks in magenta when flashing. Seems to take much longer then using web-ide. After flashing, previously flashed code (from web-ide) is running.
IDE tells me: “Update started …” but nothing is coming after…
Any ide why flashing via web-ide is working but not with local ide using cloud flashing?
BTW: Using blinkin light for testing, so no external libraries included…
Selecting the device you want to flash to should suffice. The board type should be detected automatically.
Make sure you’ve only got the files in the directory that are necessary for compiling, without sub-folders.
I installed it on my desktop osx (mavericks) and here it’s working as it should. It might be that some background process is hanging on my laptop. Had to manually kill the process after quitting Spark Dev. Will give it a try later today.
So far the problem seems solved with mavericks, will check on yosemite later.