• 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/raspberrypi/genimage-raspberrypi0w.cfg
Yves DeweerdtYves Deweerdt committed 650818fb3a621 Jun 2017
Raw file
Source viewDiff to previous
 
1
image boot.vfat {
2
  vfat {
3
    files = {
4
      "bcm2708-rpi-0-w.dtb",
5
      "rpi-firmware/bootcode.bin",
6
      "rpi-firmware/cmdline.txt",
7
      "rpi-firmware/config.txt",
8
      "rpi-firmware/fixup.dat",
9
      "rpi-firmware/start.elf",
10
      "rpi-firmware/overlays",
11
      "zImage"
12
    }
13
  }
14
  size = 32M
15
}
16
​
17
image sdcard.img {
18
  hdimage {
19
  }
20
​
21
  partition boot {
22
    partition-type = 0xC
23
    bootable = "true"
24
    image = "boot.vfat"
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.