STM32MP1 and BroadReach Ethernet with SJA1105Q
Hi everyone,Can I use SJA1105Q is automotive ethernet swifch IC with mp1? Also, while debugging via SSH can I use it?
Hi everyone,Can I use SJA1105Q is automotive ethernet swifch IC with mp1? Also, while debugging via SSH can I use it?
Here the output of some commands issued on our target at u-boot stage:> STM32MP> mmc list > STM32 SDMMC2: 0 (SD) > STM32 SDMMC2: 1 > > STM32MP> ls mmc 0:4 > <DIR> 1024 . > <DIR> 1024 .. > <DIR> 12288 lost+found > 8192 u...
Hello!I try to understand how to exclude some memory from ddr for Linux, but M4 must have to access to that memory, because M4 needs to store about 40 Mb, but not RETRAM or SYSRAM doesn't allow it. So, I try to store this in ddr, but I don't want tha...
Is it possible to Load/Start the Cortex-M4 from TF-A or uboot ?For our use case we want RTOS in Cortex-M4 running as soon as possible.Well before linux finishes booting.
Hi,I want to use modbus TCP with the libmodbus library (https://libmodbus.org/) on the STM32MP157C-DK2. However I struggle to install/use the library. Any experiences or suggestions on installing/use external libraries with the SDK?For cross-compilat...
I would like to use the I2C_EXT channel on the EV1. The only devices in STLinux are /dev/i2c-1, /dev/i2c-2We are evaluating for purpose of supplanting development on R.Pi with something more industrial, like MP1.2 things I want to accomplish:1: have ...
Hi!I installed st-example-image-x11 on the board STM32MP157x-DK2.I can not log in :(In the comments, I read that I need to fix the rootfs / etc / lxdm / lxdm.conf file.Here is the file with my corrections[base]## uncomment and set autologin username ...
Hi guys.i can quickly and easily access SYSRAM in engineering mode.i read in RM0436 Reference manual:backhand_index_pointing_down: SYSRAM is implicitly allocated to the MPU. So there is no enable bit for the MPU to allocate this memory. But when the...
I want to use a Winbond W25M02Gxx 256MByte (2x1Gbit) on MP157 QSPI1 port. It seems that the boot mode supports the use of Serial NAND Flash.Anyone tried this?
Hi everyone,Can I assign, for example, UART to Cortex M4 runtime context, and generate appropriate device tree files for STM32MP1, and then after boot, reassign UART to Cortex A7 runtime context somehow? Best regards, Nenad