April 20, 2025, 01:59:22 PM

Recent posts

#11
A64 / Re: missing olinuxino tools an...
Last post by LubOlimex - April 14, 2025, 08:37:54 AM
#12
A64 / missing olinuxino tools and sc...
Last post by a7med3365 - April 13, 2025, 11:49:57 AM
I have A64-OLinuXino-2Ge16G-IND, with A64-OLinuXino-bullseye-base-20231106-081613.img.7z @ https://images.olimex.com/release/a64/.

after booting the board from the the SD card for the first time with HDMI, mouse and keyboard. i can see and use the linux desktop and os, everything seems to work fine even the ethernet. but i cant use any of olinuxino tools that should be included with the image like (olinuxino-sd-to-emmc, olinuxino-overlay, olinuxino-display, ...etc) from the terminal, i want to move the image to boot from the onboard flash memory.

also, after rebooting or shutting down the board it does not boot up again without reformatting and flashing the image again to the SD card when powering it up again.

what am i missing, please advise.
thank you in advance.
#13
New Product Ideas / Re: ZX-Spectrum clone
Last post by talharizwaan - April 12, 2025, 02:44:52 PM
That's a cool idea, Darie! An Xberry Pi or Spectrum 128 clone would be a fun project, especially for retro computing fans. I'd love to see a modern twist with HDMI output and SD card support. Have you started building or just exploring the concept for now?








#14
STMP1 / stm32mp1 tty mapping
Last post by edmondog - April 12, 2025, 11:01:25 AM
Good morning.
I have an stm32mp1 lime board connected to a lime overlay. It works just fine and I can easily control a MOD-IO2 board, but I can't find what tty devices map the uart/usart on uext1 and uext2 connector on the overlay.
Regards.
Edo
#15
New Products release / Re: PICO2-XXL with RP2350 and ...
Last post by ardavast - April 12, 2025, 06:15:11 AM
Hello, I received a rev B, but only schematics for rev A are available.  After poking around with a multimeter I found that in this revision the SD card MISO has been moved from GPIO12 (EXT1-32) to GPIO24 (EXT1-23).  Please upload the rev B files.

I also want to ask you to upload the circuitpython that comes with the board, cause I flashed a different firmware, and only after that I found out that there is no way to download the original firmware with which the board came.
#16
NXP / Re: Connecting RPi Camera to I...
Last post by LubOlimex - April 10, 2025, 08:36:13 AM
It is probably a software issue, maybe take a look here:

https://github.com/nxp-imx-support/meta-imx8mp-isp-imx219

Maybe search for other people that have used IMX219 with IMX8MP.
#17
ST / Re: Debugging the Lora-STM32WL...
Last post by LubOlimex - April 09, 2025, 04:42:38 PM
I believe the support for STM32wlx chips was added in OpenOCD 1.11.0, so it is expected to have problems with OpenOCD 1.10.0.
#18
NXP / Connecting RPi Camera to IMX8M...
Last post by visitor8 - April 09, 2025, 04:39:36 PM
I am attempting to connect a raspberry pi camera (IMX219) to the MIPI CSI port. I have the proper cable to convert the 22 to 15 pin and I tested the power to make sure everything was routed properly. I am also running the default buildroot. When I connect the camera to either CSI port and run i2cdetect, I am not noticing any new address appear. Has anybody had a similar issue or success?
#19
ST / Re: Debugging the Lora-STM32WL...
Last post by Volker - April 09, 2025, 01:16:43 PM
I tried using the openOCD.exe which comes with STM32CubeIDE 1.10.0. This version just issues a message and does nothing:

 C:\ST\STM32CubeIDE_1.10.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.openocd.win32_2.2.100.202206011703\tools\bin\openocd.exe -f interface/cmsis-dap.cfg -c "cmsis-dap vid_pid 0x15ba 0x0044" -c "transport select swd" -c "adapter speed 2000" -f "target/stm32wlx.cfg"
Open On-Chip Debugger 0.11.0+dev-00449-g53fa0f7 (2022-06-09-09:42) [https://github.com/STMicroelectronics/OpenOCD]
Licensed under GNU GPL v2
For bug reports, read
        http://openocd.org/doc/doxygen/bugs.html
cmsis-dap <cmd>
  cmsis-dap cmd
  cmsis-dap info
#20
ST / Re: Debugging the Lora-STM32WL...
Last post by Volker - April 09, 2025, 01:10:28 PM
Two Remarks:

1. Launching the debugger fails with a probability of about 50%.

2. OpenOCD.exe which came with STM32CubeIDE 1.10.0 does not work:

C:\ST\STM32CubeIDE_1.10.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.openocd.win32_2.2.100.202206011703\tools\bin\openocd.exe -f interface/cmsis-dap.cfg -c "cmsis-dap vid_pid 0x15ba 0x0044" -c "transport select swd" -c "adapter speed 2000" -f "target/stm32wlx.cfg"
Open On-Chip Debugger 0.11.0+dev-00449-g53fa0f7 (2022-06-09-09:42) [https://github.com/STMicroelectronics/OpenOCD]
Licensed under GNU GPL v2
For bug reports, read
        http://openocd.org/doc/doxygen/bugs.html
cmsis-dap <cmd>
  cmsis-dap cmd
  cmsis-dap info