1 / 15

May, 2006

Development on the Pepper Pad. May, 2006. Andr é Krützfeldt. Tokyo Jamboree #8. The Pepper Pad. Who makes it?. The company can be found at: www.pepper.com The CELF contact is: Jon Melamut VP, Sales & Business Development Pepper Computer, Inc. Phone: +1.781.862.2500 x 209

todd
Télécharger la présentation

May, 2006

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Development on the Pepper Pad May, 2006 André Krützfeldt Tokyo Jamboree #8

  2. The Pepper Pad

  3. Who makes it? • The company can be found at: • www.pepper.com • The CELF contact is: • Jon Melamut • VP, Sales & Business Development • Pepper Computer, Inc. • Phone: +1.781.862.2500 x 209 • Mobile: +1.978.430.8359 • jon.melamut@pepper.com

  4. What does it contain? • OS Linux Kernel 2.6.13 (preemptive), UBOOT • Graphics & Audio GTK+, Xorg R7, Freetype, Cairo, Alsa • File Systems EXT3 (journaling), EXT2, FAT, VFAT/FAT32, • HFS, HFS+ • Removable Media USB (HID, mass storage, audio, network), • SD/MMC • I/O Touchscreen, keypads, scrollwheel, mouse, • keyboard • Network TCP/IP, DHCP, WiFi WEP, WPA supplicant, • Bluez (HID, OBEX, SPP, HSP) • Application framework Pepper Keeper 2.1, Java 2, XML-based application • packages, automatic package download and install, • digitally signed, multiple security levels • Web XScale-optimized Mozilla Firefox 1.5 • Javascript 1.6, XML, XSL, CSS • Music MP3, WMA*, Real*, AAC*, HTTP/RTSP/MMS • streaming, PLS/AU playlists, Helix framework

  5. What does it contain? (2) • Video MPEG-4, AVI, WMV*, Real*, HTTP/RTSP/MMS • streaming, MPlayer and Helix frameworks • Voice* SIP, RTP, RTCP, G.711 VAD/CNG, G.729A/B, G.723.1, • G.726, echo cancellation, STUN, NAT traversal, DTMF, • adaptive jitter buffering • Photos JPEG, GIF, PNG, TIFF, Yahoo! Flickr sharing • Multimedia Macromedia Flash 7 • DRM* WMDRM10 • A/V control IR learn and transmit, UPnP Media Controller and • Renderer* • E-mail POP3 and IMAP4, AOL Inbox, Web mail • IM AOL IM, Y!*, SIP • E-books Mobipocket

  6. What does it contain? (3) • And most important: • A full development toolset! • It can be found under: • /opt/montavista/pro/devkit/arm/xscale_le/packages/pro • There are all sorts of packages, which ones do you need?

  7. First things first • To get an xterm on the pad: • Press <crtl> <shift> 1 • To start the ssh server: • Type service ssh start • Now you can connect from your Mac. • To save some memory you can disable the pepper desktop • Service pepper stop • Don’t forget to start it again :-)

  8. For C development • gcc-3.3.1-3.0.13.0400526.arm_xscale_le.mvl • gcc-doc-3.3.1-3.0.13.0400526.arm_xscale_le.mvl • glibc-dev-2.3.2-25.0.27.0500612.arm_xscale_le.mvl • glibc-doc-2.3.2-25.0.27.0500612.arm_xscale_le.mvl • Install with ‘rpm -Uvh filename.mvl’

  9. For C++ development • g++-3.3.1-3.0.13.0400526.arm_xscale_le.mvl • libstdc++5-3.3.1-3.0.13.0400526.arm_xscale_le.mvl • libstdc++5-dev-3.3.1-3.0.13.0400526.arm_xscale_le.mvl • Install with ‘rpm -Uvh filename.mvl’

  10. Set the configurations • Set the appropriate config path: • PKG_CONFIG_PATH=/opt/fdo/lib/pkgconfig:/opt/gtk/lib/pkgconfig:… • Additionally you can also copy the folders from the pad.

  11. X11 & GTK • The pepperpad has both. • But the location is different: • /opt/fdo - X11 • /opt/gtk - gtk • Some additional RPMs are in /opt/pup • Install also the xorg-devel-7.0-6 package • To configure a program use: • ./configure --with-x-includes=/opt/fdo/include \ • --with-x-libraries=/opt/fdo/lib

  12. Pepperpad & samba • Samba is pre installed. • Just add yourself as a user and start the server: • /etc/init.d/samba start • On the Mac desktop enter <apple>-k • In the dialog box enter smb://<ip-number> • The Mac will open a finder window of your pepperpad.

  13. Some useful sites • http://www.chuma.org/pepperpad/ • Look at the pre-build RPMs. • A file manager • VNC viewer • http://www.pepper.com/forums/index.php • Lots of information

  14. Some useful sites (2) • http://www.pepperhacks.com/ • PDF reader

  15. Mistake I did • Don’t get an SD card > 1GB • It is not supported yet.

More Related