we are giving the following line in loadmodules.sh insmod cmemk.ko phys_start=0x88000000 phys_end=0x8A000000 pools=20x4096,10x131072,2x1048576 Then i executed the following commands in the OMAPEVM [root@OMAP3EVM demo_display]# sh loadmodules.sh ioremap_nocache(0x88000000, 33554432)=0xc9000000 allocated heap buffer 0xc9000000 of size 0x1cac000 cmem initialized 3 pools between 0x88000000 and 0x8a000000 dsplinkk: no version for "struct_module" found: kernel tainted. DSPLINK Module (1.51) created on Date: Aug 1 2008 Time: 19:28:58 Upto this it is fine but after executing the app.out file it is showing the following error [root@OMAP3EVM demo_display]# ./app.out App-> Application started. [DSP] @0x00000181:[T:0x00000000] servers.video_copy.evm3530 - main> Welcome to 0 (). CEapp-> Allocating contiguous buffer for 'input data' of size 1024... CEapp-> Allocating contiguous buffer for 'encoded data' of size 1024... CEapp-> Allocating contiguous buffer for 'output data' of size 1024... Bus error [root@OMAP3EVM demo_display]# Can you please tell why we are getting BUS error? Thanks and Reagrds, M.BHARATh