well I had abandoned my tests with .NETMF, but now I spring my FEZ Cobra II from the dust!
I installed the new bootloader.
i installed the GHI library as explained in the tutorial (tinyCLR 0.8)
i create a new VB project. the compilation is OK.
now, no way to deploy my “hello world” on the G120.
i’m using VS2017
the “TinyCLR Config software” find the G120 device on COM4, bootloader v2.04. but the “debug” tab can’t connect to the board (Connection failed). i try several combinaison with LDR0 and LDR1 switch.
when i try to deploy, i obtain this message :
Looking for a device on transport ‘USB’. Found device port ‘USB’ with ID ‘d7a3a084-0893-4ccb-9ef4-b7249d38212c’ for transport ‘Usb’. Starting device deployment. Attempting to connect to device ‘USB:’: iteration 0.
in the VB property :
tab “Application” : there is nothing in the “Framework target” field … is it normal ?
tab “TinyCLR OS”, which deployment method need i select ? USB or Serial (COM4) ?
please any help would be appreciate !
thanks, regards
Phil
Please read the release notes known issues. Not sure whether your problem is related to issue in release notes, but issue may want to make you rethink your use of Visual Basic.
Based upon that message, I would suspect most people would wait until support is complete. I have not seen any postings from a member successfully running a VB application.
I suspect GHI is not doing much, if any, QA with VB.
VB is supported and known to work. The known issue pointed out is for more advanced uses and does not impact the typical program.
If COM4 is showing up, either the firmware is not deployed or it is forced into serial mode. To go from NETMF to TinyCLR, you need to manually load the second stage bootloader onto the device. It’ll show up as version 2.0.4 which it looks like it is for you. After that, you then need to load the actual firmware using the Loader tab in TinyCLR Config.
Once the firmware is deployed, you don’t need to change any settings in Visual Studio to deploy. Just create a new project and press F5 to start debugging. It’ll automatically find and connect to the device if it’s present.
the TinyCLR Config show me 2.0.4 G120 : the bootloader seem right installed.
the other tab can’t connect to the board
by “After that, you then need to load the actual firmware using the Loader tab in TinyCLR Config.” you mean the application from /debug directory ?? which file ?
as explain the “loader tab” show me an error.