Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2022.07 is OUT / Merge Window is OPEN, -next is CLOSED / Release v2022.10 is scheduled for 3 October 2022 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
sakman has quit [Remote host closed the connection]
sakman has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
mrnuke has quit [Read error: Connection reset by peer]
mrnuke has joined #u-boot
indy has quit [Ping timeout: 272 seconds]
indy has joined #u-boot
indy has quit [Quit: ZNC 1.8.2 - https://znc.in]
persmule has quit [Remote host closed the connection]
GNUtoo has quit [Write error: Broken pipe]
indy has joined #u-boot
GNUtoo has joined #u-boot
mrnuke has quit [Read error: Connection reset by peer]
DrPatater has joined #u-boot
Patater has quit [Ping timeout: 268 seconds]
elafon has quit [Ping timeout: 276 seconds]
mrnuke has joined #u-boot
elafon has joined #u-boot
mmind00 has quit [Remote host closed the connection]
mmind00 has joined #u-boot
persmule has joined #u-boot
thopiekar has quit [Ping timeout: 252 seconds]
thopiekar has joined #u-boot
umbramalison has quit [Quit: %So long and thanks for all the fish%]
umbramalison has joined #u-boot
indy has quit [Quit: ZNC 1.8.2 - https://znc.in]
indy has joined #u-boot
indy has quit [Client Quit]
indy has joined #u-boot
mrnuke_ has joined #u-boot
mrnuke has quit [Ping timeout: 240 seconds]
tsraoien has quit [Ping timeout: 245 seconds]
mranostaj has left #u-boot [#u-boot]
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
qschulz has quit [Remote host closed the connection]
qschulz has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
macromorgan has quit [Read error: Connection reset by peer]
mckoan|away is now known as mckoan
guillaume_g has joined #u-boot
<crb_> when using dtc, what does it mean when it's "Unable to merge node: ttc0"
mmu_man has joined #u-boot
Xeroine has joined #u-boot
akaWolf has quit [Ping timeout: 252 seconds]
sszy has joined #u-boot
indy has quit [Ping timeout: 252 seconds]
indy has joined #u-boot
Xeroine has quit [Read error: Connection reset by peer]
indy_ has joined #u-boot
indy has quit [Read error: Connection reset by peer]
akaWolf has joined #u-boot
Xeroine has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
apritzel has joined #u-boot
mmu_man has joined #u-boot
persmule has quit [Remote host closed the connection]
GNUtoo has quit [Remote host closed the connection]
persmule has joined #u-boot
jagan has quit [Ping timeout: 245 seconds]
GNUtoo has joined #u-boot
indy_ has quit [Quit: ZNC 1.8.2 - https://znc.in]
indy has joined #u-boot
hanetzer has quit [Ping timeout: 268 seconds]
hanetzer has joined #u-boot
LeSpocky has joined #u-boot
<LeSpocky> hello
<LeSpocky> is it possible to make arithmetic calculations in u-boot scripts?
<LeSpocky> (add an offset to a memory address)
GNUtoo has quit [Read error: Connection reset by peer]
GNUtoo has joined #u-boot
<LeSpocky> I think 'setexpr' should work
prabhakarlad has quit [Quit: Client closed]
torez has joined #u-boot
akaWolf has quit [Ping timeout: 245 seconds]
akaWolf has joined #u-boot
hanetzer has quit [Ping timeout: 245 seconds]
hanetzer has joined #u-boot
Gravis has joined #u-boot
Gravis has quit [Ping timeout: 245 seconds]
camus has quit [Quit: camus]
pratyush has quit [Quit: Connection closed for inactivity]
hanetzer has quit [Ping timeout: 252 seconds]
hanetzer has joined #u-boot
prabhakarlad has joined #u-boot
vfazio has joined #u-boot
akaWolf has quit [Ping timeout: 245 seconds]
indy has quit [Ping timeout: 268 seconds]
indy has joined #u-boot
akaWolf has joined #u-boot
tsraoien has joined #u-boot
vfazio has quit [Read error: Connection reset by peer]
vfazio has joined #u-boot
macromorgan has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
<rfs613> crb_: does your dts file(s) use #include statements? if so, you need to run them through cpp (the C pre-processor) before using dtc.
<crb_> rfs613: yes that was confusing, on my platform dtc supports /include/ natively not #include
<crb_> rfs613: thank you!
<rfs613> crb_: sorry if I added to the confusion... but the error you reported typically means you have a node reference like &ttc0 { stuff-goes-here; } and dtc cannot find the actual tty0 node, because it has been defined in an #included file.
Gravis has joined #u-boot
<crb_> rfs613: no no, you were spot on. I came to that conclusion about 4 AM and realized that my etc was not issuing an error on the #include "blah" file but was issuing the error I pasted for node that were in the include file which wasn't processed. I changed from #include to /include/ and things just worked
<crb_> rfs613: I didn't mean that you comment was confusing, but rather the problem was confusing since the bad include line wasn't flagged
<rfs613> crb_: note that you can get the u-boot makefiles to run dtc for you (along with cpp etc). The easiest way is "make dtbs", which in turn means you have to add your dtb names to arch/arm/dts/Makefile (or whichever architecture you're on).
<crb_> rfs613: yes I have u-boot building and working fine. I was building custom dtb files for the OS I'm using that have custom hardware I'm designing so I want to build the dtb as part of the driver build framework for that OS
<crb_> rfs613: the problem was the dtc on my os is slightly different than the one used to build u-boot on my os and I go bit by this difference for a little bit.
<rfs613> crb_: okay ;-)
<crb_> rfs613: but I do thank you for responding. I could have been stuck there forever except I notice my dtb built in my OS was WAY smaller than the u-boot dtb when it should have been larger since it's more complete
<rfs613> crb_: welcome.. the channel has been fairly quiet lately, I suspect a lot of folks are off on summer holidays...
persmule has quit [Ping timeout: 268 seconds]
persmule has joined #u-boot
Xeroine has quit [Ping timeout: 245 seconds]
vagrantc has joined #u-boot
apritzel has quit [Quit: Leaving]
jagan has joined #u-boot
Gravis has quit [Ping timeout: 245 seconds]
___nick___ has joined #u-boot
___nick___ has quit [Client Quit]
___nick___ has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
prabhakarlad has joined #u-boot
vfazio has quit [Read error: Connection reset by peer]
vfazio has joined #u-boot
mmu_man has quit [Ping timeout: 240 seconds]
Xeroine has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
mmu_man has joined #u-boot
<marex> LeSpocky: setexpr, yes
<marex> LeSpocky: that can even do regex substitution
Xeroine has quit [Ping timeout: 252 seconds]
prabhakarlad has quit [Quit: Client closed]
mmu_man has quit [Ping timeout: 240 seconds]
___nick___ has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
ldevulder has quit [Quit: Leaving]
tsraoien has quit [Ping timeout: 252 seconds]
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
guillaume_g has quit [Quit: Konversation terminated!]
tsraoien has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
gsz has joined #u-boot
gsz has quit [Quit: leaving]
torez has quit [Quit: torez]
GNUtoo has quit [Ping timeout: 268 seconds]
GNUtoo has joined #u-boot
persmule has quit [Ping timeout: 268 seconds]