September 16, 2025, 03:48:34 AM

Recent posts

#1
NXP / Re: 1-Wire and 1.8 V on GPIO o...
Last post by LubOlimex - September 15, 2025, 03:19:27 PM
I can't say about the pull ups and pull downs.

Yes, you need to free the from other software functions before declaring for the function you need.
#2
New Products release / Re: Any board that can boot Ub...
Last post by LubOlimex - September 15, 2025, 09:45:01 AM
You can get A20-OLinuXino-MICRO, it doesn't have a JTAG connector but you can use standard jumper wires to establish hardware connection:

https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-MICRO/open-source-hardware

Also check this old post:

https://www.olimex.com/forum/index.php?topic=4926.0

My advice is to find experience with any board using OLIMEX ARM-USB-OCD-H. I know there are RPi guides and other board guides.

It is very difficult to program Linux via JTAG, JTAG is usually used for general-purpose code, not OS. JTAG programming of Linux boards is most commonly used either in production environment to save time on programming, or only as last resort trying to recover something. It requires a lot of knowledge. Imagine programming your personal computer via a tool, imagine tracking registers and addresses and programming binary code.

#3
NXP / Re: Programming M core on iMX8...
Last post by jospuntnl - September 12, 2025, 05:05:53 PM
Thanks for your answer. The thread you linked is about the memory issue, which I luckily was already able to solve. I am really looking for the reason why the core itself won't start.
#4
NXP / Re: Programming M core on iMX8...
Last post by LubOlimex - September 12, 2025, 04:20:02 PM
My advice is to search and then post in the NXP forums. I see similar error massages in this thread here:

https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Plus-Loading-firmware-via-remoteproc-fails/td-p/1675105
#5
NXP / Programming M core on iMX8MP
Last post by jospuntnl - September 12, 2025, 02:44:13 PM
Hi,

I've been trying to program the M-core of the IMX8MP for a while now, and after messing around with memory adresses, I've finally got a firmware file that does not immediately get rejected. Sadly I've ran into another issue:

[  412.455146] remoteproc remoteproc0: powering up imx-dsp-rproc
[  412.462385] remoteproc remoteproc0: Booting fw image hello_world.elf, size 185848
[  412.585249] remoteproc remoteproc0: can't start rproc imx-dsp-rproc: -110
[  412.585353] remoteproc remoteproc0: Boot failed: -110

Can anyone tell me what's wrong? I'm running the official minimal Debian OS, on the official evaluation board.
#6
New Products release / Any board that can boot Ubvunt...
Last post by TomH - September 12, 2025, 05:54:15 AM
All,

I just want to get a board that can boot Ubuntu 22.04, 24.04. Fedora .. . with a JTAG connector on it.  I already have an ARM Olimex USB-OCD-USB-H board and I want to use it with this board.

Any recommendation?
I just want to learn OpenOCD. 

Thank you!
#7
New Product Ideas / Re: SAM9-L9260 board / Boot to...
Last post by LubOlimex - September 09, 2025, 10:57:07 AM
As you noticed by default SAM9-L9260 comes prepared with Linux. This Linux image and sources can be found in this this ISO - mount it and explore the contents inside:

https://ftp.olimex.com/Obsolete_images/SAM9-L9260/SAM9-L9260_Rev.D.iso

Notice that SAM9-L9260 is not a personal computer, it will not boot Ubuntu 22.04 from a flash drive.

#8
ESP32 / Re: ESP32-POE-ISO and OLED Dis...
Last post by LubOlimex - September 09, 2025, 08:02:33 AM
Yeah you can also use jumper wires at the UEXT to save from soldering. Just change the definitions, look at the schematic for the GPIOs of the ESP32 at the UEXT.

This is where I saw about 1106, one of the pictures on the product page:

#9
New Product Ideas / SAM9-L9260 board / Boot to an ...
Last post by TomH - September 08, 2025, 08:37:16 PM
Hello,
I recenty got an Olimex SAM9_L9260 board.  After connecting to a 5V/3A power supply, connecting to a null modem, Hyperterminal, I got the board to boot and was able to login.

Now my questions are:
1. The box the board came in is empty.  No quick starting quide.  How do I format / boot to an OS on my SD card?  I tried to format a 128 MB SD card using Rufus and put Ubuntu 22.04 on it.  No go.

2.  Is / Are there any jumper(s) I can set so it will boot to SD/MMC card.  I see this in the SAM9_L9260 file:
Is the SD/MMC card supported?
A: The SD/MMC card is fully supported, including detection of card insertion/removal and
write lock

3. I also saw this in the PDF file.  Where is the NANDF_E and DF_E jumpers are located?
A: Make sure that NANDF_E jumper is not connected and DF_E jumer is connected. If the
dataflash has been correctly programmed, the board should start up

4.  I got this from https://www.olimex.com/wiki/SAM9-L9260

git clone -b olimex https://github.com/OLIMEX/at91bootstrap.git

and when I tried to build it using:
 make sam9_l9260_uboot_defconfig

this does not work.

What's the latest instruction?

#10
ESP32 / Re: ESP32-POE-ISO and OLED Dis...
Last post by franck67 - September 08, 2025, 05:29:22 PM
Hi and thanks for your answer.
I didn't see where you saw the 1106 library, but in the the comments i found someone talking about the U8G2 library, so i tried it.
Apparently the pin im supposed to use are also part of the UEXT, so they are easily wirable.
I tried in that way, and it worked like a charm.
I'll keep digging in my corner, but i wont hesitate to come back here if i face some new obstacles
thanks for your help