Cirrus Logic EDB9302A Bedienungsanleitung Seite 5

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 20
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 4
Boot the GESBC-9302 in the normal way from the serial console. When you are
in the GESBC filesystem, first set its IP address to 192.168.0.127, using the
following command:
Ifconfig eth0 192.168.0.127
This will allow the GESBC-9302 into the Debian NFS server. Next, try mounting
the Debian NFS at IP address 192.168.0.125 with the following command:
mount –o nolock 192.168.0.125:/armfiles /mnt
This is a standard mount command but it now includes the NFS server IP
address and the NFS-enabled directory. Be sure to include the nolock option;
without this the command will hang up!
If the command is successful, change directories to /mnt. Run the ls command
and you should see the a.out file. Execute it and you will see “Hello World!”.
The screenshot below shows the complete GESBC-9302 sequence:
It worked! The GESBC-9302 has mounted the Debian system as just another
directory in its file system. You can write and cross-compile programs on the
Debian, move the compiled program to /armfiles and execute directly from the
GESBC-9302.
You can un-mount the NFS directory with the standard umount /mnt command.
Please press Enter to activate this console.
BusyBox v1.00 (2005.11.11-02:53+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
~ # ifconfig eth0 192.168.0.127
~ # mount -o nolock 192.168.0.125:/armfiles /mnt
~ # cd /mnt
/mnt # ls
a.out
/mnt # ./a.out
Hello World!
/mnt #
Seitenansicht 4
1 2 3 4 5 6 7 8 9 10 ... 19 20

Kommentare zu diesen Handbüchern

Keine Kommentare