• 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/freescale/common/imx/genimage.cfg.template_spl
Fabio EstevamFabio Estevam committed 8e2b8e1b42d16 Sep 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
# Minimal SD card image for the Freescale boards Template for SPL Boot
2
#
3
# We mimic the .sdcard Freescale's image format:
4
# * the SD card must have 1 kB free space at the beginning,
5
# * U-Boot is dumped as is,
6
# * a FAT partition at offset 8MB is containing zImage/uImage and DTB files
7
# * a single root filesystem partition is required (ext2, ext3 or ext4)
8
#
9
​
10
image boot.vfat {
11
  vfat {
12
    files = {
13
      %FILES%
14
    }
15
  }
16
  size = 16M
17
}
18
​
19
image sdcard.img {
20
  hdimage {
21
  }
22
​
23
  partition spl {
24
    in-partition-table = "no"
25
    image = "SPL"
26
    offset = 1024
27
  }
28
​
29
  partition u-boot-img {
30
    in-partition-table = "no"
31
    image = "u-boot.img"
32
    offset = 69K
33
  }
34
​
35
  partition boot {
36
    partition-type = 0xC
37
    bootable = "true"
38
    image = "boot.vfat"
39
    offset = 8M
40
  }
41
​
42
  partition rootfs {
43
    partition-type = 0x83
44
    image = "rootfs.ext2"
45
  }
46
}
  • 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.