On Thu, Mar 30, 2017 at 11:08 AM, PM <[email protected]> wrote: > Hello :) > > I tried to compile the dtb-4.9 but I get these errors, do you have any idea > ? > > debian@arm:/opt/source/dtb-4.9-ti$ sudo make > DTC src/arm/am335x-boneblack-bbb-exp-r.dtb > FATAL ERROR: Unrecognized check name "unit_address_vs_reg" > Makefile:136: recipe for target 'src/arm/am335x-boneblack-bbb-exp-r.dtb' > failed > make[1]: *** [src/arm/am335x-boneblack-bbb-exp-r.dtb] Error 1 > Makefile:84: recipe for target 'all_arm' failed > make: *** [all_arm] Error 2
dtb-4.9-ti is using mainline dtc.. While i fixed this for Stretch, Jessie still has the old one: Fixed: https://github.com/RobertCNelson/dtb-rebuilder/commit/d9f78027cf4a635f81fc6d4aebafea6bc849f4f5 just run: git pull ./dtc-overlay.sh dtc --version Version: DTC 1.4.4 Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhf-BnqS3TN2mmXbPFVhJxaHCLe_arS0DNRrV5An_p9Yw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
