• 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
Matthias FritzscheMatthias Fritzsche committed 4b2440b7dcc05 Apr 2017
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-evm.dtb",
9
            "am335x-evmsk.dtb",
10
            "am335x-bone.dtb",
11
            "am335x-boneblack.dtb",
12
            "am335x-bonegreen.dtb",
13
        }
14
    }
15
    size = 16M
16
}
17
​
18
image sdcard.img {
19
    hdimage {
20
    }
21
​
22
    partition u-boot {
23
        partition-type = 0xC
24
        bootable = "true"
25
                image = "boot.vfat"
26
    }
27
​
28
    partition rootfs {
29
        partition-type = 0x83
30
        image = "rootfs.ext4"
31
        size = 512M
32
    }
33
}
  • 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.