Activity
From 03/25/2024 to 04/23/2024
04/05/2024
- WE 07:14 PM Software Development: RE: AM62A module SODIMM pinout documentation error
- Pal,
While going over the SODIMM pinout in our datasheet I noticed a couple more errors. We are working releasing a new revision to the datasheet but in the meantime the other issues are listed below:
External connector pin 99 sign... - JC 03:13 PM Software Development: RE: AM62A module SODIMM pinout documentation error
- You are correct. Thanks for bringing this to our attention.
04/04/2024
- In the AM62A module datasheet page 17 there seems to be an error for the SODIMM pin 255. It is indicated to be connected to AM62A ball B11, but it is actually connected to C10 instead. It is important for the pinmux configuration or edit...
04/03/2024
- JC 08:52 PM Software Development: RE: Toolchain Versions Question
- We are working on the SDK 09 release right now. This is built using yocto kirkstone and uses gnu 11.3 and bumps u-boot to 2023.01 and the kernel to 6.1. The release is supposed to be imminent though unrelated problems keep redirecting r...
- What is the recommended approach to toolchain management?
For example, I see the toolchain today uses CXX compiler GNU 9.2.1.
* Is it recommended to "stay in that lane" to maintain support?
What if I want GNU 11?
* Is that a ... - NW 08:06 PM Software Development: RE: Error with certificates in the Docker container
- Thanks!
- JC 07:14 PM Software Development: RE: Error with certificates in the Docker container
- I pushed an updated Dockerfile which deletes the git executables from the SDK since the system git is newer and uses the correct ca-certs.
https://support.criticallink.com/gitweb/?p=containers.git;a=blobdiff;f=am62xx/Dockerfile;h=04b780... - JC 06:47 PM Software Development: RE: Error with certificates in the Docker container
- The issue is the certs in the SDK toolchain are old. I'm not even sure why yocto ships its own certs but it does... If I force it to use the system's git under /usr/bin then the clone works fine. I'll see if I can update the Dockerfil...
- Hello,
I am attempting to use the mitysom_ubuntu:22.04 image created via containers/am62xx/make.
We have a cmake project that wants to fetch some stuff at configure time.
The fetches are failing with...