• 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/orangepi/orangepi-zero/genimage.cfg
Sergey MatyukevichSergey Matyukevich committed e3c1c6e41e624 May 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
# Minimal SD card image for the OrangePi Zero
2
#
3
image boot.vfat {
4
    vfat {
5
        files = {
6
            "zImage",
7
            "sun8i-h2-plus-orangepi-zero.dtb",
8
            "boot.scr"
9
        }
10
    }
11
    size = 10M
12
}
13
​
14
image sdcard.img {
15
    hdimage {
16
    }
17
​
18
    partition u-boot {
19
        in-partition-table = "no"
20
        image = "u-boot-sunxi-with-spl.bin"
21
        offset = 8192
22
        size = 1040384 # 1MB - 8192
23
    }
24
​
25
    partition boot {
26
        partition-type = 0xC
27
        bootable = "true"
28
        image = "boot.vfat"
29
    }
30
​
31
    partition rootfs {
32
        partition-type = 0x83
33
        image = "rootfs.ext4"
34
        size = 512M
35
    }
36
}
  • 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.