<AKN>
Hi Everyone, Found the issue for ti-sgx-ddk-um issue i posted earlier meta-agl-bsp has bbappend file for ti-sgx-ddk-um
<AKN>
After commenting out the bbappend file image is compiling without any issue.
<jsolano>
Hi all, anybody had any luck compiling device tress (am335x-boneblack.dtb) on a recent linux kernel? I am using stable 6.1.
<jsolano>
I keep getting errors due to include paths missing, basically include/dt-bindings is not available to the am33xx.dtsi. Some people had luck adding a sim link to include/dt-bindings at the right place within the dts area, but that does not work foe me
arti4-92 has quit [Ping timeout: 260 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
akaWolf has joined #beagle
jsolano has quit [Quit: leaving]
jsolano has joined #beagle
akaWolf has quit [Ping timeout: 256 seconds]
ikarso has joined #beagle
akaWolf has joined #beagle
jfsimon1981_b has joined #beagle
jfsimon1981 has quit [Read error: Connection reset by peer]
akaWolf has quit [Ping timeout: 252 seconds]
akaWolf has joined #beagle
xet7 has joined #beagle
akaWolf has quit [Ping timeout: 268 seconds]
akaWolf has joined #beagle
akaWolf has quit [Ping timeout: 260 seconds]
akaWolf has joined #beagle
akaWolf has quit [Ping timeout: 268 seconds]
akaWolf has joined #beagle
akaWolf has quit [Ping timeout: 252 seconds]
akaWolf has joined #beagle
akaWolf has quit [Ping timeout: 260 seconds]
akaWolf has joined #beagle
AKN has quit [Read error: Connection reset by peer]
Steve_ has quit [Quit: Leaving]
SJFriedl has joined #beagle
SJFriedl has quit [Quit: Leaving]
SJFriedl has joined #beagle
AKN has joined #beagle
brook has joined #beagle
jfsimon1981_b has quit [Remote host closed the connection]
jfsimon1981_b has joined #beagle
ikarso has quit [Quit: Connection closed for inactivity]
akaWolf has quit [Ping timeout: 260 seconds]
akaWolf has joined #beagle
buzzmarshall has joined #beagle
AKN has quit [Read error: Connection reset by peer]
xet7 has quit [Remote host closed the connection]
jfsimon1981_b has quit [Remote host closed the connection]
jfsimon1981_b has joined #beagle
med has joined #beagle
<med>
hello can anyone explain this error for me please "Error: EINVAL: invalid argument, write"
med has quit [Client Quit]
akaWolf has quit [Ping timeout: 256 seconds]
brook has quit [Remote host closed the connection]
brook has joined #beagle
<zmatt>
jsolano: ehh, you mean you're trying to build the dtbs included within a kernel tree?
<zmatt>
you definitely shouldn't need to symlink anything
<zmatt>
within the kernel tree they're normally of course built as part of the overall kernel build process, but no doubt there's a make target to build just the dtbs or even just a single dtb
<zmatt>
my first guess would just be "make ARCH=arm arch/arm/boot/dts/am335x-boneblack.dtb" in the root of the kernel tree
<zmatt>
(which are the kernels typically used on beaglebones)
<jsolano>
zmatt: you said it more clearly than I did, right, I am trying to build the dtbs included within the kernel tree. If I build a kernel with make zImage e.g., the dtbs do not get built. With older kernels some time ago I had to do make dtbs, but that does not work now with 6.1
<jsolano>
ARCH is en env variable, I just do "make am335x-boneblack.dtb", and that fails with the missing path to dt-bindings/bus/ti-sysc.h
<jsolano>
this is a vanilla kernel, I am assuming the only reason why "make dtbs" does not work is a bug on this kernel. Some people have had to use these simlinks to fix it, which in my case does not work
<jsolano>
thanks, I will try tomorrow with rcnÅ's script
Guest2754 has joined #beagle
<Guest2754>
I am trying to build kernal for Beaglebone black after a long time and i realised that now the /arch/arm folder donot have the bb.org_defconfig what is the config file that should be use now?