beagleboard / pocketbeagle

BeagleBoard.org PocketBeagle - ultra small, ultra flexible, ultra affordable
https://beagleboard.org/pocket
Creative Commons Attribution 4.0 International
279 stars 72 forks source link

Can't compile .DTS to .DTBO on pocketbeagle #26

Open bitShakeMX opened 5 years ago

bitShakeMX commented 5 years ago

How can I do that ?

RuchitTripathi commented 10 months ago

dtc --version Ensure that the DTS file corresponds to the hardware description of your PocketBeagle. dtc -O dtb -o output_file.dtbo -b 0 -@ input_file.dts Also try rebooting if possible.