/testbed/README.chrisj

http://rtems-atapi.googlecode.com/ · Unknown · 27 lines · 21 code · 6 blank · 0 comment · 0 complexity · 8800e90c43590bdc4ad78b67464ffda9 MD5 · raw file

  1. This is a list of common commands I run for this test code:
  2. pc586-static:
  3. /opt/work/sw/rtems/app/rfs/configure --host=i386-rtems4.10
  4. --prefix=/local/ccj/rtems/4.10 --enable-rtemsbsp=pc586
  5. --enable-maintainer-mode --disable-flashdisk --enable-networking=static
  6. pc586:
  7. /opt/work/sw/rtems/app/rfs/configure --host=i386-rtems4.10
  8. --prefix=/local/ccj/rtems/4.10 --enable-rtemsbsp=pc586 --enable-maintainer-mode
  9. --disable-flashdisk --enable-networking=dhcp
  10. emacs-pc386-compile:
  11. make -C /local/ccj/rtems/apps/rfs/pc386 && \
  12. cp /local/ccj/rtems/apps/rfs/pc386/filesystem-test /opt/work/sw/ul/nasa/filesystem-test
  13. emac-gdb:
  14. i386-rtems4.10-gdb --annotate=3 /local/ccj/rtems/apps/rfs/pc386-static/filesystem-test
  15. bsp-pc586:
  16. /opt/work/sw/rtems/src/head/configure --target=i386-rtems4.10
  17. --prefix=/local/ccj/rtems/4.10 BSP_PRESS_KEY_FOR_RESET=0
  18. --enable-rtemsbsp=pc586 --enable-tests=samples --enable-cxx --enable-maintainer-mode
  19. qemu:
  20. qemu -m 128 -boot a -fda /opt/work/sw/rtems/qemu/rtems-boot.img -hda hda.img \
  21. -hdb fat:qemu -no-reboot -serial stdio -s -S