Earlier quoted context omitted.
While the tool to flash the SD that Microsoft built requires Windows 10, it doesn't require anything else besides a Pi: http://ms-iot.github.io/content/en-US/win10/SetupRPI.htm Granted, if you go through the developer site, it points you towards installing what you need to develop software for it. shrug
>A PC running Windows 10 (Prepared in the previous step) That requirement itself is a big step: http://ms-iot.github.io/content/en-US/win10/SetupPCRPI.htm
Windows 10 IoT Core for Raspberry Pi 2
71–80 of 173 posts
Re: Windows 10 IoT Core for Raspberry Pi 2
#72A robotic hockey table doesn't seem very IoT to me. I'm a little confused as to what Windows brings to the table for embedded devices at this point, especially screenless ones.
Re: Windows 10 IoT Core for Raspberry Pi 2
#73Sorry, silly question: can one use this Win10 R-pi as a "real computer"? (more to the point: I want to run labview programs on this r-pi, because of its small size/cost -- give/receive triggers various home automation equipment etc., I'm wondering if that'll be possible with this)
Probably not since there is no GUI and regular Windows command line tools won't run out of the box.
you're right tho, most tools from win32 won't work.
Re: Windows 10 IoT Core for Raspberry Pi 2
#74Earlier quoted context omitted.
I really wish I could show about 70% of the Windows knuckleheads a few Linux tools. And I really wish about half of Hacker News would spend twenty minutes with Visual Studio and Azure. Both sides have no idea what is possible. And, no. No joke.
I use Visual studio to write c# apps for my day job(love it). My Linux development had been polar opposites of spending days getting a embedded arm toolchain to compile and using vim to make a .c file an typing gcc main.c -o HelloWorld . There is also the whole make file strangeness. Where would you point me to make me like linux development more?
Re: Windows 10 IoT Core for Raspberry Pi 2
#75Earlier quoted context omitted.
I really wish I could show about 70% of the Windows knuckleheads a few Linux tools. And I really wish about half of Hacker News would spend twenty minutes with Visual Studio and Azure. Both sides have no idea what is possible. And, no. No joke.
I use Visual studio to write c# apps for my day job(love it). My Linux development had been polar opposites of spending days getting a embedded arm toolchain to compile and using vim to make a .c file an typing gcc main.c -o HelloWorld . There is also the whole make file strangeness. Where would you point me to make me like linux development more?
Re: Windows 10 IoT Core for Raspberry Pi 2
#76A robotic hockey table doesn't seem very IoT to me. I'm a little confused as to what Windows brings to the table for embedded devices at this point, especially screenless ones.
Microsoft just came out with an Android Emulator this year too. It's faster than any other emulator that I've seen and it's really well integrated with Visual Studio. If you've never really used Microsofts tools before and all that you've heard about Microsoft has originated from the crowd that hangs out at HN, you can be forgiven for not knowing that they make very fine quality tools.
The tools might be great, but I don't ship tools. I ship applications that need good solid runtime libraries.
Win10 might be a fresh start and that's all well-and-good. But I'll believe it when I see it. Slapping on a buzzword like "IoT" won't change things. I develop lots of IoT stuff and I see no reason to go near Win10.
Re: Windows 10 IoT Core for Raspberry Pi 2
#77Earlier quoted context omitted.
I do too, but I also use Qt Creator and Eclipse for writing C++ on RTOSes and I really don't think VS is anything special. I will agree with you about the documentation, with few exceptions MS documentation is some of the best written. But this is far from something that should prevent a platform swap. The piss poor code editing tools in VC++ irk me more than anything, I have to say that I feel like it's the worst of…
* this is far from something that should prevent a platform swap* When I started Android development, the quality of documentation was so far below what I was used to from Microsoft that it hurt. If not for StackOverflow I would probably have given up and switched to Microsoft's mobile platform. Besides that, I'm not impressed by IntelliJ. Not even a little bit. I am however, vastly impressed by Visual Studio and all…
Re: Windows 10 IoT Core for Raspberry Pi 2
#78Earlier quoted context omitted.
I have quite regularly, but I'm just as comfortable in that of Eclipse, Qt Creator, gdb, or even binary debuggers like IDA's or OllyDbg for reverse engineering. I don't see it as a major advantage over any other platform. It's a simple GUI debugger, nothing fancy. Am I missing something?
- Parallel watches of multiple threads variables - Visualization of threads and their stacks contents - Customizable breakpoints in many different ways (conditions, hit count, only on special thread) - Visualization of tasks (PPL) - Its STL visualizers are much nicer to use and customize than any of the alternatives - Selective control of threads execution behavior - Re-execution of code blocks - Ability to perform c…
When debugging I'm most often able to solve things with a few breakpoints, a stack dump and little else. The situations where that's insufficient for me are few and far between. When I'm debugging some code using old threading paradigms I more often than not just break out helgrind on it, which often reveals threading problems instantly. It's unavailable on Windows though.
Re: Windows 10 IoT Core for Raspberry Pi 2
#79Maybe I'm wrong, but I think some credit is due
Re: Windows 10 IoT Core for Raspberry Pi 2
#80Earlier quoted context omitted.
>A PC running Windows 10 (Prepared in the previous step) That requirement itself is a big step: http://ms-iot.github.io/content/en-US/win10/SetupPCRPI.htm
Especially considering my 8.1 -> 10 upgrade has failed spectacularly several times. I'm not going and buying 10 at retail to try this shit out.
On my wife's laptop I had even tried a fresh install of Windows 7 followed immediately by the upgrade and hit the same bugs as before (no "Modern" apps would load including Settings, and Explorer.exe was constantly crashing). A clean install of 10 fixed those issues and now it runs great.