We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Solved by doing sudo ldconfig
Sorry, something went wrong.
I have another query since the size of my SPI NAND flash is 128 MByte, is their some size limitations.
Thanks & Regards Asmita
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: