Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2024.07, v2024.10-rc2 are OUT / Merge Window is CLOSED, next branch is OPEN / Release v2024.10 is scheduled for 07 October 2024 / Channel archives at https://libera.irclog.whitequark.org/u-boot
ellyq has joined #u-boot
stefanct has quit [Quit: quit]
stefanct has joined #u-boot
sugoi has quit [Ping timeout: 248 seconds]
jclsn has quit [Ping timeout: 252 seconds]
jclsn has joined #u-boot
ellyq_ has joined #u-boot
ellyq has quit [Ping timeout: 244 seconds]
ellyq has joined #u-boot
ellyq has quit [Client Quit]
ellyq has joined #u-boot
ellyq_ has quit []
sugoi has joined #u-boot
stefanct has quit [Ping timeout: 265 seconds]
mmu_man has quit [Ping timeout: 252 seconds]
stefanct has joined #u-boot
persmule has quit [Ping timeout: 260 seconds]
persmule has joined #u-boot
redbrain has quit [Ping timeout: 252 seconds]
rockosov has quit [Ping timeout: 260 seconds]
redbrain has joined #u-boot
rockosov has joined #u-boot
sugoi1 has joined #u-boot
sugoi has quit [Ping timeout: 246 seconds]
sugoi1 is now known as sugoi
sugoi has quit [Ping timeout: 252 seconds]
<swiftgeek> is there some tool on linux to copy monospaced text from pdf? text position itself is fine, but I would need something like OCR for position
<swiftgeek> maybe I should somehow modify font within pdf, then rasterize it, and OCR
monstr has joined #u-boot
enok has joined #u-boot
flokli has quit [Ping timeout: 252 seconds]
goliath has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
<swiftgeek> I guess qpdfview, then sed 's/ setmem/\nsetmem/g;s# //\*#\n//\*#g' codex-DDR2-266MHz.tmp > codex-DDR2-266MHz
<swiftgeek> which should restore most of the newlines
<swiftgeek> qpdfview seems to be most accurate when it comes to position but it's hard to tell with numbers
enok has quit [Ping timeout: 252 seconds]
ldevulder has joined #u-boot
<swiftgeek> oh they actually aren't enough for uboot sources lol
frieder has joined #u-boot
ikarso has joined #u-boot
<lehmanju> Forty-Bot: this looks not too complicated https://github.com/torvalds/linux/blob/master/drivers/usb/gadget/legacy/multi.c
<quinq> swiftgeek, there's mupdf if you want to visually select text
<lehmanju> a generic way would be cleaner, however
mckoan|away is now known as mckoan
<quinq> Generic meaning what in this context?
matthias_bgg has joined #u-boot
sszy has joined #u-boot
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #u-boot
<lehmanju> g_multi gadget in linux has to possible gadget configurations at compile time. but it "just" calls the composite.c lib to add functions. why is it required at all, all compiled gadget functions could be automatically combined to a composite gadget at runtime
atka has quit [Ping timeout: 246 seconds]
atka has joined #u-boot
<lehmanju> presumably that's what configfs in linux does, provide a main gadget driver that can be configured with multiple functions. in uboot, however, gadget functions register a driver themselves, which probably leads to conflicts when trying to use both at the same time. so the idea would be to introduce such an abstract driver in uboot. now every
<lehmanju> gadget function has to be enabled by calling some common api, for example a configgadget command or env variable
atka has quit [Ping timeout: 252 seconds]
atka has joined #u-boot
prabhakalad has quit [Ping timeout: 276 seconds]
prabhakalad has joined #u-boot
sugoi has joined #u-boot
eballetbo has joined #u-boot
sugoi has quit [Ping timeout: 248 seconds]
mmu_man has joined #u-boot
mckoan is now known as mckoan|away
Jones42 has joined #u-boot
Jones42_ has joined #u-boot
sugoi has joined #u-boot
Jones42 has quit [Ping timeout: 248 seconds]
sugoi has quit [Ping timeout: 252 seconds]
matthias_bgg has quit [Ping timeout: 246 seconds]
matthias_bgg has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
Jones42_ is now known as Jones42
naoki has quit [Quit: naoki]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 255 seconds]
Stat_headcrabed has joined #u-boot
Stat_headcrabed has quit [Read error: Connection reset by peer]
Stat_headcrabed has joined #u-boot
sugoi has joined #u-boot
mmu_man has joined #u-boot
sugoi has quit [Ping timeout: 252 seconds]
sugoi has joined #u-boot
sugoi has quit [Ping timeout: 246 seconds]
sugoi has joined #u-boot
dsimic has quit [Ping timeout: 260 seconds]
dsimic has joined #u-boot
sugoi has quit [Ping timeout: 252 seconds]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
flokli has joined #u-boot
sugoi has joined #u-boot
monstr has quit [Remote host closed the connection]
sugoi1 has joined #u-boot
sugoi has quit [Ping timeout: 246 seconds]
sugoi1 is now known as sugoi
sigmaris_ has joined #u-boot
retr0id3 has joined #u-boot
umbramalison_alt has joined #u-boot
g5pw| has joined #u-boot
hellodub_ has joined #u-boot
prabhakalad has quit [Quit: Konversation terminated!]
jsmolic__ has joined #u-boot
mckoan_ has joined #u-boot
marex_ has joined #u-boot
sally has quit [*.net *.split]
alan_o has quit [*.net *.split]
Crofton has quit [*.net *.split]
swiftgeek has quit [*.net *.split]
umbramalison has quit [*.net *.split]
flyback has quit [*.net *.split]
xroumegue has quit [*.net *.split]
retr0id has quit [*.net *.split]
NishanthMenon has quit [*.net *.split]
davlefou has quit [*.net *.split]
stgl has quit [*.net *.split]
sigmaris has quit [*.net *.split]
marex has quit [*.net *.split]
hellodub has quit [*.net *.split]
mckoan|away has quit [*.net *.split]
jsmolic has quit [*.net *.split]
as_g5pw has quit [*.net *.split]
sigmaris_ is now known as sigmaris
retr0id3 is now known as retr0id
yann-kaelig has joined #u-boot
prabhakalad has joined #u-boot
<yann-kaelig> Hello
swiftgeek has joined #u-boot
<yann-kaelig> Maybe there is still a cubietruck user here. So since the kernel 6.10 and still on the last 6.10.10 my screen is black, HDMI issue, no signal output because my screen switch back to DVI where is connected my desktop. No such issue with U-BOOT 2024.10-rc4.
<yann-kaelig> I have an old kernel 5.19 it's working as expected
Stat_headcrabed has quit [Quit: Stat_headcrabed]
<yann-kaelig> I do not see any issue from dmesg https://bpa.st/S2CDS.
jsmolic__ is now known as jsmolic
sugoi has quit [Ping timeout: 276 seconds]
sugoi has joined #u-boot
sugoi has quit [Ping timeout: 265 seconds]
haritz has quit [Read error: Connection reset by peer]
sugoi has joined #u-boot
haritz has joined #u-boot
haritz has joined #u-boot
sugoi has quit [Ping timeout: 265 seconds]
frieder has quit [Remote host closed the connection]
alan_o has joined #u-boot
sugoi has joined #u-boot
Crofton has joined #u-boot
xroumegue has joined #u-boot
stgl has joined #u-boot
NishanthMenon has joined #u-boot
flyback has joined #u-boot
sally has joined #u-boot
davlefou has joined #u-boot
flyback has quit [Max SendQ exceeded]
stgl has quit [Max SendQ exceeded]
flyback has joined #u-boot
stgl has joined #u-boot
sugoi has quit [Ping timeout: 252 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
sugoi has joined #u-boot
sugoi has quit [Ping timeout: 260 seconds]
sugoi has joined #u-boot
sugoi has quit [Ping timeout: 276 seconds]
Stat_headcrabed has joined #u-boot
Stat_headcrabed has quit [Client Quit]
yann-kaelig has quit []
___nick___ has joined #u-boot
sugoi has joined #u-boot
sugoi has quit [Ping timeout: 245 seconds]
sugoi has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #u-boot
mmu_man has joined #u-boot
___nick___ has quit [Client Quit]
___nick___ has joined #u-boot
vagrantc has joined #u-boot
ldevulder has quit [Quit: Leaving]
gsz has joined #u-boot
marex_ is now known as marex
mmu_man has quit [Ping timeout: 252 seconds]
eballetbo has quit [Quit: Connection closed for inactivity]
mmu_man has joined #u-boot
goliath has quit [Quit: SIGSEGV]
___nick___ has quit [Ping timeout: 252 seconds]
ikarso has joined #u-boot
mmu_man has quit [Ping timeout: 264 seconds]
atka has quit [Ping timeout: 248 seconds]
mmu_man has joined #u-boot
enok has joined #u-boot
ellyq_ has joined #u-boot
prabhakalad has quit [Ping timeout: 245 seconds]
enok has quit [Ping timeout: 260 seconds]
prabhakalad has joined #u-boot
naoki has joined #u-boot
prabhakalad has quit [Ping timeout: 244 seconds]
prabhakalad has joined #u-boot
sugoi has quit [Ping timeout: 260 seconds]
davlefou has quit [Ping timeout: 260 seconds]
davlefou has joined #u-boot
sugoi has joined #u-boot
gsz has quit [Ping timeout: 260 seconds]
sugoi has quit [Ping timeout: 265 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
vagrantc has quit [Quit: leaving]
sugoi has joined #u-boot
sugoi1 has joined #u-boot
sugoi has quit [Ping timeout: 255 seconds]
sugoi1 is now known as sugoi