Difference between revisions of "Board Bringup Utilities"
From eLinux.org
| Line 1: | Line 1: | ||
| + | |||
{| border="1" cellpadding="2" | {| border="1" cellpadding="2" | ||
!width="175"|Description | !width="175"|Description | ||
| Line 22: | Line 23: | ||
|} | |} | ||
| + | <pre> | ||
| + | |||
| + | to compile single .c source files such as fb-test.c use compiler command line: | ||
| + | |||
| + | #arm-none-linux-gnueabi-gcc fbtest.c -o fb-test | ||
| + | |||
| + | this will generate the binary fb-test for use on your system. | ||
| + | </pre> | ||
* minimal kernel config for [[media:minimal-kernel-4430sdp.txt|4430sdp]] | * minimal kernel config for [[media:minimal-kernel-4430sdp.txt|4430sdp]] | ||
* minimal rootfs for [[media:minimal-rootfs.tar.gz|OMAP3/OMAP4]] | * minimal rootfs for [[media:minimal-rootfs.tar.gz|OMAP3/OMAP4]] | ||
* test kernel for [[media:uImage-test-panda.bin|PandaBoard]] | * test kernel for [[media:uImage-test-panda.bin|PandaBoard]] | ||
Revision as of 20:42, 21 December 2010
| Description | Tool |
|---|---|
| Framebuffer | fb-test |
| Input Events | evtest |
| Physical Memory | devmem2 |
| I2C Interface | I2C Tools |
| OMAP Booting | OMAP U-boot Utils |
| Uart | Uart Loopback |
| OMAP overlay swapper | overlayswap |
| OMAP memory speed test | memspeed |
| OMAP4 EMIF cycle speed | omap4_emif |
to compile single .c source files such as fb-test.c use compiler command line: #arm-none-linux-gnueabi-gcc fbtest.c -o fb-test this will generate the binary fb-test for use on your system.
- minimal kernel config for 4430sdp
- minimal rootfs for OMAP3/OMAP4
- test kernel for PandaBoard