sebanc / brunch

Boot ChromeOS on x86_64 PC - Supports Intel CPU/GPU from 8th gen or AMD Ryzen
GNU General Public License v3.0
3.72k stars 394 forks source link

Custom kernel version and custom drivers #2145

Open lageorgem opened 1 month ago

lageorgem commented 1 month ago

Hello @sebanc,

I am currently trying to install brunch on a very old and obscure netbook with touchscreen that uses a silead touchscreen sensor. After lots of tinkering, I eventually was able to extract the driver from the windows driver using gls-firmware. Now, I still need to make it usable by configuring certain parameters for it, and it seems the easiest way to do that is with the i2c_touchscreen_props kernel cmd line option available starting v6.10. To make matters worse, my device has no TPM chip and so it doesn't work with any version of brunch/chromeOS newer than 102.

Finally, my question is: Can I compile brunch using kernel 6.10, but use it against ChromeOS v102?

Thanks