Firefly Open Source Community

Title: Windows 10 and Fireduino [Print This Page]

Author: wayne    Time: 11/15/2016 03:31
Title: Windows 10 and Fireduino
Last edited by wayne In 11/15/2016 03:34 Editor

Cannot install the Fireduino drivers in Windows 10.

It states: Windows encountered a problem installing the driver software for your device.
Hash for the file is not present in the specified catalog file.
Tried both the Window7 and the Windows8 versions.

Author: skylab    Time: 11/16/2016 00:52
i'm getting the same issue and i've done everything explained in the email they sent..
can't get it to work on my windows 10 pc either.
Author: kd8bxp    Time: 11/19/2016 11:34
You have to disable driver signing in windows 8 and windows 10 - install the the windows 8 drivers that are provided.  Google how to disable the driver signing, there are lots of websites that tell how to do it.  - I had to do the "push hold reset" "push hold upgrade" "release reset" then "release upgrade" to get Windows to install the drivers, then I had to do it again, adding one more "reset push" to get the serial drivers to install. The serial port drivers took a little while for me. You also have to run the Arduino IDE as "administrator".
Author: wayne    Time: 11/22/2016 01:18
The team sent the solution for windows 10 driver install but did not update the form.

Here is the link for the solution.

http://wiki.t-firefly.com/index.php/Fireduino/Current_bug/en

it worked great. I chose x64 then let it decide win7 or win8.
I had to load the link on my phone because it requires rebooting of PC.
Author: BlueFRJ    Time: 11/24/2016 00:10
Hi!
I managed to install the divers on Windows 10, but now there's no serial port (so I can basically do nothing )
What can I do?
Author: kd8bxp    Time: 11/24/2016 01:57
hold reset, push and hold upgrade, release reset, release upgrade, wait a few seconds, push reset again.  After a few more seconds windows should start to install the serial driver (mine just installed generic drivers which did work).  Every now and then I have to do the reset/upgrade button thing to get both my Windows machine, and my Linux machine to see the serial port - not sure why.  On both Windows and Linux the IDE needs to be ran as administrator.
Author: BlueFRJ    Time: 11/24/2016 05:33
Last edited by BlueFRJ In 11/24/2016 06:36 Editor

I tried that but for some reason it doesn't detect it.
Author: keemal    Time: 1/1/2017 01:22
Last edited by keemal In 1/1/2017 15:15 Editor

Windows 10 sees the device , not even making a sound when connecting the USB cable.
Tried everything as described above - does not change . In the IDE there is no port.


I found a solution . After installing the ROCKCHIP USB as mentioned above we still have to install the driver USB - Serial , but in WINDOWS 10 task Manager appears an unknown device ,update driver. So install the driver by force , turning off first, as previously mentioned signature - click on the driver, right-click and WINDOWS offers to install it . After you install Windows begins to see the device.

Author: keemal    Time: 1/2/2017 14:51
Although the connection problem more or less solved, new problems have emerged.
Not working Serial.print(). For example, take your example from the WIKI FERDUINO ADVANCED - TF read-write ( there is an error in the code in two places it is necessary to replace root - file)- after running the program a port monitor, not what is displayed !!! I wrote the code with just the conclusion of any word in monitor port or what not is displayed !! Where you have displayed with the Serial.print ? Or all the same drivers for Win10 is not full ?
By the way, I've rewritten the code output for I2C LCD - the text was displayed, but there was another problem - you do not have a library TF - sd card which sees the Arduino is not initialized in Fireduino out all the stops on TF begin(). Tell me what to do ? Can't what to do with your device - your library does not work !
Author: ShaunPrice1    Time: 1/17/2017 18:42
For anybody else having issues with getting FireDuino working on Windows 10 I've worked out a process that has worked for me on two separate Windows 10 systems with two Fireduino boards and another user has also tried it successfully.

1. Turn off checking for driver signatures (http://wiki.t-firefly.com/index.php/Fireduino/Current_bug/en )
2. Follow the instructions up until after the RockUSB driver is installed.
3. Open the Arduino IDE as Administrator. Your need the Arduino IDE from FireFly or you'll have to configure it yourself.
4. Set the board as Fireduino and forget the comm port (there wont be one).
5. Compile a blank sketch (or blink) and about half way through the compile put the board into the firmware upgrade mode (http://wiki.t-firefly.com/index.php/Fireduino/upgrade_Firmware/en ).
    * I could not get it to connect if I reset it before upgrading like they say.
6. If the boards serial gets recognized by windows about the time it goes to upload the it will work. You will also find you now have the USB to serial in the Windows devices. It may have the Other Devices->Fireduino as they say in the doco (I may have already installed it) which case follow the instructions to install the FireDuino USB to Serial drivers.
7. Update your boards firmware as per the wiki (http://wiki.t-firefly.com/index.php/Fireduino/upgrade_Firmware/en)
Next time you want to upload you may need to disconnect the USB and reconnect it. This isn't every time but almost every time.

Also note that if your testing it and don't get the serial output in the Arduino serial monitor add while(!Serial); after the Serial. begin(115200); line. It will tell the code to wait for a serial connection before beginning.
Author: keemal    Time: 2/7/2017 18:38
How to update the firmware ? The manual says changed Blink - where can I get it ?
There is only a normal Blink , not changed find !
Author: keemal    Time: 2/7/2017 18:40
Last edited by keemal In 2/7/2017 19:02 Editor
keemal Posted at 2/7/2017 18:38
Ok !


Author: satolas    Time: 5/12/2017 22:17
Hello everyone :-)

I have also a problem to install Fireduino on windows 10.

I'm using a MacbookPro 2015 15inch with bootcamp (Windows 10 Pro N)

1) When I connect the Fireduino (it goes on since I can see the little blu and green blinks)
But I'm not able to see it on the device manager.
Like there : http://wiki.t-firefly.com/index. ... driver_installation
There is no Other devices / Unknown device

Even with the driver signature enforcement trick, I can't see the Fireduino.

Maybe I missed soemthing, or maybe there is a way to install the driver manually by putting the files at the right place ?

2) Also on the Arduino IDE link on this link : http://wiki.t-firefly.com/index.php/Fireduino/Install_IDE/en

I don't see any "Additional Boards Managers URLs...

Thanks for your attention.
cheers.
Author: satolas    Time: 6/9/2017 00:30
Last edited by satolas In 7/7/2017 02:37 Editor

Don't get the "Fireduino USB to serial port device driver installation" step.
I can just see my device as Rocksub.

I forgot to write about the last post, but I got it to work yeah :-)
Still have the last step "Fireduino USB to serial port device driver installation" that doesn't install but the fireduino seems to work anyways.

It was really idiot, I just don't really understood what was the step 1. and 2.
So basically... Don't forget to do that :
1. Press the UPGRADE key and hold.
2. Short press the RESET button,the PC finds unknown equipment

The UPGRADE bottom is next to the card reader and the RESET button next to the AC input.
Of course don't forget to enable test mode via the windows command prompt by typing "bcdedit /set testsigning on".
Restart, and you should see on your desktop a little white text on the corner down right
"Test Mode
Windows 10 Pro N
Build ......"

And then follow the steps of the link :http://wiki.t-firefly.com/index.php/Fireduino/Install_Driver/en#Development_board_driver_installation...
For the "Fireduino USB to serial port device driver installation" if you have a solution tell me :-)

Regards
satolas




Welcome Firefly Open Source Community (https://bbs.t-firefly.com/) Powered by Discuz! X3.1