This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Set up issues. One SD card works. Another doesn't
#2
Hi,

servodevice and nmea0device are created automatically as the code detects the motor controller (on the internal serial port) and an external NMEA device (on an USB serial adapter)

ugfxfonts contains the LCD fonts, is it also created automatically, no need to worry about it

And finally, yes you are correct about dtoverlay=disable-bt which needs to be present into /boot/config.txt (because if it isn't, the serial port is connected to the internal bluetooth chip present of the PI board, so you want to disable that).

You may also need to activate spi and i2c, which are also set into /boot/config.txt:

dtparam=i2c_arm=on
dtparam=i2s=on
dtparam=spi=on
dtoverlay=disable-bt

Good luck !
Reply


Messages In This Thread
RE: Set up issues. One SD card works. Another doesn't - by stelian - 2022-06-19, 08:45 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)