Hydra eploy project

Hi,

I have some trouble deploying my project to hydra. The project is running in VS2012 and I can deploy and debug everything to the hydra board by pressing F5.

When I make a power cycle or reset of the board the application is not running automatically.

What is to do to start the application after reset by the bootloader without any pc?

At the moment debug.

@ MiRo - After you start the board, connect to it in FEZ Config. Are there any messages output to the window?

I tried to use release setting in VS2012 with the same result. I can deploy everything and after reset, the application is not starting without pc.

I created a hex file with the Deployment tool and deployed it to the board with the same result. The application will be deployed to Base Address 0x00294000.

After the reset the T43 display shows the TinyBooter sceen and stops with the message:

“Waiting”

Hi,

I tried the .NET Micro Framework deploy tool and tried

Plug In -> Debug -> Reboot CLR

then the board reboots and the application is starting. If I press the Reset button on the board, the application is not starting!

What version of the firmware are you currently running?

Hi James,

I’m using the network Firmware out of the 2014R1 package.

MF Deploy says 4.2.6.2

Pinging… TinyCLR
DeviceInfo:
HAL build info: 4.2.0.0, Microsoft Copyright (C) Microsoft Corporation. All rig
OEM Product codes (vendor, model, SKU): 255, 0, 65535
Serial Numbers (module, system):
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
Solution Build Info: 4.2.6.2, Copyright (C) GHI Electronics, LLC
AppDomains:
default, id=1
Assemblies:
mscorlib,4.2.0.0
Microsoft.SPOT.Native,4.2.0.0
Microsoft.SPOT.Hardware,4.2.0.0
Microsoft.SPOT.Graphics,4.2.0.0
Microsoft.SPOT.TinyCore,4.2.0.0
Microsoft.SPOT.IO,4.2.0.0
System.IO,4.2.0.0
Microsoft.SPOT.Hardware.Usb,4.2.0.0
Microsoft.SPOT.Hardware.SerialPort,4.2.0.0
Microsoft.SPOT.Touch,4.2.0.0
Microsoft.SPOT.Ink,4.2.0.0
Microsoft.SPOT.Hardware.PWM,4.2.0.1
Microsoft.SPOT.Hardware.OneWire,4.2.0.0
System.Xml,4.2.0.0
Microsoft.SPOT.Time,4.2.0.0
Microsoft.SPOT.Net,4.2.0.0
System,4.2.0.0
Microsoft.SPOT.Net.Security,4.2.0.0
System.Net.Security,4.2.0.0
Heizung,4.2.6.2
GHI.OSHW.Hardware,4.2.6.1
Gadgeteer,2.42.0.0
GTM.GHIElectronics.SDCard,4.2.102.0
GTM.GHIElectronics.Extender,4.2.102.0
GTM.GHIElectronics.DisplayT43,4.2.103.0
GHIElectronics.Gadgeteer.FEZHydra,4.2.102.0
GHI.Glide,1.0.7.0

@ MiRo - We will add this to the list of issues to investigate.

Hello James,

I did some further tests with 2013R3 and 2014 R2 Beta releases.

I built new clean projects and just set the debugLED true. I deployed the projects and tried the power reset.

Same behaviour with the hydra board, the application will not start after reset in stand alone mode!

// Use Debug.Print to show messages in Visual Studio's "Output" window during debugging.
            Debug.Print("Program Started");
            Mainboard.SetDebugLED(true);

Hello James,

I fixed the hydra problem.

The problem was a damaged flat cable connector at a extender modul. Pin 9 was shortet to GND in the connector! After I changed the flat cable the board is booting my application now.

Hard to believe, but this little cable caused all my problems…

Thx for your support!