Retry the installation Netduino Go - Netduino Go - Netduino Forums
   
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

Retry the installation Netduino Go


  • Please log in to reply
7 replies to this topic

#1 AlessandroFi

AlessandroFi

    Member

  • Members
  • PipPip
  • 14 posts

Posted 09 August 2014 - 02:35 PM

Hi Chris,
thanks for your answer.

Now I say what I did, so 'you can understand my situational:

1) I installed a new hd Windows 7 Professional 32-bit
2) I installed Visual Studio Express 2012 for Windows Desktop
3) I installed Micro Framework SDK NETMF43_QFE1
4) I installed NETDUINOSDK_NETMF43
5) I unzipped NetduinoUpdate_4.3.1.0.zip (FIRMWARE)
6) I run NetduinoUpdate.exe

here are the pictures of the application NetduinoUpdate.exe

The images a, image b, image c are related to the attempt to update the software. As you can see it seems that everything is working properly. But it does not 'change anything.

In fact, as can be observed below the firmaware is remained unchanged:
 
HalSystemInfo.halVersion: 4.2.0.0
HalSystemInfo.halVendorInfo: Netduino Go (v4.2.2.1) by Secret Labs LLC
HalSystemInfo.oemCode: 34
HalSystemInfo.modelCode: 177
HalSystemInfo.skuCode: 4099
HalSystemInfo.moduleSerialNumber: 00000000000000000000000000000000
HalSystemInfo.systemSerialNumber: 0000000000000000
ClrInfo.clrVersion: 4.2.0.0
ClrInfo.clrVendorInfo: Netduino Go (v4.2.2.1) by Secret Labs LLC
ClrInfo.targetFrameworkVersion: 4.2.0.0
SolutionReleaseInfo.solutionVersion: 4.2.2.1
SolutionReleaseInfo.solutionVendorInfo: Netduino Go (v4.2.2.1) by Secret Labs LLC
SoftwareVersion.BuildDate: Jan 26 2013
SoftwareVersion.CompilerVersion: 410894
FloatingPoint: True
SourceLevelDebugging: True
ThreadCreateEx: True
LCD.Width: 0
LCD.Height: 0
LCD.BitsPerPixel: 0
AppDomains: True
ExceptionFilters: True
IncrementalDeployment: True
SoftReboot: False
Profiling: False
ProfilingAllocations: False
ProfilingCalls: False
IsUnknown: False

Also just finished updating the firmware, the 8 leds of soket Go to Netduino should turn on, but as you can see the number 1 and number 2 are off. Image d).

Do you think my Netduino Go is dead?

I have already 'ordered a new Netduino Go, I will carry out' the same procedure on the new soon come.

For what I've written and the pictures you have seen, you have ideas?

thank you very much for your valuable opinion

Alessandro

Attached Files



#2 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 09 August 2014 - 04:21 PM

Hi AlessandroFi,

