AppTRK & MPC8313-RDB

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

AppTRK & MPC8313-RDB

1,375 次查看
MarkB
Contributor I
I have a MPC8313-RDB and I am not using the BSP from Freescale.  I have it booting with kernel 2.6.28.6 and busybox.  Is there a way to get the AppTRK.elf package working in my ramdisk image?
标签 (1)
标记 (1)
0 项奖励
回复
1 回复

347 次查看
ronco
NXP Employee
NXP Employee

Yes you can but you'll still need to install the Freescale BSP for the MPC8313-RDB to get the apptrk executable.  Download and install that BSP, run LTIB and select the apptrk package to generate the apptrk executable.  This file will be located in the {LTIB}/rootfs/usr/bin folder.

 

The next step depends on how your BSP incorporates files into its root file system.  Refer to your documentation on that if you want apptrk included in the rfs.

 

You have a couple of other options for using apptrk with this BSP:
  - boot your system and then tftp or ftp apptrk to the running system.
  - boot your system and then NFS-mount a directory from your running system and put apptrk in that directory so it is accessable on the target board (and if you'll permit a brief editorial, NFS is still a better method than ramdisk for application development.)

0 项奖励
回复