Intel® System Studio
Share information with other developers using Intel® System Studio.

Quick Start CE4100

Akira_Sasaki
Beginner
734 Views
Hi, I bought Intel Media Processor CE4100 Development Platform (Connected A/V).
First Step
Get Intel Media Processor CE4100 Development Platform (Connected A/V),
Videon
ADI Engineering
Second Step
Connect CE4100 Development Platform by serial cable.
For example, the serial of ADI Engineering's borad
  • Baud rate 115200
  • Data bits 8
  • Parity none
  • Stop bits 1
  • Flow Control none
And check the version of Linux.

# more /proc/version
Linux version 2.6.23 (root@versioncontrol) (gcc version 4.1.2) #1 PREEMPT Thu May 6 14:47:57 EDT 2010
Check hostname.
# hostname
intel_ce_linux
Check IP address
# ifconfig
eth0 Link encap:Ethernet HWaddr 00:80:3F:0D:A1:03
inet addr:192.168.2.3 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::280:3fff:fe0d:a103/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12682 errors:0 dropped:0 overruns:0 frame:0
TX packets:4896 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:12604581 (12.0 MiB) TX bytes:314753 (307.3 KiB)
Memory:df860000-df880000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:48 errors:0 dropped:0 overruns:0 frame:0
TX packets:48 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3648 (3.5 KiB) TX bytes:3648 (3.5 KiB)
Third Step
Build develop enviroment.
....
Where can we get the enviroment of cross compiler and SDK ?
We prepared host computer and target device(CE4100 Development Platform) ?
Anybody make the image of Linux for cross compile of CE4100?
Fourth Step
Create simple program such as "Hello CE4100".
....
Five Step
Build Apache and transfer it to CE4100 Development Platform.
....
I make the document of begginer!
Thank you
Akira
0 Kudos
3 Replies
Rob_Mueller-Albrecht
734 Views

Thank you Akira,

this level of information is truly much appreciated - great detail and input.

I would like to make everybody aware that if your development platform has JTAG enabled (an eXtended Debug Port on the board), the Intel JTAG Debugger included in the Intel Embeddeed Software Development Tool Suite 2.2 Update 1 for Intel Atom processor does now wupport Macraigor usb2Demon (http://www.macraigor.com) for development and system level debug targeting Intel Atom processor C4xxx based deisgns.

Thanks again Akira for your posting,

Rob

0 Kudos
Shrinivas_Kulkarni
734 Views
Hi Akira,

Thanks for putting this up. We are trying to build SDK on linux. It wont build. When we tried building with make defconfig settings, we get "No rule to build 'kernel' required by platform_config'.

Indeed you do not find 'kernel' package under package folder.

Anybody out there who were able to successfully build it?

Note: We have tried FC6 to FC 14 to get this working without any luck.

Best regards,
Shrini
0 Kudos
fantacymaker
Beginner
734 Views
Hi Akira, thanks for sharing. I want to start an Apache server on CE4100. Do you have the guide/document for cross compile Apache to CE4100? And how to configure it after make and install? thx.
0 Kudos
Reply