August 17, 2026, 02:00:03 PM

Recent posts

#1
FPGA / Re: GateMateA1-EVB-2M - use fl...
Last post by LubOlimex - Today at 11:21:18 AM
Pretty much, yes.
#2
A20 / Re: difference between A20-OLi...
Last post by LubOlimex - Today at 11:18:58 AM
The board will boot without problems without SPI flash! In the case of A20-OLinuXino-LIME2-s16M and A20-OLinuXino-LIME2 - leaving the SPI empty won't cause issues.

The SPI flash is mainly needed when you have eMMC, to facilitate the boot process from eMMC (because the A20 bootloader doesn't support newer eMMCs). Hence we have no eMMC variants without SPI flash. But in the case of A20-OLinuXino-LIME2-s16M there is no eMMC so it is fine!
#3
A20 / Re: LIME2-4GB dead or not?
Last post by philderv - Today at 10:45:46 AM
Here is the result,

I used Gnome Disk to write the Olimex Image:
nothing happen - No HDMI Signal

So, I did a an advanced format (is it equal to LLF??) with Gnome Disk.
I'm testing right now the 32 Go SDCard with f3 tool.
It'll take a while I guess.

PS: another thing, I noticed: there was 2 partitions on my SDCard when I used https://sd-card-images.johang.se/boards/olinuxino_lime2.html, one named 'rootfs' and another one I didn't remember the name, but seems to be an EFI partition.
The LIME2 is EFI compatible/capable?

PS: when I flash the Olimex Image with Gnome Disk, there is only one partition.

So, is there a problem/issue here?
#4
A20 / Re: LIME2-4GB dead or not?
Last post by LubOlimex - Today at 10:19:54 AM
Maybe also test with another SD card or maybe validate the one you have with something like f3(fight flash fraud) or H2testW. SD card die often.

By the way also use Balena Etcher or USBImager to prepare the card, since I've had experiences in the past where something wrote some strange bits at the start of a card and preparing it manually without low-level formatting led to failure to boot.
#5
ESP32 / Re: Using High Power Output fo...
Last post by LubOlimex - Today at 10:13:43 AM
Use VPP pin at the EXT1 header for 12/24V output from the board - by default when jumper 24V_E1 is open at the VPP pin there is 12V output. If you close 24V_E1 there would be 24V DC.

Notice that the maximums are:

Total output for external circuits – 25W max, max power distributed as follows:

- 0.75A at 24V or 1.5A at 12V (selectable by jumper);
- 1.5A at 5V;
- 1A at 3.3V.

For further reading refer to the manual:

https://github.com/OLIMEX/ESP32-POE2/blob/main/DOCUMENTS/ESP32-POE2-user-manual.pdf
#6
A20 / Re: LIME2-4GB dead or not?
Last post by philderv - Today at 10:04:43 AM
Hello LubOlimex,

Thanks for your answer!

I don't add a new post because my post wasn't validated at this time, but here is what I tried too:

- flash this image https://sd-card-images.johang.se/boards/olinuxino_lime2.html on a 32 Go SD Card,
- try to boot it on the Lime 2 (ETH card and USB Keyboard plugged in, HDMI to my screen)
- same thing: no signal with only power LED Red fix,
- try this:
1 - push power button: ETH Led light on one time briefly;
2 - push Reset button: ETH Led light on one time briefly when I released button;
3 - push Recovery button: nothing.

Today, I will reflash the 32 SD Card with this image:
https://images.olimex.com/release/a20/ # Debian Bookworm Base
and see what happen.

But I have a few little hope on this matter!

Tchuss! later for news!
#7
A64 / Re: Overheating on mainline Li...
Last post by LubOlimex - Today at 09:19:36 AM
Any would do, just get the cheapest even without a pad the heatsink would reduce the temperature significantly. But I'd also test with other governor setting, like performance instead of schedutil:

echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

and check what is the current CPU clock with:

cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq

Maybe the CPU speed is too high.
#8
A20 / Re: LIME2-4GB dead or not?
Last post by LubOlimex - Today at 08:40:57 AM
Try with freshly written SD card if you haven't already. I think that maybe the file system on the SD card got corrupted. Maybe just for the test (just to see if it boots) try with the latest image, refer to this document: https://raw.githubusercontent.com/OLIMEX/OLINUXINO/master/DOCUMENTS/OLIMAGE/Olimage-guide.pdf
#9
A20 / Re: difference between A20-OLi...
Last post by sasha2002 - Today at 07:50:51 AM
Quoteyou can install a bootloader on the 16MB SPI flash memory
Yes
If you leave it empty it will not boot, in my case it's like this.
You can disable it and tell Lime2 to boot from user area
mmc bootpart enable 7 0 /dev/mmcblk1
#10
FPGA / GateMateA1-EVB-2M - use flash ...
Last post by mattis.lundberg@aimpoint. - August 13, 2026, 12:38:28 PM
Is there a better way to utilize the flash memory than:
1. Disconnect the card.
2. Setting CFG_SET1 to ON-ON-OFF-OFF.
3. Connect the card.
4. Write to flash using openFPGALoader --board olimex_gatemateevb --write-flash blinky.bit
5. Disconnect the card.
6. Setting CFG_SET1 to OFF-OFF-OFF-OFF.
7. Connect the card and observe the stored configuration run.