so long cubietruck

This commit is contained in:
Calin Crisan 2017-02-18 20:43:13 +02:00
parent 1237d45e02
commit c27276deb6
8 changed files with 0 additions and 3339 deletions

View File

@ -1,7 +0,0 @@
setenv bootargs console=tty1 root=/dev/mmcblk0p2 rootwait panic=10 earlyprintk quiet loglevel=1 ipv6.disable=1 ${extra}
fatload mmc 0 0x49000000 sun7i-a20-cubietruck.dtb
fatload mmc 0 0x46000000 uImage
setenv fdt_high ffffffff
setenv video-mode sunxi:1024x768-24@60,monitor=hdmi,hpd=1,edid=1
bootm 0x46000000 - 0x49000000

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +0,0 @@
#!/bin/bash -e
BOARD_DIR=$(dirname $0)
COMMON_DIR=$BOARD_DIR/../common
export BOARD=$(basename $BOARD_DIR)
export IMG_DIR=$BOARD_DIR/../../output/$BOARD/images/
export UBOOT_BIN=$IMG_DIR/u-boot-sunxi-with-spl.bin
export UBOOT_SEEK=16
$COMMON_DIR/mkimage.sh

View File

@ -1 +0,0 @@
cubietruck

View File

@ -1,5 +0,0 @@
#!/bin/bash
sn=$(cat /sys/class/net/eth0/address 2>/dev/null| tr -d ':')
echo ${sn: -8}

View File

@ -1,11 +0,0 @@
#!/bin/sh
UBOOT_HOST_DIR=$TARGET/../build/host-uboot-tools-*
cp $IMG_DIR/uImage $BOOT_DIR
cp $IMG_DIR/sun7i-a20-cubietruck.dtb $BOOT_DIR
$UBOOT_HOST_DIR/tools/mkimage -C none -A arm -T script -d $BOARD_DIR/boot.cmd $BOOT_DIR/boot.scr
# disable software updating
sed -i 's/enable_update true/enable_update false/' $TARGET/etc/motioneye.conf