• 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/grinn/chiliboard/genimage.cfg
Marcin NiestrojMarcin Niestroj committed c9abeddce6530 Jan 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
# Minimal microSD card image for Grinn's chiliBoard
2
#
3
​
4
image boot.vfat {
5
  vfat {
6
    files = {
7
      "MLO",
8
      "u-boot.img",
9
      "am335x-chiliboard.dtb",
10
      "zImage"
11
    }
12
  }
13
  size = 16M
14
}
15
​
16
image sdcard.img {
17
  hdimage {
18
  }
19
​
20
  partition u-boot {
21
    partition-type = 0xC
22
    bootable = "true"
23
    image = "boot.vfat"
24
    offset = 1M
25
  }
26
​
27
  partition rootfs {
28
    partition-type = 0x83
29
    image = "rootfs.ext4"
30
  }
31
}
  • 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.