Add a Linux system call to Raspberry Pi

Source: Internet
Author: User

Lab 4: Add a system call to raspberry Pi

1. Download the compilation tool, the Kernel source file, and the Firmware.

$ Mkdir rpi
$ Cd rpi
$ Git clone git: // github.com/raspberrypi/firmware.git PRiFirmware
$ Git clone git: // github.com/raspberrypi/linux.git RpiLinux
$ Git clone git: // github.com/raspberrypi/tools.git RpiTools

The download takes a lot of time and requires network stability.

2. Obtain the. config file of the current Kernel and perform custom configuration.

The config.gz path is/proc/config.gz under rpi. Copy it to the root directory (RpiLinux) of the new kernel source code and run:

Sudo zcat config.gz>. config

Make ARCH = arm CROSS_COMPILE = ../RpiTools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-oldconfig

Press enter to complete the configuration. NOTE: If compilation has been performed before, execute make mrproper to clean up and then execute the above two steps.

  • 1
  • 2
  • 3
  • 4
  • Next Page

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.