0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

デバイスツリー研究会(第一回)

Posted at

当方はメカ設計のエンジニアでサンデープログラマである
デバイスツリーの理解を深めるため一人で研究会を開くことにした
何故ならオライリーのdevice driverの書籍は古い内容のためDevicetreeについて知ることが出来ない

第一回目はRaspbianのデバイスツリーのソースコードが格納されていると噂されるフォルダの中を見てみることにする。当然筆者は趣味レベルのプログラマのため間違っていることを堂々と述べることもあると思う。その際はコメントで教えていただければ加筆、訂正をしていく所存である

それではフォルダの中を覗いてみる
フォルダのパスは/linux/arch/aem/boot/dtsである
Screenshot from 2100-01-01 00-00-00.png
デバイスツリーのソースコードの拡張子名は.dts又は.dtsiなので噂通り確かに存在していることが分かった
ファイルの数は1480個あった。さらに下層のoverlaysフォルダの中にもdtsファイルがあった。overlaysとは何のことなのか分からない

次回はデバイスツリーソースファイルの中を見てみることにする

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?