Activity
From 09/19/2024 to 10/18/2024
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...