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
meta-rauc-nxp: added support for the FRDM i.MX 93 development board
Since the board layout is very similar to one of the products, the layer included,
the changes here are very minimalistics:
- Updated the README file
- Added a recipe for building out of meta-imx which does no build off linux-yocto
Signed-off-by: Ron Munitz <ron@thepscg.com>
Copy file name to clipboardExpand all lines: meta-rauc-nxp/README.rst
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Actual requirements may differ from project to project and will
39
39
probably need a much different RAUC/bootloader/system configuration.
40
40
41
41
42
-
Currently this layer supports only cubox-i/HummingBoard boards.
42
+
Currently this layer supports cubox-i/HummingBoard boards, and the FRDM-IMX93 development board.
43
43
44
44
45
45
I. Adding the meta-rauc-nxp layer to your build
@@ -51,7 +51,7 @@ Run 'bitbake-layers add-layer meta-rauc-nxp'
51
51
II. Build NXP Demo System
52
52
===============================================
53
53
54
-
For Olimex iMX8MP-SOM-4GB-IND and iMX8MP-SOM-EVB-IND set in local.conf:
54
+
For Olimex iMX8MP-SOM-4GB-IND and iMX8MP-SOM-EVB-IND set in local.conf::
55
55
56
56
MACHINE = "olimex-imx8mp-evb"
57
57
INIT_MANAGER = "systemd"
@@ -61,6 +61,9 @@ For Olimex iMX8MP-SOM-4GB-IND and iMX8MP-SOM-EVB-IND set in local.conf:
61
61
IMAGE_FSTYPES:append = " ext4"
62
62
IMAGE_BOOT_FILES:append = " boot.scr"
63
63
64
+
For FRDM-IMX93 you would can use the exact same parameters as above (i.e., use the dual-imx-boot-bootpart.wks.in kickstart file), and use the following ``MACHINE``::
65
+
MACHINE = "imx93frdm"
66
+
64
67
For cubox-i/HummingBoard follow the steps below:
65
68
66
69
::
@@ -157,3 +160,4 @@ A convenient way to host HTTP server is::
157
160
158
161
After the update is complete reboot the board to boot from the updated rootfs.
159
162
163
+
The steps for the iMX93 boards are identical, other than the file names. For example, should you build ``core-image-base`` (which is the default bundled image in all of the aforementioned products in this README fie), your will want to install ``update-bundle-imx93frdm.raucb`` and flash the corresponding ``.wic.zstd`` image name respectfully.
0 commit comments