Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

Russell Christensen

Member Since 05 Apr 2012
Offline Last Active Oct 12 2015 12:26 AM
-----

Topics I've Started

Problem Debugging App

25 April 2013 - 08:20 PM

This morning I remembered that I had my Netduino Go stored in my filing cabinet and decided to start messing around with it again.  I brought it to work with me and updated the firmware to 4.2.2.1.  I went to update the shield base firmware as well but I was having trouble connecting to the device.  I resolved that issue (had to do with the new name of the device).  In visual studio 2010 it would try to deploy but would fail to connect to the debugger after rebooting the device.  I removed the .net mf 4.2 and installed 4.3 as well as the sdk for 4.3.  I created a new application in VS 2012 which builds just fine, it finds the device, installs, then on restart again fails to connect to the debugger.  

 

Micro Framework Device Deployment Output:

 

 

Looking for a device on transport 'USB'
Starting device deployment...
Iteration 0
Opening port ?USB#VID_22B1&PID_1000#000000000000#{09343630-a794-10ef-334f-82ea332c49f3}Operations
Attaching debugger engine...
... debugger engine attached!
Querying device assemblies...
Found Assembly mscorlib 4.2.0.0
Found Assembly Microsoft.SPOT.Native 4.2.0.0
Found Assembly Microsoft.SPOT.Hardware 4.2.0.0
Found Assembly Microsoft.SPOT.Net 4.2.0.0
Found Assembly System 4.2.0.0
Found Assembly Microsoft.SPOT.Hardware.SerialPort 4.2.0.0
Found Assembly Microsoft.SPOT.IO 4.2.0.0
Found Assembly System.IO 4.2.0.0
Found Assembly Microsoft.SPOT.Hardware.PWM 4.2.0.1
Found Assembly Microsoft.SPOT.Hardware.Usb 4.2.0.0
Found Assembly GoBus 1.0.0.0
Found Assembly GoBusSerialTransport 1.4.1.0
Found Assembly NetduinoGo.ShieldBase 0.4.0.0
Found Assembly SecretLabs.NETMF.Diagnostics 4.2.0.0
Found Assembly SecretLabs.NETMF.Hardware.Netduino 4.2.1.0
Found Assembly SecretLabs.NETMF.IO 4.2.0.0
Found Assembly Microsoft.SPOT.Hardware.OneWire 4.2.0.0
Found Assembly Microsoft.SPOT.Time 4.2.0.0
Found Assembly SecretLabs.NETMF.Hardware.NetduinoGo 4.2.2.0
Found Assembly Nwazet.Go.Core 1.0.0.0
Found Assembly NetduinoGoApplication1 1.0.0.0
Found Assembly Nwazet.Go.SDT028ATFTLCDTS 1.0.0.0
Found Assembly SecretLabs.NETMF.Hardware 4.2.0.0
Adding pe file C:Program Files (x86)Secret LabsNetduino SDKAssembliesv4.2lesecretlabs.netmf.hardware.netduinogo.pe to deployment bundle
Adding pe file C:UserschristerDownloadsNwazetAssembliesDebuglenwazet.go.core.pe to deployment bundle
Adding pe file C:UserschristerDocumentsVisual Studio 2012ProjectsNetduinoGoApplication1NetduinoGoApplication1binDebugleNetduinoGoApplication1.pe to deployment bundle
Adding pe file C:UserschristerDownloadsNwazetAssembliesDebuglenwazet.go.sdt028atftlcdts.pe to deployment bundle
Adding pe file C:Program Files (x86)Secret LabsNetduino SDKAssembliesv4.2lesecretlabs.netmf.hardware.pe to deployment bundle
Attempting deployment...
Incrementally deploying assemblies to device
Deploying assemblies for a total size of 31336 bytes
Assemblies successfully deployed to device.
Restarting interpreter...
Attaching to device...
Waiting for device to initialize...
The debugging target and the debugger engine failed to initialize because of unspecified device errors.
The debugger engine thread has terminated unexpectedly with error 'Could not reconnect to the debugging target after rebooting it.'.
 
 
Is there anything I can try to get this to work?  I thought maybe if it was only a debug issue that running an app that would print something to the nwazet lcd would indicate that the program is indeed running, I just can't debug, but that didn't work either.  I run the code to print a line on the screen, but all I see is the stock image that the screen shows when its initialized.  Any help with this would be appreciated!
 
Russ

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.