• 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/acmesystems/aria-g25/genimage.cfg
Biagio MontaruliBiagio Montaruli committed b10d29ea7f822 Sep 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
# Minimal SD card image for the Acmesystems Aria G25
2
​
3
image boot.vfat {
4
    vfat {
5
        file zImage {
6
            image = "zImage"
7
        }
8
​
9
        file at91-ariag25.dtb {
10
            image = "at91-ariag25.dtb"
11
        }
12
​
13
        file boot.bin {
14
            image = "at91sam9x5_aria-sdcardboot-linux-zimage-dt-3.8.6.bin"
15
        }
16
    }
17
    size = 16M
18
}
19
​
20
image sdcard.img {
21
    hdimage {
22
    }
23
​
24
    partition boot {
25
        partition-type = 0xC
26
        bootable = "true"
27
        image = "boot.vfat"
28
    }
29
​
30
    partition rootfs {
31
        partition-type = 0x83
32
        image = "rootfs.ext4"
33
        size = 512M
34
    }
35
}
  • 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.