PandaBoard L24.9 Release Notes
From OMAPpedia
(Difference between revisions)
m |
(→Highlights) |
||
| Line 35: | Line 35: | ||
=Highlights= | =Highlights= | ||
;USB | ;USB | ||
| - | * EHCI is fully supported along with the SMSC9514 which provides | + | * EHCI is fully supported along with the SMSC9514 which provides 4-port hub and ethernet interfaces |
| - | + | ||
;Display highlights: | ;Display highlights: | ||
| Line 43: | Line 42: | ||
;Audio Highlights: | ;Audio Highlights: | ||
* HDMI audio and Headset Audio are fully supported | * HDMI audio and Headset Audio are fully supported | ||
| - | |||
=Building instructions= | =Building instructions= | ||
visit our Step-by-step guide at [[Minimal-FS| Minimal-FS]] | visit our Step-by-step guide at [[Minimal-FS| Minimal-FS]] | ||
Latest revision as of 12:13, 24 April 2011
[edit] Overivew
The information required to boot pandaboard on a stable release.
- Kernel
GIT repository: http://gitorious.org/pandaboard/kernel-omap4 Branch: L24.9 Commit ID: 6d019dae0034f66141cdeb355e2ffc71582f4131 #make omap4430panda_defconfig
- U-boot
GIT repository: git://gitorious.org/pandaboard/u-boot.git Branch: omap4_panda_L24.9 Commit ID: cebe815a605f7e0ca658d6c512bc580170bc6888 #make omap4430panda_config
- X-loader
GIT repository: git://gitorious.org/pandaboard/x-loader.git Branch: omap4_panda_L24.9 Commit ID: a41abea82b5f02265cd9f7140f0f10be3a9c97e7 #make omap4430panda_config
- General Information
Linux kernel version : Linux 2.6.35 Hardware : Panda ES1.0, Panda ES2.0 6layer, Panda-ES2.0 8layer Toolchain : Codesourcery G++ Lite 2010q1-202 for ARM GNU/Linux
- Bootargs
setenv bootargs mem=463M noinitrd console=ttyO2,115200n8 root=/dev/mmcblk0p2 rw rootwait vram=16M,omapfb.vram=0:5M,1:5M setenv bootcmd 'mmcinit 0;fatload mmc 1 0x80000000 uImage;bootm 80000000'
- Tested Filesystems
minimal-fs
[edit] Highlights
- USB
- EHCI is fully supported along with the SMSC9514 which provides 4-port hub and ethernet interfaces
- Display highlights
- HDMI and DVI-D panels are fully support via the HDMI interface
- Audio Highlights
- HDMI audio and Headset Audio are fully supported
[edit] Building instructions
visit our Step-by-step guide at Minimal-FS