• 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/friendlyarm/nanopi-neo2/genimage.cfg
Jagan TekiJagan Teki committed c7160a76c6420 Dec 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
image boot.vfat {
2
    vfat {
3
        files = {
4
            "Image",
5
            "sun50i-h5-nanopi-neo2.dtb",
6
            "boot.scr"
7
        }
8
    }
9
    size = 64M
10
}
11
​
12
image sdcard.img {
13
    hdimage {
14
    }
15
​
16
    partition spl {
17
        in-partition-table = "no"
18
        image = "sunxi-spl.bin"
19
        offset = 8192
20
    }
21
​
22
    partition u-boot {
23
        in-partition-table = "no"
24
        image = "u-boot.itb"
25
        offset = 40K
26
        size = 1M # 1MB - 40K
27
    }
28
​
29
    partition boot {
30
        partition-type = 0xC
31
        bootable = "true"
32
        image = "boot.vfat"
33
    }
34
​
35
    partition rootfs {
36
        partition-type = 0x83
37
        image = "rootfs.ext4"
38
    }
39
}
  • 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.