In Raspberry Pi, what's the difference between linux-generic & linux-generic-64k

I’m just wondering what difference do I expect using this one instead of the standard linux-generic?

I have mqtt and zigbee2mqtt running in this Raspberry Pi and my other Pi is an AirPlay receiver.

linux-generic-64k uses 64k page size. That won’t fly on Pi. linux-generic is not for Pi either, might work but likely not (very good). Only linux-raspi is supported on Pis. It comes with hundreds of Pi specific patches and additional drivers and what not.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.