cringeops / bes2600

GNU General Public License v2.0
8 stars 3 forks source link

Readme: add compile instructions on pinetab itself #15

Closed arjanvlek closed 7 months ago

arjanvlek commented 7 months ago

Compiling on the pinetab can be done quite quickly if having the kernel headers installed.

This avoids the overhead of building the entire kernel, transferring the .ko file to the tablet. This way, using --force-vermagic is also not needed, since the kernel version matches.

cringeops commented 7 months ago

That might be helpful, thanks!