Hello,
Until now I used some Colibri iMX6ULL 512MB WB IT V1.0A with an Image that I built a long time ago (around 2018, Angström) with a number of cryptic commands from a toradex documentation. That time I was able to enable the SPI bus by changing the status in the imx6ull-colibri-eval-v3.dtsi. This Image is not working correctly with a Colibri iMX6ULL 512MB WB IT V1.1A, the Wifi module is not usable.
The Wifi is essentail for my application as well as the SPI bus.
I tried my best with the current documentation:
There were a number of “challenges” during the process. I am using a virtual machine with a Unbuntu 22.04 and had to resize it for the image building process (got some errors, deleted some files, resized, restarted process…). My current status for the
“bitbake tdx-reference-minimal-image” command is this output:
Sstate summary: Wanted 2338 Local 0 Mirrors 0 Missed 2338 Current 1341 (0% match, 36% complete)### | ETA: 0:00:00
Initialising tasks: 100% |#################################################################################| Time: 0:00:05
NOTE: Executing Tasks
ERROR: rust-llvm-native-1.75.0-r0 do_compile: ExecutionError('/home/erik/build/tmp/work/x86_64-linux/rust-llvm-native/1.75.0/temp/run.do_compile.7240', 127, None, None)
ERROR: Logfile of failure stored in: /home/erik/build/tmp/work/x86_64-linux/rust-llvm-native/1.75.0/temp/log.do_compile.7240
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: VERBOSE=1 cmake --build /home/erik/build/tmp/work/x86_64-linux/rust-llvm-native/1.75.0/build --target all --
| /home/erik/build/tmp/work/x86_64-linux/rust-llvm-native/1.75.0/temp/run.do_compile.7240: 1: eval: cmake: not found
| WARNING: exit code 127 from a shell command.
ERROR: Task (virtual:native:/home/erik/build/../layers/openembedded-core/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2375 tasks of which 2373 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
Summary: 1 task failed:
virtual:native:/home/erik/build/../layers/openembedded-core/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_compile
Summary: There was 1 ERROR message, returning a non-zero exit code.
- How to fix this?
- Where is the .dtsi file to find to enable the SPI bus?
- Which files do I need to copy to a USB stick to install it on the module with the ToradexEasyInstaller?
- Where can I find these files?
I would not like to be a Yocto expert, my intention is to develop/improve my C application for the module.
Hopefully the old fashioned way with eclipse is still working with the new image and Colibri V1.1A (for the old one it works, Colibri V1.0A). I need some advice, please help.
Best Regards
Erik