Windows 10 and .Net Core running for a day
#1
Hi,

I have Windows 10 IOT running on my Pine64 2Gb. Everything looks OK. I can manage it via SSH and also via the device portal (port 8080).
I have keyboard, mouse, internet, and Bluetooth.
I even have a small .Net Core "Hello World" app running on it (!).
But the problem is after about a day, I see an animated gearbox and the system is dead. Has nothing to do with the .Net Core app. It looks like a memory leak in the system. Anybody has the same problem and/or knows a solution?

Hugo

I know it is bad to reply to your own message. But in case someone is interested. These are the steps to get this working:

Step-1
Get Win10-IOT running on Pine64.
  1. Download the latest image (http://wiki.pine64.org/index.php/Pine_A6...T_Releases) and burn it on an SD-Card. This sounds easy but it is not. You have to convert a ffu file to a disk image. The python script I tried did no work. I succeeded with the IOT Dashboard on a Win10 laptop. In my case it ended after 99% with an error (could not write blabla..) and a Windows popup that I have to format this disk. Do not do that. Just pull the SD-Card out.
  2. Plug the SD-Card into your Pine64. Make sure it is connected to the local network and you have a DHCP server running. Apply power and wait for 5 minutes. You can see by the LED near the UTP connection that it is doing something.
  3. I had a HDMI monitor attached and a Logitech wireless keyboard/mouse plugged in in the lower USB. A language select menu was displayed on the screen, but the keyboard was not recognized. After half a minute the default language is selected and an overview is displayed. For me it displayed two IP addresses but no connected devices.
  4. Now you can connect to your Pine64 via SSH with the regular IP address (not the kernel debug one). Username/password is [email=Administrator/p@ssw0rd]Administrator/p@ssw0rd[/email] You can also inspect your system via the portal http://<YourPine64IP>:8080 with the same username/password.
  5. I connected a USB switch to the lower USB and attached the keyboard and a usb memory stick to the switch. I tried several keyboards but they did not work. I attached an old cheap Sweex BlueTooth adapter to the switch and to my surprise I could see in the portal that it was working. And now also the Logitech keyboard was working and the USB stick was recognized as D: drive. And they were all diplayed in the overview under connected devices. I doubt whether this has something to do with plugging in the BlueTooth adapter.
  6. You can mount your Pine64 on a PC with \\<YourPine64IP>\C$ Reading is fast, but writing is very slow (or does not work at all). This also hits you when you try to deploy and debug your App with VisualStudio.
  7. In general SSH is working best. E.g. if you enter D: you are swapped to the D: drive. In the commandline of the Pine64 itself this does not work. Also the disk size is not reported correctly.
  8. Do not forget to turn off the Kernel debugging as mentioned on the Pine64 site.

Step 2. Create a DotNetCore 2.0 app.


  1. Install the DotNetCore 2.0 SDK on your PC.
  2. Follow the instructions from https://www.hackster.io/Ra5tko/running-n...arm-0bb717. Instead of the pi calculation I did a simple hello world.
  3. Use win-arm in <RuntimeIdentifiers> and publish for this identifier. Do not use win-arm64. I spend a lot of time on this. It looks like this Pine64 IOT build is 32 bit. (Which is not that bad, because now you can use Raspberry PI examples). Run the .exe from the commandline/SSH. I used a self-contained package instead of copying this preview release to Sytem32 on the Pine64.
  4. I transferred files to my Pine64 with a USB stick, because writing via the network is too slow.
#2
have you figured out how to get it to shutdown normally?
#3
(08-19-2017, 06:49 PM)dkryder Wrote: have you figured out how to get it to shutdown normally?

You asked the same question in another thread. And there is a clear answer in that thread, It is a Pine64 hardware issue. It reboots automatically, You can pull out the power at the right moment. See other thread.

Hugo


Possibly Related Threads…
Thread Author Replies Views Last Post
  Windows 10 IoT Enterprise? roybridge 1 7,255 03-06-2019, 02:42 PM
Last Post: tllim
  Windows IoT BSP dvescovi 16 28,545 09-02-2018, 06:35 PM
Last Post: tllim
Sad Windows 10 iot ffu lawrencejd 1 5,121 07-19-2018, 10:40 PM
Last Post: KNERD
  Will Windows 10 work with the new Rock board? WhiskerBiscuit 2 6,816 09-03-2017, 07:22 PM
Last Post: tllim
  Windows 10 IoT finally released on Pine A64 platform tllim 25 60,881 08-08-2017, 07:19 AM
Last Post: terone63
Star Windows IoT BSP on Github!!!! Add UEFI src code! Leeway213 5 11,862 06-25-2017, 07:42 PM
Last Post: Leeway213
Tongue Windows iot 10 SD card:) 7emey 0 4,270 11-28-2016, 10:53 AM
Last Post: 7emey
  Windows 10 IoT & Hyperspin thegrandemperor 2 8,294 10-25-2016, 10:14 AM
Last Post: thegrandemperor
Thumbs Up Windows IoT Core support shockr 0 4,283 08-05-2016, 12:17 AM
Last Post: shockr

Forum Jump:


Users browsing this thread: 1 Guest(s)