$ sudo nano /etc/network/interfaces.d/can0
...and add the following:
allow-hotplug can0 iface can0 can static bitrate 125000
Supported bitrates are 125000, 250000, 500000, 1000000 for standard CAN (non-FD).
$ sudo nano /etc/network/interfaces.d/can0
allow-hotplug can0 iface can0 can static bitrate 125000
BR2_PRIMARY_SITE BR2_PRIMARY_SITE_ONLY BR2_BACKUP_SITE BR2_KERNEL_MIRROR BR2_GNU_MIRROR BR2_LUAROCKS_MIRROR BR2_CPAN_MIRROR
# Use local source mirror BR2_PRIMARY_SITE="http://www.myserver.org/mirrors/buildroot"
$ export GST_DEBUG_DUMP_DOT_DIR=/tmp
$ gst-launch playbin2 uri=file:///test.mp4 ^C
$ cd /tmp $ for i in *.dot; do dot -Tpng -O $i; done
mkdir ~/bin curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo chmod a+x ~/bin/repo PATH=$PATH:~/bin mkdir yocto-fido-sabresd && cd yocto-fido-sabresd repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b fido && repo sync source ./setup-environment build bitbake core-image-minimal
ssh-copy-id remote_host
ssh remote_host
ChallengeResponseAuthentication no LoginGraceTime 30 MaxStartups 2:30:10 PasswordAuthentication no PermitRootLogin no PubkeyAuthentication yes UsePAM no
sudo service ssh restart
ssh -v remote_host
debug: Authentication succeeded (publickey)
1. Compiling buildroot ---------------------- make riotboard_defconfig make 2. Installing buildroot ----------------------- Prepare an SD-card and plug it into your card reader. Write the bootloader to your SD-card: sudo dd if=output/images/u-boot.imx of=/dev/sdX bs=1k seek=1 Create 1 partition on the SD-card using your favourite tool. The partition should be big enough to hold your rootfs, for example 128MiB. Here's how an example of such partition layout: Device Boot Start End Blocks Id System /dev/sdX1 2048 264191 131072 83 Linux Format the SD-card partition with your favourite filesystem: sudo mkfs.ext2 /dev/sdX1 Deploy your rootfs to the SD-card: sudo mkdir /mnt/sdcard/ sudo mount /dev/sdX1 /mnt/sdcard/ sudo tar xf rootfs.tar -C /mnt/sdcard/ sudo umount /dev/sdX1 3. Running buildroot -------------------- Position the board so you can read the label "RIoTboard" on the right side of SW1 DIP switches. Configure the SW1 swiches like this: 10100101 (1 means ON position, 0 means OFF position) Now plug your prepared SD-card in slot J6. Connect a serial console (115200, 8, N, 1) to header J18. Connect a 5V/1A power supply to the board and enjoy your new toy.
mkdir ~/bin curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo chmod a+x ~/bin/repo PATH=$PATH:~/bin mkdir fsl-community-bsp && cd fsl-community-bsp repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b dizzy && repo sync source ./setup-environment build bitbake core-image-minimal
Kernel Status ==================== Linux 3.17.0 OK Linux 3.17.1 OK Linux 3.17.2 OK Linux 3.17.3 OK Linux 3.17.4 OK Linux 3.17.5 OK Linux 3.17.6 OK Linux 3.17.7 OK Linux 3.17.8 OK Linux 3.18.0 OK Linux 3.18.1 OK Linux 3.18.2 OK Linux 3.18.3 OK Linux 3.18.4 OK