It looks like you used the tool to flash 4.2.2.1 firmware. Were you trying to flash a different version of the firmware. [There's no 4.3 firmware for Netduino Go quite yet...if you were looking for 4.3.]

The first two LEDs will turn off first...followed by the other LEDs. If you can ping the board from MFDeploy, it's definitely up and running (i.e. not dead).

What are you trying to accomplish with reflashing the board in particular? This is a new thread--so let's keep the conversation in the single thread as we figure this out together.

Chris

#3 AlessandroFi

AlessandroFi

    Member

  • Members
  • PipPip
  • 14 posts

Posted 09 August 2014 - 05:08 PM

Hi Chris,
 
Thank you very much for your reply,
below the Ping with MFDeploy:
 
Connecting to NetduinoGo_Netduino...Connected
No debugger!
Create TS.
Loading start at 805a70c, end 807d378
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.Net (4.2.0.0)
Assembly: System (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: GoBus (1.0.0.0)
Assembly: GoBusSerialTransport (1.4.1.0)
Assembly: NetduinoGo.ShieldBase (0.4.0.0)
Assembly: SecretLabs.NETMF.Diagnostics (4.2.0.0)
Assembly: SecretLabs.NETMF.Hardware.Netduino (4.2.1.0)
Assembly: SecretLabs.NETMF.IO (4.2.0.0)
Assembly: Microsoft.SPOT.Hardware.OneWire (4.2.0.0)
Assembly: Microsoft.SPOT.Time (4.2.0.0)
Loading Deployment Assemblies.
Resolving.
Ready.
Cannot find any entrypoint!
Done.
Pinging... Waiting for debuTinyCLR
g commands...

If you will notice strange things let me know.

Tomorrow I try to write some code to see if I can run Netduino Go

thanks again

AlessandroFi



#4 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 10 August 2014 - 06:26 AM

Hi AlessandroFi,

It looks like your board's firmware is in factory condition, it's responding properly, and ready to go :)

Let us know if you run into any troubles,

Chris

#5 AlessandroFi

AlessandroFi

    Member

  • Members
  • PipPip
  • 14 posts

Posted 10 August 2014 - 09:07 AM

Hi Chris,

Thank you for your reply optimistic, it is so 'that I wrote very little code to see what would happen, here it is below:

using System;
using System.Threading;
using Microsoft.SPOT;
using Microsoft.SPOT.Hardware;
using SecretLabs.NETMF.Hardware;
using SecretLabs.NETMF.Hardware.NetduinoGo;

namespace NetduinoGoApplication1
{
public class Program
{
public static void Main()
{
// write your code here
OutputPort led = new OutputPort(Pins.ONBOARD_LED, false);

while (true)
{

led.Write(true); // turn on the LED

Thread.Sleep(250); // sleep for 250ms

led.Write(false); // turn off the LED

Thread.Sleep(250); // sleep for 250ms

}

}

}
}

Not only does the LED flashes but after a while time this error appears.

Percorso stakc di chiamate:

GoBus.dll!GoBus.GoBusManager.GetShielsBase() Riga 32

Informazioni sul file del codice sorgente:

Individuazione origine di 'c:\Documents\Secret Labs\Projects\Production\GoBus\GoBusManager.cs'. Checksum: MD5 {62 3 bc 96 10 7b 98 33 8 90 d9 4f 4c 14 89 a9}
Il file 'c:\Documents\Secret Labs\Projects\Production\GoBus\GoBusManager.cs' non esiste.
Ricerca di 'c:\Documents\Secret Labs\Projects\Production\GoBus\GoBusManager.cs' nei documenti di script...
Ricerca di 'c:\Documents\Secret Labs\Projects\Production\GoBus\GoBusManager.cs' nei progetti.
Il file non è stato trovato in un progetto.
Ricerca nella directory 'C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\vc7\atlmfc'...
Ricerca nella directory 'C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\vc7\crt'...
Le impostazioni di debug dei file di origine per la soluzione attiva indicano che all'utente non verrà chiesto di trovare il file: c:\Documents\Secret Labs\Projects\Production\GoBus\GoBusManager.cs.
Impossibile individuare il file di origine 'c:\Documents\Secret Labs\Projects\Production\GoBus\GoBusManager.cs'.

Do you think I need to install "Visual Studio Express 2012" in the English language?

Now I stop to do the tests cause I do not know more where to put my hands, I will continue to do the tests as soon as I come NetduinoGo the second card I ordered.

Take up to do the same tests with the new hardware I bought, so if I give the same mistake, want to say I do not depend on the hardware NetduinoGo.

Thank you again...

AlessandroFi



#6 AlessandroFi

AlessandroFi

    Member

  • Members
  • PipPip
  • 14 posts

Posted 12 August 2014 - 03:41 PM

Hi Chris,

i got the new card Netdiono Go, before I updated the new firmware and then I launched the program usually.

The result is the same error usually appears when you launch the program.

Here below what appears on the screen:

I also wanted to inform you that the first time that the new card collagato Netduino Go, before updating the firmware, the LEDs that were lit at startup were 8.

Instead, after the firmware update, only 6 leds light up, as you can see below.

What can I do now? Here nothing works, try on a new computer?

Thank you very much

AlessandroFi

Attached Files



#7 AlessandroFi

AlessandroFi

    Member

  • Members
  • PipPip
  • 14 posts

Posted 12 August 2014 - 03:54 PM

Hi AlessandroFi,

It looks like your board's firmware is in factory condition, it's responding properly, and ready to go :)

Let us know if you run into any troubles,

Chris


Hi Chris,

I send you the image I created with MFDeploy selecting "Device compatibilities" and "Ping".

I await your instructions, I can do? Thank you

Attached Files



#8 AlessandroFi

AlessandroFi

    Member

  • Members
  • PipPip
  • 14 posts

Posted 14 August 2014 - 09:07 AM

Hello everyone,
I replaced the cable and now everything works fine
Thanks to all
AlessandroFi




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.