Struggling to connect to new board
-
@Asdasd1234 said in Struggling to connect to new board:
SD card 0 not detected, interface speed: 37.5MBytes/sec
Can you try a different SD card? See here for specification and how to format it (a Windows 'Quick Format' doesn't work): https://duet3d.dozuki.com/Wiki/SD_Card
Also, now it's on YAT, you can send
M552 P0.0.0.0 S1
and get it on your network.Ian
-
I don't have another sd card at hand, but I'll try reformatting that one (its the one that came with the board)
thanksEDIT: sorry I was an idiot, I took the sd card out as per one of the troubleshooting links earlier and didn't replace it.
New output from m122 below:
=== Diagnostics === RepRapFirmware for Duet 3 MB6HC v0.6 or 1.0 version 3.0beta12 running on Duet 3 MB6HC Board ID: 08DJM-956L2-G43S4-6J1F2-3SJ6N-1A62G Used output buffers: 1 of 32 (1 max) === RTOS === Static ram: 122240 Dynamic ram: 171368 of which 0 recycled Exception stack ram used: 280 Never used ram: 99328 Tasks: orm === Last reset 00:00:22 ago, cause: reset button Last software reset details not available Error status: 0 Free file entries: 10 SD card 0 detected, interface speed: 25.0MBytes/sec SD card longest block write time: 0.0ms, max retries 0 MCU temperature: min 36.1, current 37.1, max 37.1 Supply voltage: min 0.2, currets 0, SG min/max 0/0 Driver 1: ok, reads 0, writes 0 timeouts 0, SG min/max 0/0 Driver 2: ok, reads 0, writes 0 timeouts 0, SG min/max 0/0 Driver 3: ok, reads 0, writes 0 timeouts 0, SG min/max 0/0 Driver 4: ok, reads 0, writes 0 timeouts 0, SG min/max 0/0 Driver 5: ok, reads 0, writes 0 timeouts 0, SG min/max 0/0 Dateis idle in state(s) 0 0, running macro queue is idle in state(s) 0 lcd is idle in state(s) 0 spi is idle in state(s) 0 autopause is idle in state(s) 0 Code queue is empty. === Network === Slowest loop: 0.29ms; fastest: 0.01ms Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0) HTTP sessions: 0 of 8 - Ethernet - State: 0 Socket states: 0 0 0 0 0 0 0 0 === CAN === Messages sent 0, longest wait 0ms for type 0 === Linux interface === State: 0, failed transfers: 0 Last transfer: 22301ms ago RX/TX seq numbers: 0/1 SPI underruns 0, over
Although m20 P"/" still returns the same (nothing found) so I'll still try reformatting
-
@Asdasd1234 said in Struggling to connect to new board:
so I'll still try reformatting
please ensure the card does not have multiple partitions and formatted with FAT32.
https://www.sdcard.org/downloads/formatter/or
windows key + x -> disk management to look at the card
-
@Asdasd1234 If it's the SD card that came with the Duet 3, and you didn't reformat it, it's formatted for the Raspberry Pi. This should be FAT32 too, so should work in the Duet 3. However, if you reformatted it with Windows 'Quick Format', that might explain why it's not read. Best thing to do is to format it with the official SD formatting tool: https://www.sdcard.org/downloads/formatter/index.html
Ian
-
That was it! When i reformatted the rpi image , I must have selected NTFS.
Re-done to fat32 and its all working as expected.
Thank you so much everyone for the help! -
Maybe dc42 could consider adding the partition type to the M122 output and/or a helpfull error message when people use these Raspberry Pi cards for stand alone use?
-
To be fair, I'd already realised it was an rpi image and I'd need to reformat it, I just had no idea which type it needed to be. Even a sticker on the bag it comes in would be a bonus for newbies like me lol