bootldr-1.2.3

所属分类:单片机开发
开发工具:C++ Builder
文件大小:761KB
下载次数:3
上传日期:2016-06-22 09:41:43
上 传 者pxa310
说明:  BOOTLOADER FOR HX4700 PDA

文件列表:
bootldr-1.2.3\asm-arm\arch-pxa\axim-gpio.h (760, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-pxa\bitfield.h (2835, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-pxa\gen-files.pl (9503, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-pxa\h1900-gpio.h (3985, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-pxa\h3900-gpio.h (6091, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-pxa\h3900-init.h (21130, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-pxa\h3900-irqs.h (1230, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-pxa\h3900.h (175, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-pxa\h3900_asic.h (27643, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-pxa\h5400-init.txt (4622, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-pxa\pxa-regs.h (74785, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-sa1100\backpaq.h (15991, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-sa1100\h3600-sleeve.h (3183, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-sa1100\h3600.h (4920, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-sa1100\h3600_asic.h (39089, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-sa1100\h3600_backpaq_accel.h (2111, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-sa1100\h3600_backpaq_camera.h (4605, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-sa1100\h3600_gpio.h (3282, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-sa1100\h3600_hal.h (6757, 2006-01-24)
bootldr-1.2.3\asm-arm\arch-sa1100\sa1100-lcd.h (18380, 2006-01-24)
bootldr-1.2.3\asm-arm\setup.h (6384, 2006-01-24)
bootldr-1.2.3\bin2h.py (698, 2006-01-24)
bootldr-1.2.3\boot-hx4700.s (66890, 2006-05-04)
bootldr-1.2.3\bootcmds.c (24995, 2006-01-24)
bootldr-1.2.3\bootldr.c (99940, 2006-03-13)
bootldr-1.2.3\bootldr.ld.in (775, 2006-01-24)
bootldr-1.2.3\bootldr.rom (205216, 2006-01-24)
bootldr-1.2.3\bootlinux.c (5601, 2006-01-24)
bootldr-1.2.3\bsdsum.c (1646, 2006-01-24)
bootldr-1.2.3\btflash.c (47496, 2006-01-24)
bootldr-1.2.3\btflash.c.original (47496, 2006-01-24)
bootldr-1.2.3\btusb.c (6493, 2006-01-24)
bootldr-1.2.3\buttons.c (1109, 2006-01-24)
bootldr-1.2.3\CHANGELOG (32024, 2006-01-24)
bootldr-1.2.3\commands.c (5250, 2006-01-24)
bootldr-1.2.3\config.local.mk (162, 2006-01-24)
bootldr-1.2.3\config.mk (1694, 2006-01-24)
bootldr-1.2.3\copy (91, 2006-01-24)
bootldr-1.2.3\div0.c (105, 2006-01-24)
bootldr-1.2.3\doc\bootldr-internals.html (4531, 2006-01-24)
... ...

You can play with 2 xmodem tuning parameters. Parameters are changed like so: boot> set The changes are not permanent unless you do a boot> params save The 2 xmodem parameters are: xmodem_initial_timeout xmodem_timeout xmodem_initial_timeout is the timeout used for the first byte of the xfer. Once a timeout is gotten on a char, xmodem switches to the xmodem_timeout value. This allows our xmodem to be fitted to various xmodem senders. In particular, minicom and hyperterm have different requirements. minicom would be happy w/fairly quick initial and long secondary, hypnoterm would like short/short. Minicom: once the send menu is entered, minicom/xmodem begins queuing characters. Xmodem on the rx (bootldr) side sends a NAK to start the xfer and then sends NAKs whenever it times out on receiving a block. If the sender takes too long to begin a send, then xmodem can end up with >1 NAKs queued. This then confuses xmodem and we get the mega-errors problem. xmodem_initial_timeout should be long enough to get into the xmodem menu so that xmodem will rx and queue the NAK sent by the bootldr. xmodem_timeout should be very long to make sure that more than one NAK is not queued by minicom while the user is navigating the file system in order to select the file to download. I use 0xffff for initial and leave the other param alone. Hippoterm: Does not queue naks, so short/short is best, e.g. 0xffff/0xffff, since hyperterm will start sending on the next NAK after the file name is selected. I don't use hypertomb, so I don't know how well these numbers actually work.

近期下载者

相关文件


收藏者