Skip to content

Instantly share code, notes, and snippets.

@icopitg-fh
icopitg-fh / fdisk.in
Last active December 30, 2015 11:33
Buildroot image install script. We use syslinux to boot the system. fdisk.in file is a necessary include that automates the creation of our partitions.
d
1
d
2
d
3
d
4
n
p
@icopitg-fh
icopitg-fh / buildroot-custom.sh
Last active December 27, 2015 23:29
Buildroot customization script to be run before image generation. Add any customizations you need.
#!/bin/sh
##
# This script runs before image generation.
# Add any target customizations you need here.
# Target is located in output/target relative to your buildroot root directory.
##
# Add eth0 to /etc/network/interfaces and configure for DHCP.
# Adjust as needed for your environment.
@icopitg-fh
icopitg-fh / linux-2.6.34-config
Created November 5, 2013 02:39
Linux kernel 2.6.34 config for Vortex86 based embedded devices. This file is also included in my buildroot-config: https://gist.github.com/icopitg-fh/7312889
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.34
# Thu Oct 10 13:55:27 2013
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
# CONFIG_X86_64 is not set
CONFIG_X86=y
CONFIG_OUTPUT_FORMAT="elf32-i386"
@icopitg-fh
icopitg-fh / buildroot-config
Last active December 27, 2015 10:39
Buildroot and Linux kernel config for Vortex86 based embedded devices.
#
# Automatically generated file; DO NOT EDIT.
# Buildroot 2013.11-git-00453-g2c13d5b Configuration
#
BR2_HAVE_DOT_CONFIG=y
#
# Target options
#
# BR2_arcle is not set