Hi there, I am building custom board with openstlinux distribution package with following configBuild Configuration:BB_VERSION = "2.0.0"BUILD_SYS = "x86_64-linux"NATIVELSBSTRING = "universal"TARGET_SYS = "arm-ostl-linu...
Hello,Using a custom board loosely based on STM32mp157F-DK2we are using boot0 and boot2 pins.According to documentation,boot mode configuration is as follows;Boot Mode BOOT2 BOOT0Recov/DFU 0 0Nor 0 1Reser...
Hello We've designed a custom board based on 157F-DK2 with device tree generated from the custom CubeMX project (included in case somebody like to review it.)After flashing it in DFU mode with the image created from openstlinux sdk, TF-A bails out of...
Ok just to be sure I'm going to break down the OTP for SDMMC2_CK given by the definitionpins2 {
pinmux = <STM32_PINMUX('E', 3, AF9)>; /* SDMMC2_CK */
bias-pull-up;
drive-push-pull;
slew-rate = <2>;
};5391 assuming LSB is rightmost bit15-12 (4 bit...
Thanks. We noticed We had one of the I2C pins wired differently than DK2 , We defined an alternative function from cubemx for the correct pin and the problem was solved. I'd forgotten this post since we already resolved it.
Hi there,Ok BootRom falling back to USB boot mode has opened a can of worms for me.Althoughit should be obvious since I've read that wiki page countless times.Somehow I'd alwaysthought DFU is something different from Serial boot. I've checked with DK...