How to I install python packages (ex. openCV) on STLinux? Tried to install pip, which isnt working
cmd usedapt-get install python3-pip
cmd usedapt-get install python3-pip
I've just receive an info about STM32MP1 & Linux hands-on workshop. Once again, there is no location at Poland. Is there any plans to organize this kind of workshop in the nearest future in Warsaw or any other city of Poland?
Forgive my ignorance, but could anyone recommend an IDE which can interface with STM32MP157C-DK2 and allow to write, compile, upload and debug both Linux application code and M4 code on the chip? Something which does not cost around $500 per month wo...
-
Hi everyone, I designed a custom board . It use 24MHz crystal instead of oscillator with stm32mp157. Now, I follow the wiki page to modify the clk_hse with "st,bypass;" in file arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi .But the board always can not bo...
I have this problem on win10 and ArchLinux. On-board st-link can't find Cortex-A and Cortex-M core.ArchLinux dmesg log:New USB device found, idVendor=0483, idProduct=3752, bcdDevice= 1.00 New USB device strings: Mfr=1, Product=2, SerialNumber=3 Produ...
Hi Sir,I am planning to use ST Micro-controllers STM32MP157C-DK2 for one of my project. But i need to know - 1. From where i can get Android BSP and all its related documents ? 2. What Android Version do you support ? 3. From where i can download the...
What is the issue with the STM32MP157C-DK2 launch?I try to get this board for quite some time now.The supplier (farnell) has it on stock, but they say that they can't deliver because some paperwork is missing... it requires US re export license CCATS...
trying to follow the section 4 Dynamic system resource update service ( https://wiki.st.com/stm32mpu/wiki/Resource_manager_for_coprocessing#System_resource_configuration_set_service )and its example 4.3.2 Firmware update on the Cortex-M4 context (htt...
I test the prebuilt image on dk2 board. Sometimes the GUI application on MIPI LCD, and other time on HDMI. I checked the datasheet, HDMI and MIPI use same LTDC conctoller. So I am confused, Does it support same time display on HDMI and MIPI? If doesn...