切换到宽版
爱科技/爱创意/爱折腾/爱极致;技术知识分享平台,点击进入新版数码之家网站
  • 5050阅读
  • 10回复

[其他]最近收了个JZ4740主控的纽曼mp4 关于linux系统和TTL相关事宜请教! [复制链接]

上一主题 下一主题
离线424778940
 

发帖
614
M币
2200
专家
4
粉丝
11
只看楼主 倒序阅读 我要置顶 楼主  发表于: 2011-01-05
如题...
硬件配置如下:

cpu: jz4732\jz4740
nand flash: HY27UUQ8AG5M
sdram: DS1232AATA75E

jz4740支持usbboot,这个方便很多,用这个工具烧录了linux,并未发生什么错误
由于电池已经报废,所以被我焊下了
可是半天也没搞懂,这玩意开机键到底是哪个....刷的是君正提供的linux
另外板子上有两组ttl串口,一组是RXD TXD 一组是RXD1 TXD1 用2303hx的usb转ttl设备接上后任何数据都没接到,啥都没有....
linux运行起来的话ttl不是应该有输出才对么
再者...屏幕驱动怎么加进去....这个比较重要

君正usb boot的cfg文件我贴出来
这个nand flash型号很奇怪,谷歌都找不到....

  1. ;---------------------------------------------------------------------------------------
  2. ; USB Boot Tool Configuration File. The tool will read the USBBoot.cfg
  3. ; to get the hardware configuration of your target board.
  4. ;
  5. ; This is an sample configuration file for the Jz4740 PAVO board.
  6. ; If you are using a different board, please rename USBBoot_BOARD.cfg to USBBoot.cfg.
  7. ; If you modify the hardware of your board, modify the values in this file accordingly.
  8. ;
  9. ; First of all, you should install the driver when you boots the device from USB
  10. ; for the first time.
  11. ;
  12. ; The line starting with ';' or contents followed by ';' of a line are comments only.
  13. ;---------------------------------------------------------------------------------------
  14. [PLL]
  15. EXTCLK            12            ;Define the external crystal in MHz
  16. CPUSPEED        336            ;Define the PLL output frequency
  17. PHMDIV            3            ;Define the frequency divider ratio of PLL=CCLK:PCLK=HCLK=MCLK
  18. BOUDRATE        57600            ;Define the uart boudrate
  19. USEUART            0            ;Use which uart, 0/1 for jz4740,0/1/2/3 for jz4750
  20. [SDRAM]
  21. BUSWIDTH        32            ;The bus width of the SDRAM in bits (16|32)
  22. BANKS              4            ;The bank number (2|4)
  23. ROWADDR              12            ;Row address width in bits (11-13)
  24. COLADDR              8            ;Column address width in bits (8-12)
  25. ISMOBILE          0            ;Define whether SDRAM is mobile SDRAM, this only valid for Jz4750 ,1:yes 0:no
  26. ISBUSSHARE          1            ;Define whether SDRAM bus share with NAND 1:shared 0:unshared
  27. [NAND]
  28. BUSWIDTH        8            ;The width of the NAND flash chip in bits (8|16|32)
  29. ROWCYCLES        3            ;The row address cycles (2|3)
  30. PAGESIZE        2048            ;The page size of the NAND chip in bytes(512|2048|4096)
  31. PAGEPERBLOCK        128             ;The page number per block
  32. FORCEERASE        1            ;The force to erase flag (0|1)
  33. OOBSIZE            64            ;oob size in byte
  34. ECCPOS                 28            ;Specify the ECC offset inside the oob data (0-[oobsize-1])
  35. BADBLACKPOS         0            ;Specify the badblock flag offset inside the oob (0-[oobsize-1])
  36. BADBLACKPAGE        127               ;Specify the page number of badblock flag inside a block(0-[PAGEPERBLOCK-1])
  37. PLANENUM        1            ;The planes number of target nand flash
  38. BCHBIT              4            ;Specify the hardware BCH algorithm for 4750 (4|8)
  39. WPPIN            0            ;Specify the write protect pin number
  40. BLOCKPERCHIP        0            ;Specify the block number per chip,0 means ignore
  41. [END]
  42. ;The program will calculate the total SDRAM size by : size = 2^(ROWADDR + COLADDR) * BANKNUM * (SDRAMWIDTH / 4)
  43. ;The CPUSPEED has restriction as: ( CPUSPEED % EXTCLK == 0 ) && ( CPUSPEED % 12 == 0 )
  44. ;For jz4750, the program just init BANK0(DSC0).
  45. ;Beware all variables must be set correct!
本帖最近打赏记录:共1条打赏
关键词: JZ4740LINUX
离线hlv6

发帖
1902
M币
703
专家
2
粉丝
15
只看该作者 1楼 发表于: 2011-01-05
请登录后查看
离线神^_^佑
发帖
827
M币
489
专家
2
粉丝
38
只看该作者 2楼 发表于: 2011-01-05
请登录后查看
离线硕码远景

发帖
2667
M币
897
专家
18
粉丝
24231
只看该作者 3楼 发表于: 2011-01-05
请登录后查看
离线long1983

发帖
1662
M币
23
专家
0
粉丝
26
只看该作者 4楼 发表于: 2011-01-05
请登录后查看
离线424778940

发帖
614
M币
2200
专家
4
粉丝
11
只看该作者 5楼 发表于: 2011-01-06
请登录后查看
离线zhou1946

发帖
596
M币
2761
专家
1
粉丝
83
只看该作者 6楼 发表于: 2011-01-06
请登录后查看
离线心想事成

发帖
11844
M币
10736
专家
22
粉丝
123
只看该作者 7楼 发表于: 2011-01-07
请登录后查看
离线wyycool

发帖
70
M币
439
专家
1
粉丝
10
只看该作者 8楼 发表于: 2011-03-19
请登录后查看
离线wyycool

发帖
70
M币
439
专家
1
粉丝
10
只看该作者 9楼 发表于: 2011-03-19
请登录后查看
本文内容包含图片或附件,获取更多资讯,请 登录 后查看;或者 注册 成为会员获得更多权限
快速回复
限80 字节
“新手上路”发帖需审核后才能显示(请认真发帖),达到数码9级后取消此限制
 
上一个 下一个