Activity
From 10/05/2024 to 11/03/2024
10/25/2024
- JC 03:56 PM Software Development: RE: eMMC not enabling on Docker based image buiding
- Does the following guide make sense? https://support.criticallink.com/redmine/projects/mitysom_am62x/wiki/Customizing_the_yocto_build#Add-your-custom-kernel-device-tree-to-the-kernel-recipe
- SS 07:26 AM Software Development: RE: eMMC not enabling on Docker based image buiding
- Hi,
> Do you need help getting your changes from the native Linux build into the yocto build?
-- Yes, need help for the same.
I didnt get the below modifications described in the previous reply. Do i need to modify kernel like this?
10/24/2024
- JC 08:50 PM Software Development: RE: Hello World on DSP
- Hi Arun,
How are you loading the processor with the ARM RTOS and DSP RTOS? What boot media are you using, you said you aren't using sdcard? In my experience, we would boot into u-boot and then use u-boot to load the FPGA, DSP and AR... - AK 06:56 AM Software Development: RE: Hello World on DSP
- > The pinmux should be set up by u-boot, there should be no need to touch the pinmux in the DSP. There is a wiki page, on how to configure the pinmux in u-boot. https://support.criticallink.com/redmine/projects/mitysom_am57x/wiki/U-Boot_...
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 = "...