STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Attempting to build from my custom device trees generated by CubeMX and getting this error "fatal error: stm32mp15-m4-srm.dtsi: No such file or directory" at the OP-TEE build stage.

I've written a script that basically builds everything based on this wiki - wiki.st.com/stm32mpu/wiki/How_to_compile_the_device_tree_with_the_Developer_Package#Updating_the_kernel_device_treeWith the script I can successfully build from the existing ...

JKell.6 by Associate III
  • 645 Views
  • 4 replies
  • 0 kudos

STM32MP157CAA ddr3 SPL U-Boot compilation

Hi,how to compile fsbl to test ddr3 purposes. Unfortunately, I can't use the official one due to different UART4 debug pins and I2C4 PMIC. I can't find a good link with simple instructions. Maybe someone gives me a link or short instructions on how t...

MWoło.2 by Senior III
  • 404 Views
  • 2 replies
  • 0 kudos

Invalid MAC address In stm32mp157A U-boot.

Hello,We are working on stm32mp157A processor.we are using uboot-2021-10 version, while booting we are getting invalid MAC address. as in below image.we tried to set the MAC address by using following commandssetenv .flags ethaddrsetenv ethaddr 11:2...

0693W00000Y7gSqQAJ.png

Resolved! Proftpd package on OpenSTLinux repository.

Hi all ~I'm going to use proftpd to support FTP server.first, I installed proftpd package from OpenSTLinux repository. apt-get install proftpd And I tried to run proftpd with my configuration file.but I got some error like below. proftpd[5128]: fatal...

Resolved! How to add perl modules on my distribution package?

Hi all ~I'm using ProFTP and try to use ftpasswd perl script to manage AuthUserFiles. But when I run ftpasswd command on my system I get the following error Can't locate Fcntl.pm in @INC (you may need to install the Fcntl module) (@INC contains:   ...

Resolved! Some interfaecs becoming disabled while linux boot

I have custom board based on STM32MP153C.This board has 7 serial ports. I configuring these ports with STM32MP1Cube.After linux boot 4 of these serial ports become disabled Driver doesn't probe them and they are in "disabled" state in /sys/firmware/d...

axel101 by Associate III
  • 781 Views
  • 1 replies
  • 0 kudos

STM32MP1 EMMC booting issue in U-boot.

we are working on STM32MP1 in UBOOT 2018 version .we are trying to access the EMMC from UBOOT by using following commands in the below linkhttps://develop.phytec.com/phycore-imx7/linux/pd18.1.0/how-to-guides/flashing-and-booting-from-emmcEMMC is de...