$ mkdir -p beaglelfs/{sources,rootfs_install,boot_mnt,rootfs_mnt}
Download the latest i686 Binary TAR of the ARM GNU/Linux (glibc-based) Lite Toolchain:
| #include <stdio.h> | |
| #include <unistd.h> | |
| #include <modbus.h> | |
| #include <string.h> | |
| #include <errno.h> | |
| #include <sys/ioctl.h> | |
| #include <linux/serial.h> | |
| #include <asm/ioctls.h> | |
| #define NB_REGS 2 |
| # ~/.bashrc: executed by bash(1) for non-login shells. | |
| # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
| # for examples | |
| # If not running interactively, don't do anything | |
| [ -z "$PS1" ] && return | |
| # don't put duplicate lines in the history. See bash(1) for more options | |
| export HISTCONTROL=ignoredups |
| sudo cp /etc/network/interfaces /etc/network/interfacesoriginal | |
| sudp rm /etc/network/interfaces | |
| sudo nano /etc/network/interfaces | |
| ---------------------------------- | |
| COPY | |
| ---------------------------------- | |
| auto lo | |
| iface lo inet loopback | |
| auto eth0 |