• 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/beaglebone/genimage.cfg
Ezequiel GarciaEzequiel Garcia committed 828c4ab06c807 Jun 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
image boot.vfat {
2
    vfat {
3
        files = {
4
            "MLO",
5
            "u-boot.img",
6
            "zImage",
7
            "uEnv.txt",
8
            "am335x-bone.dtb",
9
            "am335x-boneblack.dtb"
10
        }
11
    }
12
    size = 16M
13
}
14
​
15
image sdcard.img {
16
    hdimage {
17
    }
18
​
19
    partition u-boot {
20
        partition-type = 0xC
21
        bootable = "true"
22
                image = "boot.vfat"
23
    }
24
​
25
    partition rootfs {
26
        partition-type = 0x83
27
        image = "rootfs.ext4"
28
        size = 512M
29
    }
30
}
  • 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.