Search results

Jump to: navigation, search

Page title matches

  • |title=Setting up an NFS File Server |description=An NFS file server can provide a variety of services to Linux machines on a network.
    9 KB (1,394 words) - 15:25, 6 November 2015
  • |title=Editing a File ...ng <code>vi</code> simply type the command <code>vi</code> followed by the file name. For example, to edit the network interfaces configuration:
    5 KB (769 words) - 14:37, 10 April 2014

Page text matches

  • * [[Editing a File]] * [[Setting up an NFS File Server]]
    5 KB (678 words) - 19:22, 27 December 2013
  • [[File:Gnu.png|right|thumb|250px|GNU head: the GNU project's logo]] [[File:Tux.svg| left| thumb | 200px |Tux: the official mascot of the linux kernel]
    2 KB (253 words) - 15:03, 10 March 2014
  • [[File:EMAC_LOGO.png|right]] [[File:OElogo.png|right]]
    2 KB (354 words) - 15:04, 10 March 2014
  • .... This is generally useful for forcing reconfiguration after configuration file changes are made without needing to reboot the system. -p,--pidfile FILE Match a process with PID from the file
    18 KB (2,717 words) - 16:06, 10 April 2014
  • ...nection, first create an entry in the <code>/etc/network/interfaces</code> file on the device system for the usb0 interface. An example of this configurati ...c/Documentation/usb/gadget_serial.txt Documentation/usb/gadget_serial.txt] file in the Linux kernel source for your target board for detailed information o
    14 KB (2,158 words) - 15:07, 10 April 2014
  • ...be used. A tutorial on [[Setting up an NFS File Server|setting up an NFS file server]] can be found [[Setting_up_an_NFS_File_Server|here]] ...ost helpful information can usually be found in the <code>/proc/mtd</code> file. The output of the <code>mount</code> command, <code>/etc/fstab</code>, and
    6 KB (1,059 words) - 19:42, 9 September 2014
  • 1. [[File:Gparted Init.png|right|thumb|500px|Figure 1: Gparted Initial View]] * [[File:Gparted Resize Details.png|right|thumb|500px|Figure 2: Gparted Resize Detai
    13 KB (2,010 words) - 16:02, 10 November 2014
  • ...ot), the command line can be viewed through the <code>/proc/cmdline</code> file on a running Linux system. The example below illustrates the command line o ...rrespond to each of these partitions is to view the <code>/proc/mtd</code> file. The partition names specified in the command line are reflected in the <co
    13 KB (2,025 words) - 14:56, 3 July 2014
  • JFFS2 (Journalling Flash File System version 2) was created to provide a better filesystem for flash memo ...rectory is located at <code>/tmp/rootfs</code> and the image in the output file is <code>emac-oe-rootfs.jffs2</code>.
    7 KB (1,069 words) - 10:48, 14 April 2014
  • | <code>filesize</code> || Automatically set to the size of the last file loaded on the system ...eaddr</code> || Automatically set to the logical address used for the last file loaded to the system
    9 KB (1,378 words) - 17:30, 18 November 2015
  • In order to load a file using TFTP, U-Boot must be configured to access the local network. Static n {{ warning | Before transferring a file to the system, make sure that it does not exceed the size of the available
    15 KB (2,300 words) - 13:32, 15 April 2021
  • ...ls.kde.org/projects/ark/ Ark] for KDE, [http://fileroller.sourceforge.net/ File Roller] for GNOME * Using a graphical archiving tool, double click the archive file and click extract. If you need assistance with this, please see the documen
    4 KB (604 words) - 17:30, 6 June 2017
  • [[File:Eclipse.jpg|right]]
    2 KB (311 words) - 15:45, 21 March 2014
  • ...ls.kde.org/projects/ark/ Ark] for KDE, [http://fileroller.sourceforge.net/ File Roller] for GNOME ...e is interpreted to be the standard input file stream instead of an actual file. The <code>v</code> flag indicates that <code>tar</code> should produce ve
    7 KB (1,144 words) - 16:46, 21 March 2014
  • [[File:Emac_oe_sdk_setup-2.png|400px|thumb|left|Figure 1. SDK Machine Selection Di INFO: Generating new default configuration file.
    4 KB (621 words) - 14:37, 14 April 2014
  • The Trivial File Transfer Protocal, or TFTP, is used to transfer files from machine to machi ...C ARM based systems require a TFTP server to transfer the Linux kernel and file system to the board from a host PC. The boot loader will connect to the ser
    5 KB (702 words) - 17:03, 14 November 2014
  • |keywords=EMAC Hello Project,EMAC Example Makefile,EMAC Example C File This guide consists of a simple hello.c source file and a Makefile build file located within Listing 2 and Listing 3, respectively.
    9 KB (1,378 words) - 14:34, 14 April 2014
  • ...d. Navigate to the hello project in the SDK projects and copy the Makefile file to the current project directory. Or from the command line type: This tells the Makefile that the source file used is <code>example.c</code> and the resulting executable will be called
    10 KB (1,448 words) - 14:41, 14 April 2014
  • ::[[File:EMAC_Eclipse_Select_RSE_Perspective.png|400px|left|thumb|Figure 1: Open Per [[File:Eclipse_remote_connection.png|600px|left|thumb|Figure 2: New Remote Connect
    4 KB (674 words) - 16:32, 25 March 2014
  • ...t for this will provide you with such a path. The script which creates the file to source also creates a symbolic link for arm-linux-gnueabi-gdb called, si ...project named <code>pthread_demo</code>. It consists of the single source file <code>pthread_demo.c</code>. The program is called with a single integer ar
    32 KB (5,154 words) - 17:46, 19 June 2019
  • [[File:EMAC_Eclipse_Splash.png|600px|left|thumb|Figure 1: Eclipse Splash Window]] [[File:EMAC_Eclipse_Choose_Workspace.png|600px|left|thumb|Figure 2: Choose Workspa
    4 KB (611 words) - 15:12, 24 March 2014
  • ::[[File:Eclipse_New_Terminal_View.png|600px|thumb|left|Figure 1: New Terminal View] ...lished. To create a new connection this way, use the ''Connect'' button, [[File:Terminal_View_Connect_Icon.png|Terminal View Connect Icon]].
    8 KB (1,164 words) - 17:02, 24 March 2014
  • ...ries to compile the source and header files into an executable. The header file is located in the include directory as is common with larger projects. The ...in the src directory to point to the path to the correct global.properties file. Make sure that the [[ Configuring_EMAC_OE_4.0_SDK | setmachine ]] script h
    8 KB (1,205 words) - 14:41, 24 November 2014
  • ...y create a symbolic link from <code>local.conf</code> to the configuration file set up for the selected machine. This must be done to configure EMAC OE pri
    12 KB (1,852 words) - 15:53, 2 April 2014
  • |keywords=Remote System Explorer,SFTP Setup,Eclipse,Transferring Files,Remote File Editing |description=The Eclipse Remote System Explorer plugin provides SSH File Transfer Protocol (SFTP) capabilities to facilitate the transfer of files b
    5 KB (804 words) - 16:45, 25 March 2014
  • [[File:EMAC_Eclipse_RSE_SSH_Setup.png|600px|left|thumb|Figure 1: Eclipse RSE View] [[File:EMAC_Eclipse_RSE_SSH_Terminal.png|400px|left|thumb|Figure 2: RSE SSH Termin
    5 KB (750 words) - 16:54, 25 March 2014
  • ...re it as desired. It is recommended to start with the kernel configuration file used by EMAC to build the kernel for the target device. Starting with EMAC 1. Copy the default configuration file to the same directory as the kernel source tree and kernel-build-cross.sh a
    5 KB (844 words) - 12:32, 26 September 2020
  • ...tem is a virtual filesystem provided by the Linux kernel that allows for a file-based interface to kernel driver parameters. The EMAC GPIO Class utilizes < ...urrent value of a device's settings is as simple as reading the respective file. The <code>cat</code> command is typically used for this. The output is for
    40 KB (6,519 words) - 17:35, 13 November 2015
  • [[File:EMAC_Eclipse_Remote_Run_Configuration.png|x600px|left|thumb|Figure 1: Run / * Choose a ''Remote Absolute File Path for C/C++ Application:'' value. Note that this location must be writea
    6 KB (904 words) - 16:33, 26 March 2014
  • These lessons assume that the user has just finished editing a C source file called <code>pthread_demo.c</code> from the EMAC OE SDK example projects. T * Manually browse the file system to find the <code>pthread_demo</code> executable using ''Browse...''
    21 KB (3,339 words) - 16:39, 26 March 2014
  • Read CE INI file into global variables Load a file
    15 KB (2,356 words) - 10:58, 14 April 2014
  • [[File:Make_all_nodeco1.png|500px|thumb|left| Figure 1. Make all]] [[File:make_upload_nodeco1.png|500px|thumb|left|Figure 2. Make upload]]
    5 KB (797 words) - 17:29, 18 November 2014
  • * Make the file executable: ...#############<br /># Met Errors when installing EMAC ADT! Please check log file for details.<br />#########################################################
    4 KB (530 words) - 10:53, 28 July 2021
  • ==File Locations== ...perienced with Linux will first look for it; however, if the configuration file were instead stored in <code>/bin</code>, that same person may give up with
    12 KB (1,870 words) - 16:07, 2 April 2014
  • | <code>fs</code> || File systems code ...h dependency information built into the Kconfig structure. You will find a file named <code>Kconfig</code> in most source directories within the kernel. Th
    33 KB (5,229 words) - 19:14, 11 November 2015
  • ...h provides the <code>put-image</code> script. The <code>README.TXT</code> file in the package details the steps needed to install the script properly. ...onto the Compact Flash card. Images obtained from EMAC will contain a text file that specifies what boot device node to use. For a custom image, use the <c
    8 KB (1,145 words) - 15:33, 5 March 2018
  • |keywords=TFTP Server,NFS Server,U-Boot,Root File System It is possible to boot most EMAC OE systems using NFS (Network File System) as the root filesystem. This method can be especially useful during
    7 KB (998 words) - 15:42, 20 December 2019
  • ...g or recovering the root filesystem when a network connection or a network file server is not available. This page describes the steps required to boot int ...s to use the USB device 0 partition 1 and load into RAM at ${loadaddr} the file /boot/zImage-test from the USB drive. The last line boots the kernel that h
    11 KB (1,757 words) - 11:07, 27 April 2021
  • * Automatically perform tasks when a file or directory is created, changed or deleted (''search for '''inotify'''''). * [http://polishlinux.org/console/file-management-in-linux/ File Management in Linux]
    14 KB (2,215 words) - 19:18, 11 November 2015
  • ...sing an SSH connection." The software is usually sent via scp, which is a "file copy through an ssh tunnel" type of program, not via ftp.-->
    11 KB (1,759 words) - 11:45, 8 June 2016
  • |keywords=Add-on Packages,File Sharing,Web Servers,Real Time Extenstions,Database ===File Sharing===
    4 KB (537 words) - 15:40, 14 March 2014
  • ...neinfo</code> directory. For example, for Central Standard Time (CST), the file <code>/usr/share/zoneinfo/America/Chicago</code> or <code>/usr/share/zonein root@emac-oe:~# rm -f /etc/localtime ### <--- only necessary if this file exists ###
    9 KB (1,485 words) - 15:38, 19 March 2014
  • * Select File->Import to bring up the import source window as in Figure 1. [[File:emac_eclipse_import_nodeco.png|600px|thumb|left|Figure 1: Select Import Sou
    2 KB (329 words) - 15:28, 25 March 2014
  • [[File:Select_workspace.png|600px|thumb|left|Figure 1: Select Eclipse Workspace]] * From the Eclipse menubar, select ''File->New->Project''
    9 KB (1,494 words) - 16:04, 25 March 2014
  • * Select ''File → Import...'' [[File:Eclipse_import_project_step1.png|500px|thumb|left]]
    3 KB (531 words) - 15:39, 25 March 2014
  • Journalling Flash File System version 2, or JFFS2, is a log-structured file system used on flash memory devices. JFFS2 images are typically created on JFFS2 file systems are available for download on [ftp://ftp.emacinc.com EMAC's FTP sit
    6 KB (775 words) - 11:23, 5 June 2018
  • ...EMAC's ARM Linux builds, the kernel is loaded onto boards separately from file systems, while on others the kernel is loaded with the filesystem. ...mpile the Linux kernel and how to load the kernel modules onto an existing file system.
    6 KB (903 words) - 17:24, 4 November 2019
  • The <code>/sys/class/gpio/indexed_tsopt/index</code> virtual file controls which aspect of the touchscreen ...<code>cat</code> command form allows one to view the current value of the file. A common workflow may be to <code>echo</code> an INDEX_VALUE into <code>/s
    7 KB (1,175 words) - 15:56, 2 January 2014
  • |title=Setting up an NFS File Server |description=An NFS file server can provide a variety of services to Linux machines on a network.
    9 KB (1,394 words) - 15:25, 6 November 2015
  • File:Som 9260.jpg|SoM-9260 File:Som 9G20.jpg|SoM-9G20
    2 KB (392 words) - 12:04, 10 April 2014
  • [[File:Gtk interface.jpg|left|frame|Figure 1: brightness ui]]
    3 KB (423 words) - 13:50, 10 April 2014
  • ...Remote System Explorer plugin. RSE enables the developer to browse remote file systems and alter their contents similar to the way the Project Explorer al * SFTP drag-and-drop file transfer and remote file editing
    1 KB (197 words) - 16:12, 25 March 2014
  • [[File:Som150 with keypad.JPG | 500px ]]<br /> [[File:Example getkey howtopluginthekeypad 0.png|500px]]
    8 KB (1,365 words) - 14:20, 30 November 2022
  • [[File:know_your_som_150.jpg|frame|left|SOM-150ES carrier board with GPIO, LEDs an [[File:gpio_header_detail.png]]
    7 KB (1,061 words) - 13:35, 25 September 2020
  • [[File:hdr8_analog_io_header_location.jpg]] [[File:hdr8_analog_io_header_detail.jpg]]
    2 KB (383 words) - 10:52, 10 April 2014
  • ...arbitrary number of ''pthreads''. Within the '''pthread_demo.c''' C source file can be found demonstrations of how to, specifically:<br /> ...h an arbitrary number of ''pthreads''. Within the '''p_hello.c''' C source file can be found demonstrations using the '''pthread''' library.
    4 KB (575 words) - 14:21, 30 November 2022
  • == Editing a File == To edit a file with <code>vi</code>, run the command:
    7 KB (1,057 words) - 15:46, 14 March 2014
  • ...ely execute commands on a system via ssh: ssh user@host "my_command -args file"''' ...ansferring files between a local and remote host. For example, to send the file ''example.text'' to the <code>/home</code> directory of a system with the I
    5 KB (899 words) - 15:46, 19 March 2014
  • * [[Editing a File]] * [[Setting up an NFS File Server]]
    9 KB (1,066 words) - 18:46, 31 December 2013
  • [[File:Tux.svg|upright|frameless|right]]
    332 bytes (31 words) - 14:10, 17 December 2013
  • |title=Editing a File ...ng <code>vi</code> simply type the command <code>vi</code> followed by the file name. For example, to edit the network interfaces configuration:
    5 KB (769 words) - 14:37, 10 April 2014
  • Nearly every important file on a Linux system is owned by a single user and group: ''root''. The root a
    2 KB (344 words) - 15:46, 19 March 2014
  • ...n a network link is lost.. Network configuration options are read from the file <code>/etc/network/interfaces</code> by <code>ifup</code> and <code>ifdown< ...or DHCP. On most systems, the default <code>/etc/network/interfaces</code> file looks like this:
    6 KB (908 words) - 15:23, 17 March 2014
  • :<code>fbsplash</code> is a utility used to set a <code>.ppm</code> image file to the boot splash on a framebuffer device.
    2 KB (277 words) - 16:24, 10 April 2014
  • ...p compiler that is most commonly used to create a <code>.xkm</code> keymap file to be read by X servers or utilities.
    5 KB (849 words) - 09:49, 11 April 2014
  • [[File:Emac-green.png|frameless|center|x100px]]
    2 KB (214 words) - 15:02, 6 January 2014
  • * [[Editing a File]]
    780 bytes (94 words) - 17:28, 5 March 2020
  • * [[Setting up an NFS File Server]]
    2 KB (221 words) - 17:28, 5 March 2020
  • [[File:Tux.svg|upright|frameless|right]]
    2 KB (281 words) - 17:12, 6 January 2014
  • |keywords=eMMC,EXT3 Partition,FAT32 Partition,Root File System ...booted into Linux, the eMMC can be partitioned and formatted, and the root file system can be extracted. The SoM-3517M requires a special FAT formatted par
    11 KB (1,635 words) - 13:13, 15 April 2021
  • ...will be saved to the text file <code>/etc/oe_info</code>, but only if the file system has been mounted with write permissions. To do this, simply run {{ic The contents of the <code>/etc/oe_info</code> file will be written in, line-by-line, to <code>/www/pages/oe_info.html</code>.
    11 KB (1,361 words) - 16:30, 8 December 2015
  • [[File:Tux.svg|upright|frameless|right]]
    2 KB (223 words) - 15:05, 6 January 2014
  • ...the lm-sensor project and defines the i2c character device interface. This file is included in the i2c test demo included in the EMAC SDK.}}
    3 KB (566 words) - 14:55, 14 April 2014
  • {{imbox | type=notice | style = margin-bottom: 1em; | text=The spi_char.h file which defines the ioctls and data structures used for the interface is incl
    5 KB (734 words) - 17:53, 11 June 2014
  • ...not be used directly unless none of the directories listed below fits the file type. ...tion can choose to either use the system logging facilities, or write to a file within this directory.
    5 KB (731 words) - 14:18, 10 April 2014
  • ...nto the local system's Master Boot Record, using the default configuration file (<code>/etc/lilo.conf</code>), is to type: ...leave the system without a usable configuration file. If a configuration file in an alternate location needs to be used, it will have to be specified lik
    11 KB (1,809 words) - 14:10, 16 November 2015
  • ...ription=This page describes the parts of the LILO bootloader configuration file, and provides guidance on how to work with it. This page describes the parts of the LILO bootloader configuration file, and provides guidance on how to work with it. The other LILO pages descri
    9 KB (1,306 words) - 17:43, 13 November 2015
  • ...de>watchdog</code> device file. A device file is a special kind of virtual file which marks the device node in your root filesystem. Normally it's called <
    5 KB (785 words) - 14:22, 30 November 2022
  • ::[[File:Alsamixer_screen.jpg|600px|thumb|left|Figure 1: Example of <code>alsamixer< ...ad current driver setup for one, or each, soundcard from the configuration file; the <code>init</code> command initializes driver and settings to a default
    8 KB (963 words) - 20:36, 24 November 2015
  • | [[File:Potentiometer3.jpg|left|thumb|300px|alt=A potentiometer circuit.|Figure 1: | [[File:Hdr8_chan1.jpg|right|thumb|250px|alt=HDR8 Analog I/O|Figure 2: HDR8 ANALOG
    8 KB (1,349 words) - 14:22, 30 November 2022
  • ...iling a basic Java program is fairly simple; the command for compiling the file <code>HelloWorld.java</code> is: ...le called <code>HelloWorld.class</code>. The <code>HelloWorld.class</code> file will be used to run the program.
    4 KB (647 words) - 16:53, 10 November 2015
  • [[File:Setup1.PNG|400px|thumb|left|Figure 1: Qt Creator Installation Wizard]] [[File:Login.PNG|400px|thumb|left|Figure 2: Qt Creator Installation Wizard]]
    2 KB (263 words) - 18:22, 5 March 2019
  • ===== File Tools ===== * (r4) file
    6 KB (893 words) - 20:05, 9 December 2014
  • [[File:Emac-green.png|frameless|center|link=http://www.emacinc.com/|x100px]] [[File:LogoForWebsite-green.png|frameless|left|x180px|class=emrlogo]]
    2 KB (260 words) - 17:26, 5 March 2020
  • ...which you would like to search. This can be used to directly read a text file as well: {{icli|less some_text_file}}}}
    18 KB (2,846 words) - 11:02, 11 March 2019
  • * Find out which package provided a specific file on your filesystem. ...kage. There are many trends a quick regular expression can pull from this file list.}}
    14 KB (2,088 words) - 16:49, 13 July 2017
  • [[File:EMAC_Qt_Creator_Icon.png]] [[File:Qtcreator_gui.png|800px]]
    15 KB (2,032 words) - 11:03, 8 June 2016
  • ...tions (and similar) out of the kernel binary and puts them into a separate file which can be maintained independently of the kernel. * '''rsync''' - This tool allows for easy remote file synchronization between two computers.
    9 KB (1,367 words) - 15:10, 4 March 2020
  • -- Creating new source file... <br /> -- Building custom CMakeLists.txt file... <br />
    16 KB (2,257 words) - 15:46, 11 February 2019
  • |keywords=Add-on Packages,File Sharing,Web Servers,Real Time Extenstions,Database ===File Sharing===
    4 KB (621 words) - 13:44, 18 February 2016
  • [[File:Qt_Kit_qmake.png|500px|thumb|left|Figure 1: Qt Creator Kit Qmake]] [[File:QtCompilers.jpg|500px|thumb|left|Figure 2: Qt Creator Kit Compiler]]
    3 KB (527 words) - 11:43, 12 July 2017
  • [[File:QtCreatorGUInew.png|600px|left|thumb|Figure 1: Qt Creator GUI]] [[File:EMAC_C_Project.png|600px|left|thumb|Figure 2: Qt Creator EMAC Project]]
    11 KB (1,464 words) - 15:05, 8 September 2020
  • ...ansferring files between a local and remote host. For example, to send the file ''example.text'' to the <code>/usr/bin</code> directory of a system with th Alternatively, you can leave off the path after the colon if you want the file to go directly into the root user's home directory.
    18 KB (2,660 words) - 10:28, 23 July 2021
  • ...ansferring files between a local and remote host. For example, to send the file ''example.text'' to the <code>/usr/bin</code> directory of a system with th Alternatively, you can leave off the path after the colon if you want the file to go directly into the root user's home directory.
    18 KB (2,646 words) - 13:48, 18 September 2020
  • ...nd the severity level to direct the syslogger's filters regarding to which file to send any particular message. There are several different implementation ...umber of rotated logs to keep. When the maximum file size is reached, the file will be "rotated." When the maximum number of logs to keep is exceeded, th
    43 KB (6,559 words) - 17:40, 11 June 2019
  • ...from a standard Linux distribution: powerful networking features, advanced file system support, security, debugging utilities, and countless other features The basic root file system includes:
    6 KB (764 words) - 16:15, 13 November 2015
  • ===Adding a Version Number and Configured Header File=== ...rovides more flexibility. To add a version number we modify the CMakeLists file as follows:
    14 KB (1,860 words) - 16:27, 17 November 2015
  • {{:Templateimpl:Navti | [[Editing_a_File | Editing a File]] }}
    3 KB (246 words) - 10:17, 2 October 2020
  • ...abled projects, adding the following lines to the project's CMakeLists.txt file will be sufficient.
    7 KB (703 words) - 16:46, 13 July 2017
  • The <code>/etc/wpa_supplicant.conf</code> file will need to be modified to provide the necessary connection information, t ...the last psk line and paste into the <code>/etc/wpa_supplicant.conf</code> file.
    14 KB (1,984 words) - 15:46, 13 November 2015

View (previous 100 | next 100) (20 | 50 | 100 | 250 | 500)