#FLY-GEMINI V3 reserved pin and refusing system packages

70 messages · Page 1 of 1 (latest)

rain orbit
#

So I got a v0.2 kit from siboor and it came with this board, at first it gave me a bunch of problems but I re-flashed it following the docs by mellow and everything works correctly.
However I still have a couple of problems:

1. No matter what I can't update system packages EDIT: had to comment out bullseye-backports cause I have bad timing...
2. I have a ton of pins on the board I wanna use (RGB, Filament sensor etc..) but a lot of them are 'reserved'.

Would love your input as to what I should do and how to tackle it.

tawdry niche
#

What are you trying to use pa12 for?

#

I don't see it on the pinout

rain orbit
#

rn just for testing, but eventually some rgbs or a filament sensor

tawdry niche
#

But where is it.

#

I might be blind

rain orbit
#

ohh I'm sorry my bad

tawdry niche
#

But I don't see it listed anywhere on that pinout

rain orbit
#

at the bottom above the 'screen' connector

#

where it says 'can'

tawdry niche
#

Oh, in the can interface

#

Ya, that's not gonna happen

rain orbit
#

Got ya, any other pins I can use besides those on the bl-touch interface?

tawdry niche
#

But also...what is happening here

#

I pulled up a pinout from their githib

#

...proports to be the same board

#

But...totally different pins down there

tawdry niche
#

Right?

rain orbit
#

This is crazy

#

This board is driving me nuts

tawdry niche
#

But either way, the can header is gonna have can interface hardware on it, it's not just gonna be a raw port for you to use

rain orbit
tawdry niche
#

For just miscellaneous i/o, the "aux" headers are going to be likely your best bet

#

(Exp1/2)

#

Maybe that "sceeen" port? I'd have to look at a schematic for that one. I'm not quite sure what it is

rain orbit
# tawdry niche (Exp1/2)

But some of them have stuff on them, for example PA10, excuse my ignorance please, this is not my strong suite

rain orbit
tawdry niche
#

I see...pa9 and pa10 are duplicated between exp1 and "screen"

#

That's silly

rain orbit
#

How about 'st-link' I see PA13 PA14 GND 3.3V which will be perfect for the sensor

tawdry niche
#

I mean, at some point you just run out of i/o and you have to add an expander or a dingy or something

tawdry niche
rain orbit
#

Yeah sure, i just figured I'll squeeze as much as I can out of this thing
Also, could I use an sb2209 as an expander?

tawdry niche
#

Not sure about pa13. Might be free

tawdry niche
rain orbit
#

I do, I should flash it as a usb device and give it a go?
Will I have to deliver power separately or will the usb be enough?

#

Assuming it will only be used as pins and power will be taken from the main board

tawdry niche
#

Depends what you're using it for. If it's just doing miscellaneous i/o, usb power should be okay. But of course none of the heater or fan ports will work

rain orbit
#

worth a shot, I'll post here once I have it set up, as for the system packages, do you have any idea what I can do about it?

tawdry niche
#

I'd ssh in and run a sudo apt update manually. I'm assuming it'll still fail, but hopefully it'll give a little more useful output to figure out what's actually happening

rain orbit
#

On it

tawdry niche
#

Oh. Ya...that makes sense

#

Bullseye is, as of a few days ago "oldstable" not "stable" (there's a new "stable ")

#

And old stable doesn't get backports

#

You'll need to remove that from the sources list

#

sudo nano /etc/apt/sources.list

#

And grab another screenshot

rain orbit
#

Okay, not sure what that means but I'm with you, tho I have this printer up I think 2 weeks-ish and it was always like that

rain orbit
tawdry niche
#

Its now been replaced by trixie

#

So you want to just get of that line that's talking about bullseye-backports. Third line thst isn't a comment

rain orbit
#

This line? what should I do with it

#

oh sorry 2 lines below that

tawdry niche
#

Just comment it out

#

(Add a # at the beginning)

rain orbit
#

just to confirm

tawdry niche
#

Yep, looks good

#

Save & exit, and try sudo apt update again

rain orbit
#

Ran it, seems to be thinking a long time

tawdry niche
#

That's promising

rain orbit
#

Thank you!