libmpsse
libmpsse copied to clipboard
Error while running C examples
Hello, I am working with SPI NAND flash : http://pro0fc108.hkpic1.websiteonline.cn/upload/PN26Q01AWSIUG.pdf
After make example-code, I successfully obtained following : bitbang ds1305.c gpio.c i2ceeprom.py spiflash.c test.bin bitbang.c ds1305.py gpio.py Makefile spiflashfast bitbang.py eeprom.bin i2ceeprom spiflashfast.c ds1305 gpio i2ceeprom.c spiflash spiflash.py
But while executing ./spiflash, I am getting error ->
./spiflash: error while loading shared libraries: libmpsse.so: cannot open shared object file: No such file or directory
Kindly suggest
Thanks and regards Asmita
Solved by doing sudo ldconfig
I have another query since the size of my SPI NAND flash is 128 MByte, is their some size limitations.
Thanks & Regards Asmita