• 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/sinovoip/m2-plus/genimage.cfg
Mike HarmonyMike Harmony committed cef57c9642822 Sep 2017
Raw file
Source viewDiff to previous
 
1
image boot.vfat {
2
    vfat {
3
        files = {
4
            "zImage",
5
            "sun8i-h3-bananapi-m2-plus.dtb",
6
            "boot.scr"
7
        }
8
    }
9
    size = 64M
10
}
11
​
12
image sdcard.img {
13
    hdimage {
14
    }
15
​
16
    partition u-boot {
17
        in-partition-table = "no"
18
        image = "u-boot-sunxi-with-spl.bin"
19
        offset = 8192
20
        size = 1040384 # 1MB - 8192
21
    }
22
​
23
    partition boot {
24
        partition-type = 0xC
25
        bootable = "true"
26
        image = "boot.vfat"
27
    }
28
​
29
    partition rootfs {
30
        partition-type = 0x83
31
        image = "rootfs.ext4"
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.