Ramzswap for linux-omap
August 7th, 2008
Since I’ve been studying compressed cache stuff for embedded linux, I’ve just compiled ramzswap modules for linux-omap (N800 device). Just follow some steps:
1. Download linux-2.6.24.tar.gz and apply linux-omap patch.
2. You will need Code Sourcery’s cross compiler tool. I’m using arm-none-eabi for ARM arch.
3. Follow these instructions, but edit ramzswap makefile and substitute kernel path for your linux-omap kernel source.
4. Compile using make CROSS_COMPILE=’arm-none-eabi-’