Saturday, August 9, 2014

Labs instructions

To run eclipse: 

# cd /opt
# ./run_eclipse &


To run qemu:

# cd /opt/armsystem/output
# ./run_qemu &


Copy user application to the target

# cp  [source app]   /opt/armsystem/output/rootfs


Copy kernel module to the target

# cp [source module]  /opt/armsystem/output/rootfs/lib/modules/2.6.32



No comments:

Post a Comment