• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/board/pandaboard/readme.txt
Peter KorsgaardPeter Korsgaard committed 16fc95d5a1426 Feb 2016
Raw file
Source viewDiff to previous
 
1
Pandaboard
2
==========
3
​
4
This file documents the Buildroot support for the Pandaboard, a
5
low-power, low-cost single-board computer development platform based
6
on the Texas Instruments OMAP4 system on a chip (SoC).
7
​
8
Configuring and building Buildroot
9
----------------------------------
10
​
11
Start from the defconfig:
12
​
13
  $ make pandaboard_defconfig
14
​
15
You can edit build options the usual way:
16
​
17
  $ make menuconfig
18
​
19
When you are happy with the setup, run:
20
​
21
  $ make
22
​
23
The result of the build with the default settings should be these files:
24
​
25
  output/images
26
  ├── MLO
27
  ├── omap4-panda-a4.dtb
28
  ├── omap4-panda.dtb
29
  ├── omap4-panda-es.dtb
30
  ├── rootfs.ext4
31
  ├── sdcard.img
32
  ├── u-boot.img
33
  └── zImage
34
​
35
How to write the SD card
36
------------------------
37
​
38
Once the build process is finished you will have an image called "sdcard.img"
39
in the output/images/ directory.
40
​
41
Copy the bootable "sdcard.img" onto an SD card with "dd":
42
​
43
  $ sudo dd if=output/images/sdcard.img of=/dev/sdX
44
​
45
Where /dev/sdX is the device node of your SD card (may be /dev/mmcblkX
46
instead depending on setup).
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.