• 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/genimage.cfg
Peter KorsgaardPeter Korsgaard committed 16fc95d5a1426 Feb 2016
Raw file
Source viewDiff to previous
 
1
image boot.vfat {
2
    vfat {
3
        files = {
4
            "MLO",
5
            "u-boot.img"
6
        }
7
    }
8
    size = 8M
9
}
10
​
11
image sdcard.img {
12
    hdimage {
13
    }
14
​
15
    partition boot {
16
        partition-type = 0xC
17
        bootable = "true"
18
        image = "boot.vfat"
19
    }
20
​
21
    partition rootfs {
22
        partition-type = 0x83
23
        image = "rootfs.ext4"
24
        size = 512M
25
    }
26
}
  • 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.