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.
Photo

Help! I brick my netduino go


  • Please log in to reply
1 reply to this topic

#1 recapture

recapture

    New Member

  • Members
  • Pip
  • 1 posts

Posted 19 November 2012 - 10:54 PM

Hello,
I just got my netduino go and I was playing around a bit.
I think I destroyed it ;)

If I plug in the device, I can hear the usb plug and unplug sound in approx. 1s interval in a infinite loop.

I think the last code I played around with, was something like this.

public static void Main()
{
    var temp = PowerState.CurrentPowerLevel;
    var temp2 = PowerState.Uptime;

    PowerState.RebootDevice(true);
}

If I try to deploy a empty solution like this, the usb plug sound disappears but VS2010 stuck at the state "Pepairing to deploy assemblies to the device."
    public class Program
    {
        public static void Main()
        {
           
        }
    }

VS2010 Output

Create TS.

Loading start at 8056cd0, end 806dbf8

Assembly: mscorlib (4.2.0.0)

Assembly: Microsoft.SPOT.Native (4.2.0.0)

Assembly: Microsoft.SPOT.Hardware (4.2.0.0)

Assembly: Microsoft.SPOT.Hardware.SerialPort (4.2.0.0)

Assembly: Microsoft.SPOT.IO (4.2.0.0)

Assembly: System.IO (4.2.0.0)

Assembly: Microsoft.SPOT.Hardware.PWM (4.2.0.1)

Assembly: Microsoft.SPOT.Hardware.Usb (4.2.0.0)

Assembly: SecretLabs.NETMF.Diagnostics (4.2.0.0)

Assembly: SecretLabs.NETMF.IO (4.2.0.0)

Loading Deployment Assemblies.

Attaching deployed file.

Assembly: NetduinoGo.Button (1.0.1.0)

Attaching deployed file.

Assembly: NetduinoGoApplication2 (1.0.0.0)

Attaching deployed file.

Assembly: SecretLabs.NETMF.Hardware (4.2.0.0)

Attaching deployed file.

Assembly: GoBus (1.0.0.0)

Attaching deployed file.

Assembly: SecretLabs.NETMF.Hardware.NetduinoGo (4.2.0.0)

Resolving.

Ready.

Found debugger!


Can anyone please help me!

Greetings
Daniel

#2 GregR

GregR

    Advanced Member

  • Members
  • PipPipPip
  • 32 posts
  • LocationKeller, Tx

Posted 20 November 2012 - 05:10 PM

Looks like you are in a constant reboot loop...I would suggest reflashing your Netduino Go. Greg




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

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.