Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No arm32 debian configuration #4

Open
borsight opened this issue Aug 22, 2024 · 1 comment
Open

No arm32 debian configuration #4

borsight opened this issue Aug 22, 2024 · 1 comment

Comments

@borsight
Copy link

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

@leixing1126
Copy link

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants