Difference between revisions of "Board Bringup Utilities"
From eLinux.org
| Line 23: | Line 23: | ||
<pre> | <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 | # arm-none-linux-gnueabi-gcc fbtest.c -o fb-test | ||
| − | this will generate the binary fb-test for use on your system where arm-none-linux-gnueabi- | + | this will generate the binary fb-test for use on your |
| − | is the cross compiler you | + | system where arm-none-linux-gnueabi- is the cross compiler |
| + | that you have installed on your host system. | ||
</pre> | </pre> | ||
Revision as of 20:44, 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 where arm-none-linux-gnueabi- is the cross compiler that you have installed on your host system.
- minimal kernel config for 4430sdp
- minimal rootfs for OMAP3/OMAP4
- test kernel for PandaBoard