Earlier quoted context omitted.
Very funny considering the uneasiness people have towards "putting Linux on a computer". For the Raspberry Pi, the reality is completely reversed as NOOBS is the absolute easiest, most convenient way to put any OS on any computer ever. I really don't understand people who want this, with closed source software the learning stops at some point, you can't learn everything about your Windows-Pi even though it was create…
>Why would you want this? Can there really be people that are willing and able to build their own IOT but do not want to learn about Linux? Knowing about Linux doesn't mean assuming it's the best tool for the job at hand. I've used Linux, I've installed Linux, I've fixed a couple of broken Linux installs etc. I've compiled software on Linux. I've imaged an SD card for a Pi from Windows pre-Noobs. I've installed Rasbi…
Windows 10 IoT Core for Raspberry Pi 2
121–130 of 173 posts
Re: Windows 10 IoT Core for Raspberry Pi 2
#122Earlier quoted context omitted.
Very funny considering the uneasiness people have towards "putting Linux on a computer". For the Raspberry Pi, the reality is completely reversed as NOOBS is the absolute easiest, most convenient way to put any OS on any computer ever. I really don't understand people who want this, with closed source software the learning stops at some point, you can't learn everything about your Windows-Pi even though it was create…
>Why would you want this? Can there really be people that are willing and able to build their own IOT but do not want to learn about Linux? Knowing about Linux doesn't mean assuming it's the best tool for the job at hand. I've used Linux, I've installed Linux, I've fixed a couple of broken Linux installs etc. I've compiled software on Linux. I've imaged an SD card for a Pi from Windows pre-Noobs. I've installed Rasbi…
Re: Windows 10 IoT Core for Raspberry Pi 2
#123When they released this a couple of months ago I was pretty excited to try it out. I think the barrier to installation is a bit high. First install Windows 10, then custom install of VS, install IoT Templates, then about 30 more steps before you get the image to flash on your SD. How about a link to the image I can blast on the SD and kick the tires without a couple hours of downloading and installing prerequisites?
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
Re: Windows 10 IoT Core for Raspberry Pi 2
#124Earlier 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
You can use this python script to convert the image to standard raw format: https://github.com/t0x0/random Then flash it with your normal tool such as dd or Win32DiskImager.
In case you're interested: https://github.com/lawl/Win10IOTRaspberryUnpacker
Re: Windows 10 IoT Core for Raspberry Pi 2
#125Earlier quoted context omitted.
Very funny considering the uneasiness people have towards "putting Linux on a computer". For the Raspberry Pi, the reality is completely reversed as NOOBS is the absolute easiest, most convenient way to put any OS on any computer ever. I really don't understand people who want this, with closed source software the learning stops at some point, you can't learn everything about your Windows-Pi even though it was create…
> Can there really be people that are willing and able to build their own IOT but do not want to learn about Linux? Absolutely, and especially in corporate environments. I'm not saying Windows 10 IoT is any better (I think it's very unlikely to be, but I also haven't evaluated it), but I can say for certain that I wish I had a single, identical python library for any IoT platform that handled interfaces as simply as:…
Re: Windows 10 IoT Core for Raspberry Pi 2
#126Earlier quoted context omitted.
On a really, really shitty platform without a package manager and a decent CLI.
um, really shitty platform i nwhat regard? Also, VS has had a package manager for a while and Powershell is more than capable
Unix/Linux CLI is a core set of tools that get you at literally everything you could want and give you unbounded power and flexibility.
Worlds apart.
Re: Windows 10 IoT Core for Raspberry Pi 2
#127Earlier quoted context omitted.
* 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…
The Android docs and Java docs are actually quite good though IMO. Is there somewhere in particular you felt they were lacking? You want to see some poorly documented stuff, check out BouncyCastle's "lightweight API" or OpenSceneGraph. Great libraries, but figuring them out is a serious investment.
Maybe Android docs aren't so bad in comparison to most documentation. However, in comparison to Microsoft's they are severely lacking. And this is coming from someone who used to bitch at all the errors he found in the Microsoft docs!
Re: Windows 10 IoT Core for Raspberry Pi 2
#128When they released this a couple of months ago I was pretty excited to try it out. I think the barrier to installation is a bit high. First install Windows 10, then custom install of VS, install IoT Templates, then about 30 more steps before you get the image to flash on your SD. How about a link to the image I can blast on the SD and kick the tires without a couple hours of downloading and installing prerequisites?
Re: Windows 10 IoT Core for Raspberry Pi 2
#129When they released this a couple of months ago I was pretty excited to try it out. I think the barrier to installation is a bit high. First install Windows 10, then custom install of VS, install IoT Templates, then about 30 more steps before you get the image to flash on your SD. How about a link to the image I can blast on the SD and kick the tires without a couple hours of downloading and installing prerequisites?
https://github.com/t0x0/random/wiki/ffu2img
Re: Windows 10 IoT Core for Raspberry Pi 2
#130Earlier 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
Quickly made an unpacker script in bash, couldn't test it yet, but it looks like it works. You'll need 7zip and a working installation of python, https://github.com/lawl/Win10IOTRaspberryUnpacker