Marvell ARMADA168のデータシートが公開になっていた

Marvellがいつの間にか168のデータシートがウェブに載っていたので見てみる。気になるところを見てみる。

EPDC入りらしい。しらなかった。

  • -

Major EPDC features include:
􀂄 Frame resolution:
• From SVGA (600x800) up to UXGA (1200x1600)
• ~150 dpi A size sheet

  • -

熱いかも?
[armada 168]
Junction to Case, 15 x 15 mm package = 7.2degrees/watts

[MX51]
Junction to Case, 19 x 19 mm package = 6
Junction to Case, 13 x 13 mm package = 6

CMOS camera I/Fの入力フォーマットにipodとある。なにこれ?
x8のふつうのI/Fに見えるけど、何か別なの?
それともipodってカメラのI/Fに吐けるの?

DDR
x16かぁ。arbitorにポートが4つあって、コアは最後M3ポートに割り当て。
よくわからん。
ODTは個別に設定できるとかなんとか。

  • -

SDRAM ODT switches according to its corresponding Write/Read enables, which allows for a
flexible ODT toggling scheme in a multi-chip-select system. The PAD termination cannot be
configured for individual chip selects.

  • -

見るの面倒なのでやめた。

CoreMarkにいろいろ載っていた。

EEMBCが一向に追加されないが、
CoreMarkにARMがいろいろ追加されていた。

http://www.coremark.org/benchmark/index.php?pg=benchmark

CoreMark:
Why is CoreMark needed now?
Simply put, it’s time to eliminate the use of Dhrystone. Processors and associated systems are getting increasingly complex requiring increasingly complex benchmarks to analyze. The current and future EEMBC benchmarks are aimed at specific embedded market segments and are very successful at approximating real-world performance of embedded devices. However, there is also a need for a widely-available, generic benchmark specifically targeted at the processor core.
らしい。

ltibで単体パッケージのコンパイルとコピー

./ltib -m listpkgs | grep kernel

$ ./ltib -m listpkgs | grep kernel
buildroot-config-1.3-1 buildroot-config n GPL Linux kernel configuration language parser (busy
skipping canutils
iptables-1.4.2-1 iptables n GPL Tools for managing kernel packet filtering capab
kernel-2.6.31-imx_10.07. kernel-2.6.31 y GPL Linux kernel (core of the Linux operating system
↑ここのkernel-2.6.31 + specで指定

コンパイル。/rpm/BUILD/linux/arch/arm/boot以下に生成
./ltib -m scbuild -p kernel-2.6.31.spec

/rootfs/boot/zImageにコピーする
./ltib -m scinstall -p kernel-2.6.31.spec
./ltib -m scdeploy -p kernel-2.6.31.spec

gstreamer と capability

UVC対応カメラからgst-launchでfbに投げたい。(xは使わない)

gst-launchでv4l2srcだけ指定しても、UVCカメラがこける。
調べるとcapabilityの指定が重要なよう。

説明
http://oss.infoscience.co.jp/gstreamer/section-caps.html

一覧
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/section-types-definitions.html#table-video-types

明日試す。