Embedded Linux Conference 2014 day 1 #lfelc

12
前へ 1 ・・ 5 6 8 次へ
koba @tetsu_koba

デバイスツリーはOSに依存しないので、Linux以外でも使用できる。

2014-04-30 06:16:04
koba @tetsu_koba

.compatible = "string" でdtbとデバイスドライバを結びつける。

2014-04-30 06:18:44
koba @tetsu_koba

デバイスツリーは複数のファイルに分割することができる。典型的には*.dtsiはSoCレベルの情報を記述して*.dtsは*.dtsiをインクルードする。

2014-04-30 06:22:45
koba @tetsu_koba

SoCのバリエーションによって、dtsiファイルはさらに細かく分割される。分割することで共通部分の重複を避ける。

2014-04-30 06:24:58
koba @tetsu_koba

#lfelc top-level nodes: cpus, memory, chosen, aliases, ...

2014-04-30 06:28:31
koba @tetsu_koba

#lfelc The Device Tree is really a hardware description language. should describe the hardware layout.

2014-04-30 06:43:12
koba @tetsu_koba

#lfelc Future directions: A tool to validate DTS against bindings. Take out the Device Tree source files from the kernel tree.

2014-04-30 06:49:43
Joshua Lamorie @joshualamorie

Userspace driver talk by Enea was a nice overview. It's still a DIY situation and Linux's UIO needs love. #lfelc

2014-04-30 06:50:12
koba @tetsu_koba

デバイスツリーは一度定義したら変わらないのが理想だが、実際にはまだ開発途上なのでいろいろな理由で変更がある。そのためkernelと分離するにはすぐには難しい。

2014-04-30 06:52:09
koba @tetsu_koba

#lfelc Device Tree is for arm architecture. (not for x86)

2014-04-30 06:53:59
koba @tetsu_koba

#lfelc Good session for device tree beginners. Thanks!

2014-04-30 06:56:24
AllSeen Alliance @AllSeenAlliance

MT @EventsLF Bird: There’s a paradox in IoT between need to maintain network effects and need for smaller, less complicated systems. #lfelc

2014-04-30 06:56:34
koba @tetsu_koba

#lfelc Using Real-Time Patch with LTSI Kernel - Yoshitake Kobayashi, Toshiba

2014-04-30 07:00:56
koba @tetsu_koba

#lfelc "How to use RT patch woth LTSI kernel" for beginner

2014-04-30 07:05:18
koba @tetsu_koba

#lfelc Stable kernel + LTSI kernel patch + RT preempt patch

2014-04-30 07:08:09
koba @tetsu_koba

#lfelc ((stable kernel + LTSI patch) + RT patch) is better.

2014-04-30 07:09:56
koba @tetsu_koba

#lfelc "git quilt import" can apply quilt-format patches.

2014-04-30 07:13:10
koba @tetsu_koba

LTSIパッチとRTパッチのコンフリクトで解決が難しい場合はLTSIの該当パッチを無視することにした。

2014-04-30 07:21:45
Joshua Lamorie @joshualamorie

Good tips on archiving source for builds from @yoctoproject. Store build, dl and tmpdir, but hard paths in tmp. #lfelc

2014-04-30 07:22:37
koba @tetsu_koba

テスト。2コアのPandaBoardでひとつのコアでリアルタイムにモータの制御を行いつつ(dead line schduling)、他方のコアでWebサービスで負荷をかける。

2014-04-30 07:30:57
koba @tetsu_koba

#lfelc These source code is available on github.

2014-04-30 07:34:00
Joshua Lamorie @joshualamorie

Hearing good things about generating SDK for application development in @yoctoproject. #lfelc

2014-04-30 07:34:14
koba @tetsu_koba

#lfelc nice presentation showing step by step command lines. Thanks!

2014-04-30 07:34:43
koba @tetsu_koba

まとめを更新しました。「Embedded Linux Conference 2014 day 1 #lfelchttp://t.co/qfj0SnrR88

2014-04-30 07:38:01
前へ 1 ・・ 5 6 8 次へ