Other Parts Discussed in Thread: SK-AM62B-P1, SK-AM62B
Hi factory Apps,
My assigned focus customer is trying to build the Armbian with GPU drivers. He is experienced in Linux development:
A first attempt to build Armbian Debian 13 Trixie fails out of the box. The ultimate goal is to build the Imagination Rogue and related drivers for these sources.
I followed the following steps from the repo README.md file, e.g.,
### Quick Start
```bash
git clone github.com/.../build
cd build
./compile.sh
```
And following is the list of failures from the log
--> (1020) ERROR: Error 2 occurred in main shell [ at /home/mseaborn/projects/TI/SK-AM62B-P1/source/armbian-build/lib/functions/logging/runners.sh:223
run_host_command_logged_raw() --> lib/functions/logging/runners.sh:223
run_host_command_logged() --> lib/functions/logging/runners.sh:205
compile_k3_optee() --> config/sources/families/include/k3_common.inc:98
pre_config_uboot_target__build_first_stage() --> config/sources/families/include/k3_common.inc:104
pre_config_uboot_target() --> <extension_magic>:299
call_extension_method() --> lib/functions/general/extensions.sh:57
compile_uboot_target() --> lib/functions/compilation/uboot.sh:85
loop_over_uboot_targets_and_do() --> lib/functions/compilation/uboot.sh:340
compile_uboot() --> lib/functions/compilation/uboot.sh:448
do_with_logging() --> lib/functions/logging/section-logging.sh:81
artifact_uboot_build_from_sources() --> lib/functions/artifacts/artifact-uboot.sh:177
artifact_build_from_sources() --> lib/functions/artifacts/artifacts-obtain.sh:34
obtain_complete_artifact() --> lib/functions/artifacts/artifacts-obtain.sh:280
build_artifact_for_image() --> lib/functions/artifacts/artifacts-obtain.sh:392
main_default_build_packages() --> lib/functions/main/build-packages.sh:102
full_build_packages_rootfs_and_image() --> lib/functions/main/default-build.sh:31
do_with_default_build() --> lib/functions/main/default-build.sh:42
cli_standard_build_run() --> lib/functions/cli/cli-build.sh:25
armbian_cli_run_command() --> lib/functions/cli/utils-cli.sh:136
cli_entrypoint() --> lib/functions/cli/entrypoint.sh:208
main() --> compile.sh:50
]
-->--> command failed with error code 2 after 7 seconds
If necessary, I'll send the complete log file.