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
Hello,
We are testing other Vendor CXL samples along with HYNIX . We have observed that HMSDK kernel can only detect HYNIX devices.
Does it mean HMSDK can only work with SKhynix's CXL devices or are we missing something?
Thank you!!
The text was updated successfully, but these errors were encountered:
If other vendor's CXL device requires their vendor specific changes in the Linux kernel, then both HMSDK and upstream kernels do not have a way to support it.
In addition, the HMSDK kernel(linux kernel v6.1) requires a bit of grub config changes to detect SK hynix's CXL device so please add the line below in /etc/default/grub.
GRUB_CMDLINE_LINUX="efi=nosoftreserve"
The "efi=nosoftreserve" in the grub config is not needed since upstream Linux kernel v6.3.
The current HMSDK kernel is based on v6.1, but we plan to upgrade it to v6.3 or higher in the near future.
Hello,
We are testing other Vendor CXL samples along with HYNIX . We have observed that HMSDK kernel can only detect HYNIX devices.
Does it mean HMSDK can only work with SKhynix's CXL devices or are we missing something?
Thank you!!
The text was updated successfully, but these errors were encountered: