xypron changed the topic of #u-boot to: #u-boot SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot 2023.01 / Merge Window is OPEN, -next is CLOSED / Release v2023.01 is scheduled for 2023-01-09 / Channel archives at https://libera.irclog.whitequark.org/u-boot
minimal has left #u-boot [Leaving]
macromorgan has quit [Read error: Connection reset by peer]
macromorgan has joined #u-boot
hanetzer has quit [Ping timeout: 255 seconds]
hanetzer has joined #u-boot
niska has quit [Ping timeout: 252 seconds]
niska has joined #u-boot
hanetzer has quit [Ping timeout: 248 seconds]
hanetzer has joined #u-boot
prabhakarlad has joined #u-boot
PhoenixMage has joined #u-boot
<PhoenixMage> Does anyone know if the rk3568 based rock 3a is supported in mainline u-boot?
<macromorgan> PhoenixMage: Not yet but pgwipeout has a fork that might get you close
<PhoenixMage> macromorgan: Thanks, do you have a link the that fork?
<PhoenixMage> The github link I found hasnt been touched in 3 years
<macromorgan> I also wrote one for Anbernic RG3566 based devices (haven't started the upstreaming process yet, but I'll get on it eventually...): https://github.com/macromorgan/u-boot-rk3566/tree/anbernic-v2022.10
<PhoenixMage> Thanks
qschulz has quit [Remote host closed the connection]
qschulz has joined #u-boot
macromorgan has quit [Read error: Connection reset by peer]
macromorgan has joined #u-boot
lucascastro has joined #u-boot
lucascastro has quit [Ping timeout: 272 seconds]
lucas_ has joined #u-boot
thopiekar has quit [Ping timeout: 246 seconds]
thopiekar has joined #u-boot
umbramalison has quit [Quit: %So long and thanks for all the fish%]
umbramalison has joined #u-boot
mmu_man has quit [Ping timeout: 246 seconds]
lucas_ has quit [Ping timeout: 248 seconds]
jclsn has quit [Ping timeout: 246 seconds]
jclsn has joined #u-boot
xroumegue has quit [Ping timeout: 255 seconds]
xroumegue has joined #u-boot
Gravis has quit [Ping timeout: 248 seconds]
macromorgan_ has joined #u-boot
macromorgan is now known as Guest4225
Guest4225 has quit [Read error: Connection reset by peer]
Gravis has joined #u-boot
thopiekar has quit [Ping timeout: 252 seconds]
thopiekar has joined #u-boot
umbramalison has quit [Ping timeout: 252 seconds]
umbramalison_alt has joined #u-boot
vagrantc has joined #u-boot
macromorgan is now known as Guest6746
macromorgan has joined #u-boot
Guest6746 has quit [Killed (molybdenum.libera.chat (Nickname regained by services))]
vagrantc has quit [Quit: leaving]
thopiekar has quit [Ping timeout: 252 seconds]
thopiekar has joined #u-boot
umbramalison has joined #u-boot
umbramalison_alt has quit [Quit: %So long and thanks for all the fish%]
flyback has quit [Ping timeout: 255 seconds]
jagan5 has joined #u-boot
flyback has joined #u-boot
crb has quit [Read error: Software caused connection abort]
crb has joined #u-boot
mncheck has joined #u-boot
crb has quit [Read error: Software caused connection abort]
crb has joined #u-boot
frieder has joined #u-boot
mckoan|away is now known as mckoan
matthias_bgg has joined #u-boot
zibolo has joined #u-boot
sam_sepi0l has quit [Quit: Textual IRC Client: www.textualapp.com]
thopiekar has quit [Ping timeout: 252 seconds]
thopiekar has joined #u-boot
jagan5 has quit [Ping timeout: 252 seconds]
redbrain has quit [Read error: Connection reset by peer]
redbrain has joined #u-boot
matthias_bgg has quit [Ping timeout: 252 seconds]
umbramalison_alt has joined #u-boot
umbramalison has quit [Ping timeout: 252 seconds]
sszy has joined #u-boot
mmu_man has joined #u-boot
apritzel__ has joined #u-boot
jagan20 has joined #u-boot
camus has quit [Ping timeout: 248 seconds]
camus1 has joined #u-boot
camus has joined #u-boot
camus1 has quit [Ping timeout: 248 seconds]
mncheckm has joined #u-boot
mncheck has quit [Ping timeout: 252 seconds]
cousteau has joined #u-boot
<cousteau> Hi
<cousteau> What alternatives are there to tftpboot? Our tftp server is malfunctioning and I was wondering if there were other ways to load an image
mmu_man has quit [Ping timeout: 246 seconds]
<cousteau> (it has to be via Ethernet; I think it's not feasible to load this big image via zmodem/UART)
<cousteau> This is a ZynqMP platform, in case that matters
prabhakarlad has quit [*.net *.split]
persmule has quit [*.net *.split]
GNUtoo has quit [*.net *.split]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
matthias_bgg has joined #u-boot
mckoan is now known as mckoan|away
mmu_man has joined #u-boot
umbramalison has joined #u-boot
umbramalison_alt has quit [Ping timeout: 252 seconds]
sszy has quit [Ping timeout: 252 seconds]
sszy has joined #u-boot
davlefou has quit [Ping timeout: 260 seconds]
<milkylainen> Hmm. U-boot silent. Seems to kill output fine. But ctrl-c still works in silent mode. How am I to kill ctrl-c, KEYED_CTRLC doesn't seem to be used unless AUTOBOOT_KEYED is set. But I have autoboot in -2. So..
davlefou has joined #u-boot
<marex> cousteau: there used to be support for ancient nfs over udp, which is now distabled on most servers
ldevulder has quit [Ping timeout: 250 seconds]
clarity has quit [Read error: Software caused connection abort]
mncheckm has quit [Remote host closed the connection]
clarity has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
torez has joined #u-boot
ldevulder has joined #u-boot
alpernebbi has quit [Quit: alpernebbi]
mmu_man has joined #u-boot
rvalue has quit [Quit: ZNC - https://znc.in]
rvalue has joined #u-boot
indy_ is now known as indy
<cousteau> marex: thanks!
<cousteau> I see there's an `nfs` command, but if you're saying that's usually disabled then I guess there's no point going that way
umbramalison_alt has joined #u-boot
umbramalison has quit [Ping timeout: 252 seconds]
<marex> nfs over udp is usually disabled also on the server side (because deprecated), and on u-boot side most often too
matthias_bgg has quit [Read error: Connection reset by peer]
<cousteau> Oh
<cousteau> Then what does the nfs command do? It just exists but doesn't work?
<broonie> TCP only, NFS specifies both TCP and UCP transports.
dormito has quit [Read error: Software caused connection abort]
persmule has joined #u-boot
<marex> broonie: u-boot nfs did UDP only
<marex> broonie: not TCP, because there is no TCP stack in u-boot
persmule has quit [Client Quit]
persmule has joined #u-boot
persmule has quit [Remote host closed the connection]
<underpantsgnome[> Hi, I am looking at videomodes.c attempting to discern the max resolution u-boot is able to output... at the end there is a function which I think interprets the EDID info the display sends, but up top the max resolution mentioned is 1280x1024x24 even if there are now boards with output capabilities much higher than this.
persmule has joined #u-boot
<broonie> marex: Oh, I'd kind have thought someone would've got round to that at some point, a basic TCP stack is pretty small.
GNUtoo has joined #u-boot
dormito has joined #u-boot
<marex> broonie: nope, it was always all UDP only
<marex> unless I missed something
<broonie> ah, well. Nice GSOC project or something I guess (could do http boot too!)
persmule has quit [*.net *.split]
GNUtoo has quit [*.net *.split]
<marex> broonie: someone already did unsecured http server in u-boot 1.1.x before
<marex> pepe2k I think
<marex> broonie: and yes, I think something like that would be nice, would you like to mentor it ? :)
<broonie> :P
<marex> 1.1.2, those were the times
matthias_bgg has joined #u-boot
<broonie> Ah, they did it the other way around to what I was thinking too. But yeah, neat!
GNUtoo has joined #u-boot
mncheck has joined #u-boot
<marex> broonie: it is impressive (and dangerous, http server which lets you update bootloader, yikes)
<cousteau> OK so long story short, I can probably not use nfs at all? Is there a way to check if my u-boot supports nfs over udp?
<marex> => help nfs
<cousteau> And then figure out how or setup a udp-capable nfs server
<broonie> You'd really want some image signing going on there for production use....
<cousteau> On a Windows machine
<marex> cousteau: fix your tftp server instead ? :)
<cousteau> Because things weren't hard enough in Linux
<cousteau> marex: that would be the obvious solution, but the IT guy at work says that doesn't seem possible
<cousteau> There's a program messing with TFTP that we don't have control over
<marex> that's really a management problem -> you need working tftp server, else you cannot do your job
<marex> not something which can be solved here
<marex> btw you can also easily set up tftp server on one of those fruit boards
<marex> or in a container or whatever
persmule has joined #u-boot
<broonie> Yeah, and the WSL stuff (which is basically just running Linux in a VM now) is pretty good these days.
sauce has quit [Read error: Software caused connection abort]
alpernebbi has joined #u-boot
sauce has joined #u-boot
<marex> broonie: it still can't beat the real deal, real Linux on real hardware ;-)
urja has quit [Read error: Connection reset by peer]
<cousteau> marex: actually I was asking to make sure there wasn't another way around other than asking IT to get their stuff together
<cousteau> Like, now I KNOW I'm not the one in charge of fixing this
<cousteau> So thanks :)
stefanct has quit [Read error: Software caused connection abort]
stefanct has joined #u-boot
urja has joined #u-boot
<marex> cousteau: not unless you want to fiddle with SD cards/USB sticks/or do YModem upload of megabytes of data
<marex> all of which are pain in the backside
alpernebbi has quit [Ping timeout: 252 seconds]
<Forty-Bot> cousteau: fastboot for ethernet or usb, ums for usb
<Forty-Bot> and I think someone had a series for http (e.g. wget) but it hasn't been merged
<marex> also, dfu
<marex> Forty-Bot: good point /wrt the usb gadget options
matthias_bgg has quit [Ping timeout: 246 seconds]
PhoenixMage has quit [Ping timeout: 248 seconds]
alpernebbi has joined #u-boot
<cousteau> marex: done YModem before. It was unpleasant.
<cousteau> Will look into fastboot
PhoenixMage has joined #u-boot
matthias_bgg has joined #u-boot
zibolo has quit [Ping timeout: 248 seconds]
umbramalison has joined #u-boot
umbramalison_alt has quit [Excess Flood]
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
alpernebbi has quit [Ping timeout: 252 seconds]
alpernebbi has joined #u-boot
___nick___ has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
urja has quit [Ping timeout: 252 seconds]
urja has joined #u-boot
matthias_bgg has quit [Quit: Leaving]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #u-boot
___nick___ has quit [Client Quit]
frieder has quit [Remote host closed the connection]
mmu_man has joined #u-boot
___nick___ has joined #u-boot
vagrantc has joined #u-boot
WoC has quit [Read error: Connection reset by peer]
apritzel__ has quit [Ping timeout: 248 seconds]
WoC has joined #u-boot
umbramalison has quit [Ping timeout: 252 seconds]
umbramalison has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
alpernebbi has quit [Ping timeout: 252 seconds]
alpernebbi has joined #u-boot
mmu_man has quit [Ping timeout: 272 seconds]
gsz has joined #u-boot
gsz has quit [Quit: leaving]
cousteau has quit [Remote host closed the connection]
torez has quit [Quit: torez]
<hays> heh well i soft-bricked my first device
<hays> time to go research how to hook up the serial uart
<hays> got a weird error about missing clock
<marex> hays: hmmmm, crystal ball says, pastebin the error message
persmule has quit [Ping timeout: 255 seconds]
persmule has joined #u-boot
<hays> "Could not initialize timer (err -19)"
<hays> over and over again
<hays> https://h0c.us/v/dhIl for more
<marex> that comes from u-boot or where ?
<hays> i mean im kinda stuck until i can get home and get a screwdriver
<marex> which platform is this again ?
<hays> Model: Globalscale Marvell ESPRESSOBin Ultra Board
<hays> I was trying the TF-A firmware with just the stub
<marex> oh this
* vagrantc keeps meaning to get around to testing the espressobin again and keeps remembering how bizarre the build process was for all the various components and then keeps finding something else to do
___nick___ has quit [Ping timeout: 248 seconds]
mmu_man has joined #u-boot
_whitelogger has joined #u-boot
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
<hays> vagrantc: ive got a script
<hays> right now this results in a broken firmware i think but https://github.com/stvhay/espressobin-ultra
<hays> i found something possibly wonky with the clock in the dtb
<hays> but im going to have to wait until i can unscrew this thing I think there is some jumper i need to set
<vagrantc> the one thing i really liked with the espressobin was it had jumpers to set the boot device ... much easier than many other boards, some which had a hard-coded boot order
<hays> yeah its just screwed into a case and im on travel
<hays> so itll have to wait
alpernebbi_ has joined #u-boot
alpernebbi has quit [Ping timeout: 255 seconds]
mncheck has quit [Ping timeout: 246 seconds]
GNUtoo has quit [Ping timeout: 255 seconds]
GNUtoo has joined #u-boot
robher has quit [Read error: Software caused connection abort]
robher has joined #u-boot
alpernebbi_ has quit [Ping timeout: 252 seconds]
alpernebbi has joined #u-boot