@chrishamm
Thanks for verifying that that was a legitimate error/concern.
By default, does 3.5-rc.1 have large SPI transmissions right off the get-go but 3.4.6 does not? Perhaps that's why 3.4.6 was connecting but not faulting out like 3.5-rc.1?
After further testing:
For Bullseye (Deb 11), this works:
echo "options spidev bufsiz=8192" | sudo tee /etc/modprobe.d/spidev.conf
For Bookworm (Deb 12), it does not.
Instead, I had to add:
spidev.bufsiz=8192
to the end of
/boot/cmdline.txt
After a reboot, when I:
cat /sys/module/spidev/parameters/bufsiz
I get 8192 and DWC now connects to the 6HC with 3.5-rc.1 in SBC mode.
I know we are probably an early adopter of Bookworm on the Pi w/Duet SBC so I'll report out anything else I run into. We'll be exercising our system heavily over the next few weeks.