November 09, 2024, 03:23:34 AM

Recent posts

#1
FPGA / Re: unable to configure gatema...
Last post by LubOlimex - November 08, 2024, 01:22:57 PM
No idea, maybe check on the OpenFPGALoader repo isses, maybe check for similar issues, like this:

https://github.com/trabucayre/openFPGALoader/issues/245
#2
UEXT / Re: MOD-IO2 12V input range
Last post by LubOlimex - November 08, 2024, 09:02:57 AM
It should be OK. Notice this two things tho:

- Input voltage should not go above 15V. Above 15V VR1 LD1117AG will burn.

- At CON4 connector pin #1 there won't be 12V output but what is the car output (14.4V or whatever).

How much current can you draw from 3.3V line depends on how much you draw in total, but check the datasheet of LD1117AG - this regulator handles the input to 3.3V conversion. The regulator can ouput up to 3.3W (1A at 3.3V) but some of this is used for the circuit. Check how much the board consumes without external modules in operation in your hardware setup, then substract that from 3.3W (or from 1A), leave some wattage spare in case of spikes.
#3
A64 / Re: Ethernet Interface Not Sho...
Last post by Bhupendra - November 08, 2024, 04:07:16 AM
Thankyou guys. I am using Olimex A64-OLinuXino and my ethernet was not working after first reboot. But setting "sudo olinuxino-display" to disabled did the trick and i can see eth0 after reboot now. Just made account to thankyou all.
#4
FPGA / Re: unable to configure gatema...
Last post by sukruth - November 07, 2024, 06:47:32 AM
the device was shown as DirtyJTAG(composite parent) under libusb-win32 devices in the device manager after using zadig.


I have also reuploaded dirtyJtag.uf2 binary file  but the same error persists.



faced same problem when using linux :-

/Downloads/cc-toolchain-linux/workspace/blink$ make jtag
../../bin/openFPGALoader/openFPGALoader  -b gatemate_evb_jtag blink_00.cfg
empty
unable to open ftdi device: -3 (device not found)
JTAG init failed with: unable to open ftdi device
make: *** [../config.mk:40: jtag] Error 1
#5
UEXT / MOD-IO2 12V input range
Last post by McClint - November 06, 2024, 02:02:50 PM
Whats the range of the power input for MOD-IO2. Can it be powered directly by a car battery (up to 14.4V)
Also the how much current can you draw from the 3.3V output at CON1?
#6
UEXT / Re: MOD-RFID1356MIFARE with Li...
Last post by LubOlimex - November 06, 2024, 11:57:15 AM
Sure, but I feel like just that MOD-RFID1356MIFARE serves another purpose than what you want. It would be cheaper and more efficient to get a PN532 module that exposes I2C, SPI, UART and has no additional main chip with firmware to get in your way. This way you can access it via any method you want, even via simple USB-serial/UART cable.
#7
FPGA / Re: unable to configure gatema...
Last post by LubOlimex - November 06, 2024, 11:06:02 AM
Seems like the JTAG is not recognized. Is it show in "Windows Device Manager" as shown on page 15? Follow 5.3 blindly word by word.
#8
UEXT / Re: MOD-RFID1356MIFARE with Li...
Last post by w - November 06, 2024, 10:00:52 AM
One remaining idea: provide a specific firmware image that just provides pass-through.
#9
UEXT / Re: MOD-RFID1356MIFARE with Li...
Last post by w - November 06, 2024, 09:59:07 AM
Thank you for sharing these details, and the tradeoffs involved.
#10
FPGA / unable to configure gatemateA1...
Last post by sukruth - November 06, 2024, 07:46:16 AM
I am unable to configure the GatemateA1-EVB fpga via jtag in windows system and getting the following error

C:\FPGA\cc-toolchain-win\cc-toolchain-win\workspace\blink>run.bat jtag
empty
unable to open ftdi device: -3 (device not found)
JTAG init failed with: unable to open ftdi device

after driver installation in zadig as per the toolchain installation user guide.