> Ah! yes I realized that later.
>
> So now I reflashed the BBG.
> I saw that /boot/dtbs/ folder in BBG has all the dtb files so I changed
> the am335x-bonegreen.dtb file to am335x-bonegreen.dts file i.e. I
> decompiled it so that I can make changes in it.
>
> After making some changes, I converted dts file to dtb file so that it
> can be read by kernel during boot.
> I also added dtb=am335x-bonegreen.dtb line in the /boot/uEnv.txt file.
>
> But I faced the same problem again. I tried to boot into the BBG but
> all the leds are ON now and it is not booting.
>
> I don't know where am I going wrong.
> I have to keep on reflashing the BBG and do the setup all over again :(
Use the device tree source under /opt/source/dtb-4.14-ti/ instead..
Plus there is a built-in makefile so you can just run:
make
sudo make install
So you can't mess up.. ;)