You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For i.MX platforms, only supported imx8m plus and imx93evk in this release. More i.MX platform will be supported in next version.
More info, please check this link: nxp.com/nxpdebian
vishwamartur
added a commit
to vishwamartur/flexbuild
that referenced
this issue
Nov 2, 2024
Related to NXP#4
Add a new configuration file `debian_server_arm32.yaml` for arm32 builds.
* Create `configs/debian/debian_server_arm32.yaml` with appropriate configurations for arm32 builds.
* Copy content from `debian_server_arm64.yaml` and update the architecture to `arm32`.
* Include necessary packages and setup hooks for arm32 builds.
* Add essential and customize hooks for setting up the Debian server root filesystem for arm32.
when I run:
bld boot -a arm32
or
bld bsp -m imx6qpsabresd
I get the error:
Building cryptodev_linux ...
DISTRO TYPE: debian
DISTRO VARIANT: server
generating /data/flexbuild/build_lsdk2406/rfs/rootfs_lsdk2406_debian_server_arm32 ...
2024-08-21 15:14:09,402 bdebstrap ERROR: Failed to open configuration '/data/flexbuild/configs/debian/debian_server_arm32.yaml': No such file or directory
make[1]: *** [cryptodev_linux.mk:7: cryptodev_linux] Error 1
make: *** [Makefile:17: linux-modules] Error 2
The text was updated successfully, but these errors were encountered: