equal
deleted
inserted
replaced
|
1 /******************************************************************************* |
|
2 * Copyright (c) 2009 Accenture |
|
3 * All rights reserved. This program and the accompanying materials |
|
4 * are made available under the terms of the Eclipse Public License v1.0 |
|
5 * which accompanies this distribution, and is available at |
|
6 * http://www.eclipse.org/legal/epl-v10.html |
|
7 * |
|
8 * Contributors: |
|
9 * Accenture - Johnathan White |
|
10 |
|
11 *******************************************************************************/ |
|
12 |
|
13 Submitter - Johnathan.White@accenture.com |
|
14 |
|
15 Purpose - Simple TextShell console application which reads image file from filesystem and outputs to display |
|
16 |
|
17 Build from - \sf\adaptation\qemu\applications\SymbianLogo_TextShell |
|
18 |
|
19 Using command - sbs -b bld.inf -c armv5 -j 1 |
|
20 |
|
21 To include in textshell build modify \sf\os\kernelhwsrv\kernel\eka\rombuild\tshell.oby and add the line - |
|
22 |
|
23 #include <rom\include\symbianlogo.iby> |
|
24 |
|
25 Then Build textshell rom from \sf\os\kernelhwsrv\kernel\eka\rombuild\ using command - rom -v syborg -i armv5 -b udeb -noheader |
|
26 |
|
27 Then run QEMU from \symbian-qemu-0.9.1\bin using command - |
|
28 |
|
29 arm-none-symbianelf-qemu-system.exe -kernel \sf\os\kernelhwsrv\kernel\eka\rombuild\syborgarmv5d.img -M \sf\adaptation\qemu\baseport\syborg\syborg.dtb |
|
30 |