📄 readme.txt
字号:
IMPORTANT!!! Read the following carefully before installing this BSP package. This version of BSP will install the following driver files as well as the BSP. target/config/comps/src/hwif/vxbDavinciEmacEnd.dc target/config/comps/src/hwif/vxbDavinciEmacEnd.dr target/config/comps/src/hwif/vxbDavinciTimer.dc target/config/comps/src/hwif/vxbDavinciTimer.dr target/config/comps/src/hwif/vxbDv16550Sio.dc target/config/comps/src/hwif/vxbDv16550Sio.dr target/config/comps/src/hwif/vxbDavinciIntCtlr.dc target/config/comps/src/hwif/vxbDavinciIntCtlr.dr target/config/comps/vxWorks/40vxbDavinciEmacEnd.cdf target/config/comps/vxWorks/40vxbDavinciTimer.cdf target/config/comps/vxWorks/40uart.cdf target/config/comps/vxWorks/40vxbArmIntCtlr.cdf target/src/hwif/end/vxbDavinciEmacEnd.c target/src/hwif/timer/vxbDavinciTimer.c target/src/hwif/sio/vxbDavinciSio.c target/src/hwif/intCtlr/vxbDavinciIntCtlr.c target/src/hwif/h/end/vxbDavinciEmacEnd.h target/src/hwif/h/sio/vxbDavinciSio.h target/src/hwif/end/Makefile target/src/hwif/sio/Makefile target/src/hwif/timer/Makefile target/src/hwif/intCtlr/Makefile target/src/hwif/mii/lxt972Phy.c Pre-Installation Requirement: 1) You should consider backing up the following files, so you can undo the install if necessary. target/src/hwif/end/Makefile target/src/hwif/sio/Makefile target/src/hwif/timer/Makefile target/src/hwif/intCtlr/Makefile target/src/hwif/mii/lxt972Phy.c target/config/comps/vxWorks/40uart.cdf target/config/comps/vxWorks/40vxbArmIntCtlr.cdf Post Installation Steps: 1) A build of the updated drivers installed is necessary. In the vxWorks Development Shell, go to '$WIND_BASE/target/src/hwif'. Run the command: make CPU=ARMARCH5 TOOL=diab or make CPU=ARMARCH5 TOOL=gnu The updated drivers that were installed will be archived into the corresponding libraries. 2) For project builds to work you should close Workbench if you are using it. Next remove the file 'target/config/comps/vxWorks/CxrCat.txt'. You may now restart Workbench and create vxWorks image projects based on the new BSP. 3) For command line builds to work you should rebuild 'target/config/all/vxbUsrCmdLine.c'. First remove the old vxbUsrCmdLine.c. You should consider backing it up, so you can restore to use the old version if necessary. Next open the vxWorks Development Shell, go to '$WIND_BASE/target/config/comps/src/hwif' and run the command: make vxbUsrCmdLine.c The updated vxbUsrCmdLine.c should be copied to 'target/config/all' directory. NOTE!!! For all Windows users, please read the following. The command above will probably not work under Windows. Here is a workaround. In the vxWorks Development Shell, run the command: set This command will list all the Windows environment variables. Check the WIND_BASE variable, it may look like 'C:\WindRiver\vxworks-6.6'. Now you need to change backslash(\) in this variable to slash(/). set WIND_BASE=C:/WindRiver/vxworks-6.6 Next type 'set' command again to make sure new value has been set successfully. Then rebuild vxbUsrCmdLine.c. This time you should succeed. After that please restore the WIND_BASE variable to the original one.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -