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

Netduino Firmware v4.2.0 RC4 (Netduino + Netduino Plus)


  • Please log in to reply
152 replies to this topic

#141 not4now

not4now

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationSanto Domingo, Domincan Republic

Posted 07 May 2012 - 08:40 PM

Hello, I just upgraded my netduino plus to 4.2 RC4 and the MFDeploy says everything is OK, but in VS, i keep getting "An error has occurred: please check your hardware." i already updated the drivers, so i don't know what is the problem cause it does not give a detalied info about the error. Please help and thanks.

#142 Cabadam

Cabadam

    Advanced Member

  • Members
  • PipPipPip
  • 90 posts

Posted 07 May 2012 - 09:37 PM

How big is the application you are trying to deploy?

#143 not4now

not4now

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationSanto Domingo, Domincan Republic

Posted 08 May 2012 - 03:25 PM

How big is the application you are trying to deploy?

it is just 8KB

#144 not4now

not4now

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationSanto Domingo, Domincan Republic

Posted 08 May 2012 - 04:23 PM

Hello,

I just upgraded my netduino plus to 4.2 RC4 and the MFDeploy says everything is OK, but in VS, i keep getting "An error has occurred: please check your hardware."

i already updated the drivers, so i don't know what is the problem cause it does not give a detalied info about the error.

Please help and thanks.


I got it working now, a reference i added is causing the error, but i don't know why, it worked fine on 4.1.0.6. do you think is about the size or just that the 4.2 doesn't support this reference?

i really want to use that reference, please help and thanks.

#145 Stefan

Stefan

    Moderator

  • Members
  • PipPipPip
  • 1965 posts
  • LocationBreda, the Netherlands

Posted 08 May 2012 - 04:24 PM

Which reference did you add?
"Fact that I'm a moderator doesn't make me an expert in things." Stefan, the eternal newb!
My .NETMF projects: .NETMF Toolbox / Gadgeteer Light / Some PCB designs

#146 JerseyTechGuy

JerseyTechGuy

    Advanced Member

  • Members
  • PipPipPip
  • 870 posts

Posted 08 May 2012 - 04:28 PM

I think I found an issue. Not sure this has been reported. The following code worked in 4.1, but in 4.2 it fails:

double Temperature = 79.78374927437;

string formattedTemp = Temperature.ToString().Substring(0,5) + "F";

Debug.Write(formattedTemp);
For some reason it seems to think Temperature.ToString() is null however, reworking the code this way works:

double Temperature = 79.78374927437;

string formattedTemp = Temperature.ToString();

Debug.Write(formattedTemp.Substring(0,5) + "F");


Is there somewhere that we are supposed to report 4.2 Errors? I had posted this a couple days ago and I think it got lost.

#147 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 08 May 2012 - 05:10 PM

Is there somewhere that we are supposed to report 4.2 Errors? I had posted this a couple days ago and I think it got lost.

The best place for general .NET MF bugs like this is netmf.codeplex.com. That way it can get attention from the Microsoft .NET MF team as well.

Thank you for the excellent detective work :)

Chris

#148 JerseyTechGuy

JerseyTechGuy

    Advanced Member

  • Members
  • PipPipPip
  • 870 posts

Posted 08 May 2012 - 05:50 PM

The best place for general .NET MF bugs like this is netmf.codeplex.com. That way it can get attention from the Microsoft .NET MF team as well.

Thank you for the excellent detective work :)

Chris


I'll get it up there. Thanks Chris!

#149 not4now

not4now

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationSanto Domingo, Domincan Republic

Posted 09 May 2012 - 01:36 PM

Which reference did you add?

KodeDaemon.NETMF.system
It used to work on 4.1.0.6

#150 KodeDaemon

KodeDaemon

    Advanced Member

  • Members
  • PipPipPip
  • 63 posts

Posted 09 May 2012 - 02:47 PM

Hi not4now, The math library I wrote was never included in the official firmware releases. I will have to port the library to the 4.2.0 RC4 release for this to work for you.

#151 not4now

not4now

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationSanto Domingo, Domincan Republic

Posted 09 May 2012 - 07:40 PM

Hi not4now,

The math library I wrote was never included in the official firmware releases. I will have to port the library to the 4.2.0 RC4 release for this to work for you.


WOW! Thanks a lot!!!
i greatly appreciate it!!! :D

Please tell me if you need any kind of help or anything! :D

#152 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 10 May 2012 - 10:02 PM

Quick update: the .NET MF 4.2 RC5 firmware is now posted: http://forums.netdui...-netduino-plus/

#153 JerseyTechGuy

JerseyTechGuy

    Advanced Member

  • Members
  • PipPipPip
  • 870 posts

Posted 10 May 2012 - 10:12 PM

Quick update: the .NET MF 4.2 RC5 firmware is now posted:
http://forums.netdui...-netduino-plus/

Sweet... Lets see if I can break my Netduino again trying to upgrade. :D Hopefully I remember all the steps this time.




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.