This supports build for the NXP imx8mm-lpddr4-evk reference platform. #551
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
More work is needed:
Changelog-entry: Add support for NXP imx8mm-lpddr4-evk board
Remove extraneous patch
Default to balenaOS image flasher
We have made changes to correctly enable build of the flasher image which has been tested to run up and flash the onboard EVK eMMC part correctly. This then boots and runs up to the BalenaOS prompt
TODO:
Changelog-entry: Default imx8mm-lpddr4-evk board to image-flasher
Use correct Yocto MACHINE name imx8mm-lpddr4-evk
I was overriding this to append -nxp to enable use of IMX_DEFAULT_BSP="nxp" but am now adding this in layer.conf instead so we can use the original machine name
iwlwifi: Add support for Intel iwlwifi devices
We're using an M.2 WiFi module AX210NGW which this change supports
linux-fslc-imx: Changes for peer review
linux-fslc-imx: Add kernel configuration fragment
For missing modules. Here we add a misssing netfilter pktfilter module which is present on e.g. RaspberryPi BalenaOS
balena-image-initramfs: Don't remove module-recovery for NXP EVK
From review, "This was removed from the other device type because of space constraints. You should not be impacted by that since you enlarged the rootfs so you should be able to have this module included in the initramfs"