Skip to content
New issue

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

BTT Manta M8P v2 - Wrong SPI Pinout #268

Open
aardvarkglory opened this issue Jun 8, 2024 · 1 comment
Open

BTT Manta M8P v2 - Wrong SPI Pinout #268

aardvarkglory opened this issue Jun 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@aardvarkglory
Copy link

What happened

Installed RatOS 2.1 and immediately had issues with the 5160 drivers. After looking around for awhile, I noticed that the SPI pinouts in the RatOS.cfg are wrong. As of now, the SPI config is:

spi_software_mosi_pin: PC12
spi_software_miso_pin: PC11
spi_software_sclk_pin: PC10

This is wrong and they need to be changed to the following:

spi_software_mosi_pin: PG6
spi_software_miso_pin: PG7
spi_software_sclk_pin: PG8

BIGTREETECH MANTA M8P V2 0 PinOut

What did you expect to happen

Get an error when I try to move the X or Y in Mainsail.

How to reproduce

Install and try to move the X or Y in Mainsail.

Screenshot 2024-06-08 095826

Additional information

No response

@aardvarkglory aardvarkglory added the bug Something isn't working label Jun 8, 2024
@3dprintpt
Copy link
Contributor

Thank you aardvarkglory
Pushing PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants