Skip to content

Commit 3bb3885

Browse files
kpeng3ho28
authored andcommitted
Update nxp-s32g doc for VxWorks 26.03
In VxWorks 26.03, the configuration `_WRS_CONFIG_SERVICE_VIRTIO` has to be set to `y`. Otherwise, attempting to add `INCLUDE_NET_VIRTIO`, `DRV_FDT_VIRTIO`, and `INCLUDE_VIRTIO_LIB` results in the following error. ``` $ vxprj component add INCLUDE_NET_VIRTIO DRV_FDT_VIRTIO \ INCLUDE_VIRTIO_LIB component(s) INCLUDE_VIRTIO_LIB INCLUDE_NET_VIRTIO do not exist The following components were not added, the VSB does not support them: DRV_FDT_VIRTIO ```
1 parent 98a3765 commit 3bb3885

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/wind/vxworks_nxp-s32g.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=========================================
2-
VxWorks 24.03 on nxp-s32g machine
2+
VxWorks 26.03 on nxp-s32g machine
33
=========================================
44

55
This document contains steps to build a basic VxWorks project for the QEMU nxp-s32g machine.
@@ -28,6 +28,12 @@ support for this, add the following config to your VSB:
2828
2929
$ vxprj vsb add CAN
3030
31+
Enable `_WRS_CONFIG_SERVICE_VIRTIO` so the components `INCLUDE_NET_VIRTIO`, `DRV_FDT_VIRTIO`, and `INCLUDE_VIRTIO_LIB` can be added to the VIP:
32+
33+
.. code::
34+
35+
$ vxprj vsb config -s -add _WRS_CONFIG_SERVICE_VIRTIO=y
36+
3137
Build the VxWorks Source Build project
3238

3339
.. code::

0 commit comments

Comments
 (0)