AppTRK & MPC8313-RDB

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

AppTRK & MPC8313-RDB

1,374 Views
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?
Labels (1)
0 Kudos
Reply
1 Reply

346 Views
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 Kudos
Reply