Skip to content

Instantly share code, notes, and snippets.

@shadeslayer
Created August 20, 2015 12:26
Show Gist options
  • Save shadeslayer/3b0b0dd82a6bfdaf6698 to your computer and use it in GitHub Desktop.
Save shadeslayer/3b0b0dd82a6bfdaf6698 to your computer and use it in GitHub Desktop.
ODROID C1 HWPack
format: 3.0
name: c1-hwpack
architectures:
- armhf
origin: Blue Systems
maintainer: Rohan Garg <[email protected]>
support: unsupported
dtb_files:
- ./ : boot/meson8b_odroidc.dtb
dtb_addr: 0x21800000
mmc_id: 0:1
packages:
- linux-image-c1
- bootini
- u-boot-tools
partition_layout: reserved_bootfs_rootfs
kernel_file: boot/uImage-3.10*
kernel_addr: 0x21000000
initrd_file: boot/uInitrd-3.10*
initrd_addr: 0x22000000
loader_min_size: 3
extra_serial_options:
- console=tty0
- console=ttyS0,115200n8
wired_interfaces:
- eth0
sources:
debian: http://cloudfront.debian.net/debian unstable main contrib non-free
odroid: http://deb.odroid.in/ trusty main
odroid-c1: http://deb.odroid.in/c1/ trusty main
bootloaders:
u_boot:
dd: 64
package: u-boot
file: usr/share/c1_uboot/u-boot.bin
in_boot_part: false
spl_package: u-boot
spl_file: usr/share/c1_uboot/bl1.bin.hardkernel
spl_dd: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment