Closed SalahuddinAsh closed 4 years ago
The tutorial is old and doesn't work work with the Kernel/Debian version that you're using. There's some information related to the topic here. Use the config-pin
utility rather than overlays and the slots file to configure SPI.
@fivdi Many thanks for your quick reply. I'll check the link and come back with the results.
@fivdi
I tried configuring the two spi. I could configure SPI0
but when I tried to configure P9.28
, P9.29
, P9.31
, the output was:
P9_XX pinmux file not found!
sudo: no askpass program specified, try setting SUDO_ASKPASS
cannot write pinmux file: /sys/devices/platform/ocp/ocp*P9_XX_pinmux/state
Someone here suggested to add the following lines in uEnv.txt
but it didn't work for me.
cape_enable=bone_capemgr.enable_partno=cape-universala
cmdline=coherent_pool=1M quiet cape_universal=enable
How can I solve this problem?
I have another question: how can I set spi_cs
for example to be input and not output (i.e., to act as a slave)? When I tried using in
option, the pin was set as a gpio!
How can I do this using config-pin
?
Thanks
I found the answer for the first problem here. Still the second one.
Sorry, I've never used a BeagleBone as an SPI slave and can't provide any information here.
I don't know enough about the syntax in uEnv.txt to be sure, but my gut tells me that you made a typo here:
cape_enable=bone_capemgr.enable_partno=cape-universala
cmdline=coherent_pool=1M quiet cape_universal=enable
In the cmdline you reference cape_universal
, but in cape_enable you call it cape-universala
. (An extra a last.)
@fivdi I tried configuring the two spi. I could configure
SPI0
but when I tried to configureP9.28
,P9.29
,P9.31
, the output was:P9_XX pinmux file not found! sudo: no askpass program specified, try setting SUDO_ASKPASS cannot write pinmux file: /sys/devices/platform/ocp/ocp*P9_XX_pinmux/state
Someone here suggested to add the following lines in
uEnv.txt
but it didn't work for me.cape_enable=bone_capemgr.enable_partno=cape-universala cmdline=coherent_pool=1M quiet cape_universal=enable
How can I solve this problem?
I have another question: how can I set
spi_cs
for example to be input and not output (i.e., to act as a slave)? When I tried usingin
option, the pin was set as a gpio! How can I do this usingconfig-pin
?Thanks
Hello, I am also using the same debian release i.e. debian 4.14.71-ti-r80. I am facing the same problem as you are, can you please elaborate how did you enabled the spi0. As whenever i am writing to my uEnv.txt file the entire system gets corrupted and i have to burn the image again. Also i have a spi test code in c it gets compiled using gcc but whenever i run it using ./spidev_test -D /dev/spidev1.0 this command i get output as: can't open device: No such file or directory Aborted. could you please help me.
Thanks.
Is this still a problem with our current Debian images? https://github.com/beagleboard/Latest-Images
You may also be interested in the Debian images and kernel builds that we are currently testing for the next release: https://elinux.org/Beagleboard:Latest-images-testing
I'm following this tutorial to enable SPI on BBB.
When I followed it on Debian 7.5, it worked fine.
But when I followed it on Debian 9.3, it didn't work. The output of
uname -a
is:Linux beaglebone 4.9.82-ti-r102 #1 SMP PREEMPT Thu Feb 22 01:16:12 UTC 2018 armv7l GNU/Linux
After
echo BB-SPI1-01 > $SLOTS
, a new entry was added to $SLOTS but no new devices appeared in/dev/
.When I run
dmesg
, I found those errors:Any idea how to fix it?