View Single Post
nowave7's Avatar
Posts: 245 | Thanked: 62 times | Joined on Jan 2009 @ Bad Homburg, Deutschland
#465
This is the exact procedure I did after flashing the kernel, along with dmesg output, though nothing interesting there, other than registering a character device:

Code:
Nokia-N810-43-7:/home/user/binary_omap2420_linux_release# insmod mbxaccess.ko
Nokia-N810-43-7:/home/user/binary_omap2420_linux_release# insmod omaplcd.ko
Nokia-N810-43-7:/home/user/binary_omap2420_linux_release# grep ""mbx"$" /proc/devices | cut -b1,2,3
251
Nokia-N810-43-7:/home/user/binary_omap2420_linux_release# mknod /dev/mbx c 251 0
Nokia-N810-43-7:/home/user/binary_omap2420_linux_release# ./mbxdaemon
./mbxdaemon: error while loading shared libraries: libmbxservicesdaemon_1.1.35.630.so: cannot open shared object file: No such file or directory
Nokia-N810-43-7:/home/user/binary_omap2420_linux_release# export LD_LIBRARY_PATH=/home/user/binary_omap2420_linux_release
Nokia-N810-43-7:/home/user/binary_omap2420_linux_release# ./mbxdaemon
daemon creating semaphore
Semaphore 12345678 initialized.
daemon succeeded creating semaphore
Nokia-N810-43-7:/home/user/binary_omap2420_linux_release# dmesg |tail
[   72.132812] menelaus 1-0072: Setting voltage 'VMMC' to 3000 mV (reg 0x0a, val 0xb8)
[   88.226562] cx3110x: PSM dynamic with 100 ms CAM timeout.
[   98.125000] menelaus 1-0072: Setting voltage 'VMMC' to 3000 mV (reg 0x0a, val 0xb8)
[  106.132812] JFFS2 warning: (1373) jffs2_sum_write_sumnode: Not enough space for summary, padsize = -122
[  106.781250] JFFS2 warning: (1373) jffs2_sum_write_sumnode: Not enough space for summary, padsize = -174
[  107.101562] JFFS2 warning: (1373) jffs2_sum_write_sumnode: Not enough space for summary, padsize = -408
[  107.390625] JFFS2 warning: (1373) jffs2_sum_write_sumnode: Not enough space for summary, padsize = -192
[  121.562500] menelaus 1-0072: Setting voltage 'VMMC' to 3000 mV (reg 0x0a, val 0xb8)
[  133.257812] menelaus 1-0072: Setting voltage 'VMMC' to 3000 mV (reg 0x0a, val 0xb8)
[  157.531250] OMAPLCD_Init: major device 250
__________________
Save the whales, feed the hungry, free the mallocs!