nparafe has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
nparafe has joined #beagle
akaWolf has quit [Ping timeout: 252 seconds]
akaWolf has joined #beagle
xet7 has quit [Remote host closed the connection]
akaWolf has quit [Ping timeout: 252 seconds]
brook has quit [Remote host closed the connection]
frostsnow has quit [Read error: Connection reset by peer]
frostsnow has joined #beagle
akaWolf has joined #beagle
akaWolf has quit [Ping timeout: 248 seconds]
brook has joined #beagle
brook has quit [Remote host closed the connection]
brook has joined #beagle
<set_> jsolano: You are welcome.
<set_> They have a tutorial, freely available, on managing BBB resources w/ x-tools and u-boot/kernel stuff.
akaWolf has joined #beagle
akaWolf has quit [Ping timeout: 252 seconds]
akaWolf has joined #beagle
buckket has quit [Remote host closed the connection]
akaWolf has quit [Ping timeout: 248 seconds]
buckket has joined #beagle
akaWolf has joined #beagle
akaWolf has quit [Ping timeout: 252 seconds]
Shadyman has joined #beagle
akaWolf has joined #beagle
Guest76 has quit [Quit: Client closed]
starblue has quit [Ping timeout: 255 seconds]
starblue has joined #beagle
akaWolf has quit [Ping timeout: 264 seconds]
aussetg has quit [Remote host closed the connection]
aussetg has joined #beagle
aussetg has quit [Remote host closed the connection]
aussetg has joined #beagle
mag has quit [Quit: Leaving]
AKN has joined #beagle
AKN_R has joined #beagle
AKN_R has quit [Remote host closed the connection]
AKN has quit [Remote host closed the connection]
AKN has joined #beagle
vagrantc has joined #beagle
akaWolf has joined #beagle
akaWolf has quit [Ping timeout: 252 seconds]
buzzmarshall has quit [Quit: Konversation terminated!]
akaWolf has joined #beagle
vagrantc has quit [Quit: leaving]
brook has quit [Remote host closed the connection]
akaWolf has quit [Ping timeout: 252 seconds]
brook has joined #beagle
ikarso has joined #beagle
akaWolf has joined #beagle
akaWolf has quit [Ping timeout: 248 seconds]
akaWolf has joined #beagle
rob_w has joined #beagle
akaWolf has quit [Ping timeout: 252 seconds]
akaWolf has joined #beagle
otisolsen70 has joined #beagle
Shadyman has quit [Quit: Leaving.]
akaWolf has quit [Ping timeout: 260 seconds]
bradfa has quit [*.net *.split]
bradfa has joined #beagle
akaWolf has joined #beagle
akaWolf has quit [Ping timeout: 260 seconds]
akaWolf has joined #beagle
akaWolf has quit [Ping timeout: 260 seconds]
akaWolf has joined #beagle
akaWolf has quit [Ping timeout: 268 seconds]
ft has quit [Quit: leaving]
akaWolf has joined #beagle
florian_kc has joined #beagle
starblue has quit [Ping timeout: 248 seconds]
starblue has joined #beagle
bradfa has quit []
bradfa has joined #beagle
indigaz2 has joined #beagle
agraf_ has joined #beagle
akaWolf has quit [Ping timeout: 260 seconds]
philenot1ound has joined #beagle
rob_w has quit [*.net *.split]
Posterdati has quit [*.net *.split]
russ has quit [*.net *.split]
indigaz has quit [*.net *.split]
ds2 has quit [*.net *.split]
philenotfound has quit [*.net *.split]
agraf has quit [*.net *.split]
indigaz2 is now known as indigaz
agraf_ is now known as agraf
jsolano has quit [Quit: leaving]
rob_w has joined #beagle
Posterdati has joined #beagle
russ has joined #beagle
buzzmarshall has joined #beagle
florian_kc is now known as florian
brook has quit [Remote host closed the connection]
brook has joined #beagle
rob_w has quit [Quit: Leaving]
AKN has quit [Read error: Connection reset by peer]
ikarso has quit [Quit: Connection closed for inactivity]
jsolano has joined #beagle
zjason` is now known as zjason
ikarso has joined #beagle
florian has quit [Quit: Ex-Chat]
brook has quit [Remote host closed the connection]
brook has joined #beagle
brook has quit [Ping timeout: 260 seconds]
Shadyman has joined #beagle
brook has joined #beagle
brook has quit [Read error: Connection reset by peer]
brook_ has joined #beagle
jsolano has quit [Quit: leaving]
Shadyman has quit [Quit: Leaving.]
Shadyman has joined #beagle
jsolano has joined #beagle
ikarso has quit [Quit: Connection closed for inactivity]
vagrantc has joined #beagle
<jsolano> Guest2754: I did not manage to build the BBB kernel, same error I had initially missing include headers dt-bindings
<jsolano> Anybody around has tried to build recently a kernel (including DTS) 6.1 or 5.15? I have tried with the material from bootlin, and also tried using the tools from Robert Nelson
<jsolano> Always same issue: failed to compiled dtbs because missing include path
xet7 has joined #beagle
<zmatt> jsolano: I tried to reproduce your issue, using the am33x-v6.1 branch of rcn's bb-kernel repository, but the dtbs build just fine for me
<zmatt> jsolano: specifically, I started his ./build_kernel.sh script and let it run until it reached the point of having configured the kernel and started the actual build, and then because I'm impatient I killed the build and manually executed the make command to build the dtbs (with otherwise the same flags passed to make as it used for the build): https://pastebin.com/raw/VEzNg9w0
ft has joined #beagle
<jsolano> zmatt: I did exactly that, started his ./build_kernel.sh, the script brought its own linaro toolchain, linux repo, but the script failed when compiling the dtbs
<jsolano> I am also getting branch origin/am33x-v6.1
<jsolano> I am compiling in a VM, ubuntu 22.04
<zmatt> I'm building on debian bullseye
<jsolano> perhaps there is a difference there
<zmatt> seems implausible
<jsolano> do you have sim links to dt-bindings in place?
<zmatt> I didn't change the source tree in any way
<jsolano> same here, I did not apply any changes
<jsolano> weird
<jsolano> and I got the same result building my own toolchain (crosstool-ng) and following instructions from Bootlin training
<zmatt> can you pastebin the exact error you're getting?
<zmatt> (with context)
otisolsen70 has quit [Quit: Leaving]
<zmatt> it may also be useful to add V=1 to the make invocation to get verbose output of what it's doing
<jsolano> That is the error when invoking build_kernel.sh
<zmatt> of note: it looks like linux uses the host gcc for preprocessing the dts files, not the target toolchain
<zmatt> can you run that make-command with V=1 added to its arguments?
<zmatt> and gcc --version
SJFriedl has quit [Ping timeout: 248 seconds]
<zmatt> ok so it's executing the exact same commands as here. does a dt-bindings symlink exist in scripts/dtc/include-prefixes/ ?
<jsolano> in there there is a file dt-bindings which contains
<jsolano> ../../../include/dt-bindings
<zmatt> uhh what
<jsolano> scripts/dtc/include-prefixes/dt-bindings is not a simlink itself, it is a text file
<zmatt> git config --show-origin core.symlinks
<jsolano> that is probably the issue:
<zmatt> I was gonna say "did you clone the git repo from windows?" but that makes no sense since the linux kernel is checked out by the build script
<jsolano> file:/home/juan/.gitconfigfalse
<zmatt> lol, well there you go
<zmatt> you broke symlinks yourself
<jsolano> some remaining configuration in gitconfig from other projects with symlinks disabled
<jsolano> zmatt: thanks a lot for the help, you saved my day
<zmatt> a setting this invasive should be done in individual projects, not globally
<jsolano> right
<zmatt> normally you should never need to set it, it's set by git if it detects the filesystem doesn't support symlinks
<zmatt> iirc
<zmatt> yeah, git init and git clone will auto-detect
<jsolano> I should've noticed it is strange to have a file with a path like that in it, I thought that was used somehow by a makefile or script
ikarso has joined #beagle
philenot1ound is now known as philenotfound
zjason has quit [Read error: Connection reset by peer]
Shadyman has quit [Remote host closed the connection]
zjason has joined #beagle
<jsolano> /////
jsolano has quit [Quit: leaving]
jsolano has joined #beagle
SJFriedl has joined #beagle
<set_> Did anyone send me MOLEX connections, e.g. 10 Pin Female Plugs?
ikarso has quit [Quit: Connection closed for inactivity]
<set_> I get home. I see a package from India? I open it. It is exactly what I need to use for the RGH41 but I did not order them...
<set_> Someone in my mind sent them to me from the future?
<set_> It is odd to me too.
<set_> Should I run?
<set_> Source!
xet7 has quit [Remote host closed the connection]
Shadyman has joined #beagle
Shadyman has quit [Client Quit]