Netduino Plus Firmware v4.2.0 RC1
#1
Posted 07 August 2011 - 05:29 PM
#2
Posted 07 August 2011 - 05:43 PM
Thanks! I'll let you know if this fixes my networking probs...Version: 4.2.0 RELEASE CANDIDATE (version 4.2.0.0 RC1)
This firmware includes the following updates:
7. Dozens of bugfixes
#3
Posted 07 August 2011 - 06:36 PM
It didn't. Still can't see the network. I'll take this up in another thread.Thanks! I'll let you know if this fixes my networking probs...
But... It does seem to deploy VERY smoothly. And repeatedly. The one time I unplugged the USB was in a hopeful (desperate) attempt to get network access... Then deploy got stuck... then I hit Netduino's reset... then a small BSOD happened and my machine rebooted. Hmm. I'll try to repro that when I have more time and more courage.
Let me focus on the positive here: THIS FIRMWARE SEEMS TO DEPLOY MY CODE VERY SMOOTHLY AND REPEATEDLY.
#4
Posted 07 August 2011 - 08:11 PM
#5
Posted 07 August 2011 - 08:41 PM
It didn't. Still can't see the network...
If you submit an issue on codeplex, it'd be tough for the developers to figure out the difference between these 2 routers without buying them and trying to reproduce... You might want to consider using Wireshark to record the network traffic between Netduino and router A, then Netduino and Router B, and send them (or attach to the Codeplex issue) the PCAP (wireshark log) file. Also, you might be able to compare the traffic and see the difference... Then the developers know exactly where to focus their effort.
Two cents...
-Valkyrie-MT
#6
Posted 08 August 2011 - 10:39 AM
#7
Posted 08 August 2011 - 07:16 PM
#8
Posted 09 August 2011 - 12:33 AM
Hi Robert,
.NET MF 4.2 added both of these new features, but both of them are traditionally targeted for modules with several megabytes of Flash/RAM.
We have created a managed code AES implementation, and it's quite possible to do crypto with your Netduino. But the remote reflashing via Microbooter probably won't fit.
Chris
Hi Chris, thanks for the quick reply. Let me clarify my need for reading and writing the embedded FLASH. I am not wanting to update the programming code, (IE make software changes) what I want to do is use a small area of FLASH (say around 4K) to store variables and parameters that would survive power cycles. I believe this can be done with an SD card, but I wonder if the native FLASH can be updated by code running on the ARM processor.
Regarding RSA, I see that 4.1 version of Microsoft.SPOT.Native includes Microsoft.SPOT.Cryptography while 4.2 RC1 does not. Is this still to come, or have I made some error in the install or my understanding?
Thanks,
Robert
#9
Posted 09 August 2011 - 12:39 AM
Oh sorry, I misunderstood. That's another new feature! It's called "simple storage."Hi Chris, thanks for the quick reply. Let me clarify my need for reading and writing the embedded FLASH. I am not wanting to update the programming code, (IE make software changes) what I want to do is use a small area of FLASH (say around 4K) to store variables and parameters that would survive power cycles. I believe this can be done with an SD card, but I wonder if the native FLASH can be updated by code running on the ARM processor.
We're evaluating simple storage, and it looks like we'll be able to enable about 8KB of flash storage on the chip. I don't want to promise anything until we're done with the code (and we know it will fit for sure--right now code space is super tight on Netduino Plus with all the .NET MF 4.2 extras), but it's one of the first features we'll be adding after 4.2 is released.
Chris
#10
Posted 10 August 2011 - 07:59 AM
Version: 4.2.0 RELEASE CANDIDATE (version 4.2.0.0 RC1)
5. IP broadcast support
Hi, what does it mean "IP broadcast" ?
#11
Posted 11 August 2011 - 02:02 AM
The RC1 update has bugfixes to enhance compatibility with UDP broadcast packets. There may be some glitches to work out still...not sure.Hi, what does it mean "IP broadcast" ?
Chris
#12
Posted 11 August 2011 - 02:24 AM
#13
Posted 11 August 2011 - 10:22 AM
#14
Posted 11 August 2011 - 04:53 PM
Sorry if this has been asked elsewhere, but is OneWire support included in 4.2.0 RC1
OneWire support is NOT in 4.2 RC1, but Chris has previously promised a special OneWire build after the final release of 4.2. So, it's coming.
-Valkyrie-MT
#15
Posted 12 August 2011 - 01:04 AM
Yup! I'm not sure if OneWire will fit in the standard firmware--but we will definitely make a special build!OneWire support is NOT in 4.2 RC1, but Chris has previously promised a special OneWire build after the final release of 4.2. So, it's coming.
Chris
- Tiki likes this
#16
Posted 12 August 2011 - 02:15 AM
Hi, what does it mean "IP broadcast" ?
Let's say your network device has an IP address of 192.168.1.1/24 (24=255.255.255.0). The broadcast IP for that subnet is: 192.168.1.255
That's called a subnet directed broadcast.
There's another type of broadcast that looks like this: 255.255.255.255
That's called a zero net or global broadcast.
Broadcasts are used to send messages all devices on the same subnet or network at the same time.
#17
Posted 13 August 2011 - 03:42 AM
#18
Posted 13 August 2011 - 04:08 AM
#19
Posted 15 August 2011 - 07:01 PM
#20
Posted 21 August 2011 - 01:52 PM
Let's say your network device has an IP address of 192.168.1.1/24 (24=255.255.255.0). The broadcast IP for that subnet is: 192.168.1.255
That's called a subnet directed broadcast.
There's another type of broadcast that looks like this: 255.255.255.255
That's called a zero net or global broadcast.
Broadcasts are used to send messages all devices on the same subnet or network at the same time.
Well...does it really work with this firmware ?
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users