Activity
From 09/24/2024 to 10/23/2024
10/22/2024
- JC 01:57 PM Software Development: RE: eMMC not enabling on Docker based image buiding
- It looks like the mmc2 config is different on your yocto build. It's missing the pinmux pinctrl entry, the max-frequency is different, etc. Do you need help getting your changes from the native Linux build into the yocto build?
We w... - SS 12:29 PM Software Development: RE: eMMC not enabling on Docker based image buiding
- Hi,
Your native kernel build is "-dirty" meaning it has changes that weren't committed. Are those changes relevant?
Yes, i have modified kernel for our application.
dtb files in the boot folder of native build and docker build a...
10/21/2024
- JC 06:52 PM Software Development: RE: eMMC not enabling on Docker based image buiding
- Note your "non working" boot log seems to be truncating several lines, not sure how you captured it but that's pretty odd.
- SS 05:42 AM Software Development: RE: eMMC not enabling on Docker based image buiding
- Hi,
_Which kernel are you using?_ - 4.19.94-yocto-standard
_Can you please share whole boot logs for working and non-working cases._ - I am attaching the log files here
_
Also the pinmux you sent me doesn't make sense_ - Sorry, i...
10/18/2024
- JC 03:59 PM Software Development: RE: eMMC not enabling on Docker based image buiding
- Which kernel are you using? Can you please share whole boot logs for working and non-working cases.
Note: It doesn't make much sense that a docker build vs a native build would behave that differently. The emmc is all setup in the ... - Hi,
I tried to build am572x image using docker build environment with eMMC enabled. But my image not detecting eMMC.
I have modified the kernel file am57xx-mitysom-baseboard.dtsi as
&mmc2 {
status = "okay";
pinctrl-names = "...
09/25/2024
- AK 04:35 AM Software Development: RE: Hello World on DSP
- Hello Jonathan,
Thank you for the reply.
> I was under the impression that I need to make the device tree entry also.
> ...
The path for uart example app - sdk_rtos/pdk_am57xx_1_0_17/packages/MyExampleProjects/UART_BasicExample_idkAM5...