iwanicki92

Results 4 comments of iwanicki92

Had the same problem, no crashes with `jei-1.18.2-9.7.1.255`. My Java knowledge is quite limited but from what I can see it might be because in working version `RecipeLogicStateListener.class` is stored...

@marmarek about point 3, board config is being migrated to and `PLATFORM_SIGN_KEY` is defined there: - [micro-star_international_co.%2C_ltd..json#L15](https://github.com/Dasharo/dts-configs/blob/bfc379a728d2d1b9c891441327cb18b1ccceecbf/configs/micro-star_international_co.%2C_ltd..json#L15) - [micro-star_international_co.%2C_ltd..json#L51](https://github.com/Dasharo/dts-configs/blob/bfc379a728d2d1b9c891441327cb18b1ccceecbf/configs/micro-star_international_co.%2C_ltd..json#L51)

Even after updating kernel it might not work. You might need [spd5118](https://www.kernel.org/doc/html/v6.12/hwmon/spd5118.html#spd-serial-presence-detect-support) driver to read DDR5 SPD NVRAM which is included in upstream kernel since v6.11, so Yocto layer would...

> This does not mean we couldn't use a kernel upgrade anyway in DTS It'll be needed if you still want to use `decode-dimms` as it'll need spd5118 driver. I...