|
I am stuck with that error for a while. Help would be highly appreciated. Haven't tried anything fancy, see my config files here: https://github.com/janesser/kirkstone-jetson-nano/tree/main/build/conf |
Replies: 5 comments 6 replies
|
Have you tried to build and compare results against the tegra-demo-distro? |
|
@kekiefer thanks for your prompt reply. i tried tegra-demo-distro (device=jetson-nano-devkit-emmc on branch kirkstone-l4t-r32.7.x) that is unrelated to my original, i am afraid tegra-demo-distro has rather more than less issues. are there any hints how i could get the dtb files that are actually running on the jetson-nano into above mentioned situation. |
|
Yeah, this is a little bit perplexing. I quickly reviewed the u-boot tegra sources and everything looks correctly specified for this machine. Web searches for this issue point to the dtb not being specified in the makefile as the culprit, but it looks like it's there. We're relying on the u-boot recipe from openembedded-core for this, which in kirkstone is packaged with poky. So you might try rolling this back to an older vintage? |
|
as suggested i dockerized into compatible ubuntu (this running on jetson itself docker on ubuntu 18) now i am getting other errors. is there a cicd log i could use as reference, to rule out if i have any local issues ? |
|
i made it work, hickups are documented here: https://github.com/janesser/tegra-demo-distro/blob/kirkstone-l4t-r32.7.x/README.md many thanks for the support here @madisongh @kekiefer |
Have you tried to build and compare results against the tegra-demo-distro?