Werner changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Announcements: #armbian-announcements | Developer talk: #armbian-devel | Off-Topic: #armbian-offtopic | Logs: -> irc.armbian.com
stipa_ has joined #armbian
stipa has quit [Ping timeout: 248 seconds]
stipa_ is now known as stipa
califax has quit [Remote host closed the connection]
califax has joined #armbian
Mangix has quit [Ping timeout: 240 seconds]
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian
_whitelogger has joined #armbian
buzzmarshall has quit [Quit: Konversation terminated!]
zeemate has joined #armbian
Dagger has quit [Remote host closed the connection]
bantu has quit []
bantu has joined #armbian
lemonzest has quit [Ping timeout: 252 seconds]
lemonzest has joined #armbian
bantu has quit []
bantu has joined #armbian
bantu has quit [Client Quit]
bantu has joined #armbian
bantu has quit [Client Quit]
bantu has joined #armbian
coldfeet has joined #armbian
wd has quit [Ping timeout: 248 seconds]
wd has joined #armbian
coldfeet has quit [Remote host closed the connection]
zeemate has quit [Ping timeout: 260 seconds]
<yang> Is there maybe Debian image ready for testing for Vision Five 2? I see that there is (only) an image for 'Noble minimal'
<DC-IRC> [Discord] <efectn> https://www.androidpimp.com/embedded/orange-pi-6-plus/ cix sbc from xunlong. Another sbc with garbage vendor bsp
<DC-IRC> [Discord] <_.dominic> isnt that the case for almost all OPis?
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/build](<https://github.com/armbian/build>) by [leggewie](<https://github.com/leggewie>) - [Link](<https://github.com/armbian/build/commit/5967b0b1e7e2c1dcdc33549abb4c03bd97a70b30>): *Bump version*
<yang3> I ment Armbian (trixie) for 'Vision Five 2'
<DC-IRC> [Discord] <Werner> Yes and no. Some are bad, some are even worse 🙂
wootehfoot has quit [Quit: Leaving]
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/build](<https://github.com/armbian/build>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/build/commit/99716df075c02fb7b12ce294c1aa3e72d1c27e10>): *Add patch reverting https://github.com/radxa/u-boot/pull/148*
wootehfoot has joined #armbian
coldfeet has joined #armbian
wd has quit [Ping timeout: 240 seconds]
wd has joined #armbian
<yang> Maybe I am doing something wrong, when trying to boot an unused VisionFive2 with Armbian_community_25.8.0-trunk.481_Visionfive2_noble_vendor_6.6.20_minimal.img ? It shows no picture, I tried with SD card and USB key.
<DC-IRC> [Discord] <igorpec> Those are not supported and probably broken
<yang> ok
luckylinux has quit [Remote host closed the connection]
luckylinux has joined #armbian
xolitude has joined #armbian
<xolitude> is there a way to get the qt 6 version of "qtlocation5-dev" in armbian bookworm?
<DC-IRC> [Discord] <tenkawa42> from what I'm reading qt 6 is still part of trixie/sid so you would probaably need a "lot" of packages redone....
<xolitude> but ive installed some other qt6 packages from apt
<DC-IRC> [Discord] <tenkawa42> did you add the deb-src lines to your sources list?
<DC-IRC> [Discord] <tenkawa42> thats where all the -dev pkgs live
<DC-IRC> [Discord] <tenkawa42> if not add those and rerun apt update
<DC-IRC> [Discord] <tenkawa42> then see if its avail
<xolitude> how do i do that lol
<DC-IRC> [Discord] <tenkawa42> Its either in /etc/apt/sources.list or /etc/apt/sources.list.d/
<DC-IRC> [Discord] <tenkawa42> (I don't use it anymore so I'm not sure current file name)
<DC-IRC> [Discord] <tenkawa42> I use regular Ubuntu
<xolitude> its not there,
<xolitude> it's supposed to commented i assume
<xolitude> ill add them myself
<DC-IRC> [Discord] <tenkawa42> can you pastebin your current sources file to paste.debian.net?
<DC-IRC> [Discord] <tenkawa42> I can tell you what to add that way
<xolitude> sure
Tenkawa has joined #armbian
<xolitude> im guessing i need to add "Types: deb deb-src'
<DC-IRC> [Discord] <tenkawa42> yep
<DC-IRC> [Discord] <tenkawa42> you just add deb-src to deb
<DC-IRC> [Discord] <tenkawa42> save... run apt update then apt should be able to find the pkg
<xolitude> bookworm-security too/
<xolitude> ?
<DC-IRC> [Discord] <tenkawa42> in theory yes (Ubuntu does... I'm not 100% sure about debian... if it errors... remove it from that entry ans try again but I think it works)
<xolitude> ok
<xolitude> got "N: Repository 'https://deb.debian.org/debian bookworm InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
<xolitude> "
<Tenkawa> can you pastebin the updated sources?
<xolitude> it's the same tho?
<xolitude> just added deb-src
<xolitude> what if i switch to rolling packages repo
<Tenkawa> I think that message is fine... its just odd to see oldstable
<Tenkawa> oh wait
<Tenkawa> you are looking for trixie versions of packages... so why/how do you have both bookworm "and" trixie entries?
<Tenkawa> I only see bookworm in what you pasted
<Tenkawa> qtnm.. its in backports
<Tenkawa> er nm
<Tenkawa> bookworm-backports
<Tenkawa> you can still try a apt-get --dry-run upgrade and see if its going to change anything to make sre its safe
<Tenkawa> if it is.. then you can go ahead and install those dev pkgs
<Tenkawa> if it is going to try to update packages I would revert the change...
luckylinux has quit [Quit: ZNC 1.10.1 - https://znc.in]
luckylinux has joined #armbian
<xolitude> i ran apt update and upgade and it didnt change anything
<xolitude> yep bookworm-backports
<Tenkawa> ok good.. now can it see that dev pkg?
<xolitude> well
<xolitude> qtlocation5-dev/oldstable,now 5.15.8+dfsg-3+deb12u1
<xolitude> thats what apt search showed
<xolitude> still not qt 6
<xolitude> i wanna try and compile the new one but idk where to find it
<Tenkawa> hmm...
<Tenkawa> according to this... that doesn't exist
<xolitude> to clarify, i'm looking for newer qt6 packages, or actually just newer packages in general
<xolitude> oh well
<Tenkawa> qtlocation5 is the newest I can find out there...
<Tenkawa> 6 has been renamed...
<Tenkawa> its qt6-location now
<xolitude> hm ok
<xolitude> so how do i get that
<Tenkawa> looks like qt6-location-dev
<Tenkawa> that pkg
<xolitude> it doesnt show in synaptic
<xolitude> it's for trixie
<Tenkawa> its only in trixie forky sid and unstable though
<Tenkawa> Yeah... thats the prob
<xolitude> ok, i found https://github.com/qt/qtlocation
<xolitude> ill compile and see if i can build my program
<Tenkawa> newest you are going to get "packaged" in bookworm is 5
<Tenkawa> Ok good luck
<xolitude> looks like i cant rlly compile it
<xolitude> erros and warnings
<xolitude> errors*
<xolitude> ok, im getting the flatpak lol
buzzmarshall has joined #armbian
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/build](<https://github.com/armbian/build>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/build/commit/2d9cce1846b51d12216f812472324c9ce52542df>): *Move rock-5-cmio revert patch to a board folder*
Tenkawa has left #armbian [Was I really ever here?]
DarthGandalf has quit [Read error: Connection reset by peer]
DarthGandalf has joined #armbian
coldfeet has quit [Remote host closed the connection]
xolitude has quit [Quit: Leaving]
xolitude has joined #armbian
javabean has quit [Ping timeout: 252 seconds]
javabean has joined #armbian
califax has quit [Remote host closed the connection]
califax has joined #armbian
xolitude has quit [Quit: Leaving]
xolitude has joined #armbian
xolitude has quit [Quit: Leaving]