嵌入式爱好者

查看: 4741|回复: 2

TE2440-II开发板TV-OUT不能使用??

[复制链接]

1

主题

2

帖子

1

积分

扫一扫,手机访问本帖
发表于 2010-4-23 13:13:16 | 显示全部楼层 |阅读模式
1.首先我用H-JTAG烧了光盘上的那个BOOT(2440bootV5.1.bin)到开发板上;

2.然后启动开发板,设置相应的参数;
+------------------------------------------------------------+
|                     Config parameters                      |
+------------------------------------------------------------+
  [ 0] auto-run   : 0x00000002 (2)
  [ 1] rundelay   : 0x00000003 (3)
  [ 2] serial     : 0x00000000 (0)
  [ 3] AppRunAddr : 0x32000000 (838860800)
  [ 4] baudrate   : 0x0001c200 (115200)
  [ 5] machine    : 0x000000c1 (193)
  [ 6] runAddr    : 0x30201000 (807407616)
  [ 7] rootfs     : 0x00000003 (3)
  [ 8] tty        : 0x00000000 (0)
  [ 9] displayS   : 0x00000002 (2)
  [10] displayM   : 0x00000002 (2)
  [11] initrdA    : 0x30200000 (807403520)
  [12] initrdL    : 0x02000000 (33554432)
  [13] memsize    : 0x04000000 (67108864)
  [14] userpara   : 0x00000000 (0)
  [15] : Exit

3.通过bootloader烧写内核和文件系统(2.6.12 - zImage2+qte_touch.yaffs)

Please select which region to write : Esc to abort
0 : offset 0x00000000, size 0x00020000 [boot]
1 : offset 0x00020000, size 0x00060000 [bootParam]
2 : offset 0x00080000, size 0x00100000 [pic]
3 : offset 0x00180000, size 0x00380000 [MyApp]
4 : offset 0x00500000, size 0x00300000 [kernel]
5 : offset 0x00800000, size 0x03c00000 [fs_yaffs]
6 : offset 0x04400000, size 0x00080000 [eboot]
7 : offset 0x04480000, size 0x03b80000 [wince]

Now download and write nand flash part [ kernel ]
press [USB Port-->transmit] to choose the file

Now, Downloading [ADDRESS:30800000h,TOTAL:1708750]
RECEIVED FILE SIZE: 1708750
(954.3KB/S,1.8S)
Now, Checksum calculation
Download O.K.

Now write nand flash page 0xa00 from ram address 0x30800000, filesize = 1708750
..............Program nand flash partition success



Now download and write nand flash part [ fs_yaffs ]
press [USB Port-->transmit] to choose the file

Now, Downloading [ADDRESS:30800000h,TOTAL:51228682]
RECEIVED FILE SIZE:51228682
(944.9KB/S,54.2S)
Now, Checksum calculation
Download O.K.

Now write nand flash page 0x1000 from ram address 0x30800000, filesize = 51228682
.....................................................................................................................................s
回复

使用道具 举报

1

主题

2

帖子

1

积分

 楼主| 发表于 2010-4-23 13:21:27 | 显示全部楼层
hello,enter s3c2410sdi_probe()!!!!!!!!!!!!!!!!!!!!!!!!!
mmc->f_max =25000000
mmc->f_min =97656
mmci-s3c2410: probe: mapped sdi_base=c5000000 irq=37 irq_cd=62 dma=0.
mmci-s3c2410: initialisation done.
virtual address of s3c2410_va_iis=f0d00000.
next will do driver_register!
just enter s3c2410_uda1341_probe()
S3C2410-UDA1341 Probe
line 1314 passed! have set L3 mode=GPB2, dat=GPB3, clk=GPB4, output
line 1319 passed!
have set IISLRCK=GPE0, IISSCLK=GPE1, CDCLK=GPE2, IISSDI=GPE3, IISSDO=GPE4
line 1323 passed! have Enable IIS clock
success register irq: iisout_dma_done_handler
success register irq: iisin_dma_done_handler
UDA1341 audio driver initialized
driver uda1341 in /sound/oss/s3c2410-oss.c
NET: Registered protocol family 2
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP established hash table entries: 4096 (order: 3, 32768 bytes)
TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
TCP: Hash tables configured (established 4096 bind 4096)
NET: Registered protocol family 1
NET: Registered protocol family 17
Bluetooth: L2CAP ver 2.7
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM ver 1.5
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: HIDP (Human Interface Emulation) ver 1.1
yaffs: dev is 32505859 name is "mtdblock3"
yaffs: passed flags ""
yaffs: Attempting MTD mount on 31.3, "mtdblock3"
yaffs: auto selecting yaffs2
VFS: Mounted root (yaffs filesystem).
Mounted devfs on /dev
Freeing init memory: 112K
init started: BusyBox v1.6.0 (2008-01-09 17:10:28 CST) multi-call binary
starting pid 378, tty '': '/etc/init.d/rcS'
mount: mounting tmpfs on /dev/shm failed
cirrus_start: requesting interrupt 53
eth0: register interrupt 53 successfuly
eth1: link down

Please press Enter to activate this console. Warning: Need to run firstuse
eth1: link up, 100Mbps, full-duplex, lpa 0x45E1
Warning: language message - en_US
Warning: and its not null
Warning: loading /usr/i18n/en_US/qt.qm
Warning: loading /usr/i18n/en_US/qpe.qm
Warning: loading /usr/i18n/en_US/libqpe.qm
Warning: loading /usr/i18n/en_US/libqtopia.qm
Warning: loading /usr/i18n/en_US/language.qm
Warning: loading /usr/i18n/en_US/timezone.qm
Warning: loading /usr/i18n/en_US/systemtime.qm

0

主题

905

帖子

743

积分

i.MX6Q通行证i.MX6UL通行证TCU通行证AM335x通行证

发表于 2010-4-23 21:44:02 | 显示全部楼层
linux这是已经起来了,TV上应该有显示的。由于TV不能触摸,只能使用支持鼠标的文件系统,先插上鼠标然后启动开发板,当串口输出再次到这个位置时,用鼠标点击屏幕会进入设置,设置完毕进入桌面
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋| 飞凌嵌入式 ( 冀ICP备12004394号-1 )

GMT+8, 2025-1-13 09:36

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表