Activity
From 05/16/2024 to 06/14/2024
06/14/2024
- I see on e2e.ti.com that some posts imply there might be a way to restore use of saveenv and the binary boot.env file.
The posts do not state how to restore it though. :(
If it is possible to restore that functionality, it will ...
06/13/2024
- NW 11:41 AM Software Development: RE: Managing the u-boot environemt, uEnv.txt and fw_setenv
- We are testing simply placing a hook in to bootcmd via the uboot menuconfig, between load environment and booting.
Then we will just have that hook defined in our uEnv for now. It will do the work of partition selection.
Thanks!
06/12/2024
- JC 10:19 PM Software Development: RE: Managing the u-boot environemt, uEnv.txt and fw_setenv
- > Turns out I don't think is what I am looking for. That is for delivering a uEnv file via a swu file, and optionally not overwriting some environment settings.
Ah sorry didn't notice that.
This page describes an interface and how to... - NW 07:38 PM Software Development: RE: Managing the u-boot environemt, uEnv.txt and fw_setenv
- Turns out I don't think is what I am looking for. That is for delivering a uEnv file via a swu file, and optionally not overwriting some environment settings.
To manage partition swapping from an update, swupdate wants to have a shar... - NW 05:40 PM Software Development: RE: Managing the u-boot environemt, uEnv.txt and fw_setenv
- Excellent! Thanks.
- JB 05:38 PM Software Development: RE: Managing the u-boot environemt, uEnv.txt and fw_setenv
- Hi Nathan,
TI has removed this functionality in the new 9 sdk, see "here":https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/09_02_00/exports/docs/linux/Foundational_Components/U-Boot/UG-General-Info.html#u-boot-environment. Th...
06/11/2024
- Hello,
It appears that support for u-boot environment has been limited to uEnv.txt. We are trying to use swupdate project which wants to use the u-boot/userspace fw_setenv/fw_printenv utilities to swap which rootfs get used. What is... - NW 08:51 PM Software Development: RE: suggestion: add parted and mtools to docker-pocky
- Thanks! Specifying -n to identify where the tools are does work.
- JB 07:19 PM Software Development: RE: suggestion: add parted and mtools to docker-pocky
- Hi Nathan,
The Docker-poky script uses the Crops poky docker image (https://hub.docker.com/r/crops/poky), so we don't have control over what's installed on the image.
However, Yocto does build those tools as part of the build proc... - You need them if you want to use the wic tool to inspect wic files that have fat partitions.
I attach to a running container as root and install them myself right now. It wouldn't hurt to have them in the image to begin with.
06/07/2024
- PS 08:55 AM Software Development: RE: AM62A module SODIMM pinout documentation error
- William,
I see that you have released an update to the datasheet. Unfortunately it is contradicting now. The 3rd column is changed in the respective table, but the pinmux alternatives and the BGA ball numbers are unchanged (columns 5-...
05/23/2024
- JC 02:12 PM Software Development: RE: Error Building File System
- Great, glad you figured it out
- NW 02:07 PM Software Development: RE: Error Building File System
- Thanks Jon! NetworkManager service had actually crashed. :(
- JC 01:51 PM Software Development: RE: Error Building File System
- Hi Nathan, This line mentions it cannot reach our website:
- Hello,
I am attempting to build the file system and running in to an error.
I am here...