Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Apr 26, 2017
2 parents 80de400 + f7b051d commit c598984
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 15 deletions.
2 changes: 1 addition & 1 deletion board/common/overlay/etc/version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
os_name="Kerberos.io OS"
os_short_name="kios"
os_prefix="kios"
os_version="2.2.1"
os_version="2.3.0"
7 changes: 6 additions & 1 deletion board/raspberrypi/config.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
gpu_mem=128
gpu_mem_256=128
gpu_mem_512=128
disable_camera_led=1
disable_camera_led=1

dtparam=i2c_arm=on
dtparam=i2s=on
dtparam=spi=on
dtparam=audio=on
2 changes: 1 addition & 1 deletion board/raspberrypi/postscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cp $IMG_DIR/zImage $BOOT_DIR/kernel.img
cp $IMG_DIR/bcm2708-rpi-b.dtb $BOOT_DIR
cp $IMG_DIR/bcm2708-rpi-b-plus.dtb $BOOT_DIR
cp $IMG_DIR/bcm2708-rpi-cm.dtb $BOOT_DIR
cp $IMG_DIR/bcm2708-rpi-0-w.dtb $BOOT_DIR
cp $RPI_FW_DIR/bootcode.bin $BOOT_DIR
cp $RPI_FW_DIR/start.elf $BOOT_DIR
cp $RPI_FW_DIR/fixup.dat $BOOT_DIR

7 changes: 6 additions & 1 deletion board/raspberrypi2/config.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
gpu_mem=128
disable_camera_led=1
disable_camera_led=1

dtparam=i2c_arm=on
dtparam=i2s=on
dtparam=spi=on
dtparam=audio=on
6 changes: 6 additions & 0 deletions board/raspberrypi3/config.txt
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
gpu_mem=128
disable_camera_led=1

dtparam=i2c_arm=on
dtparam=i2s=on
dtparam=spi=on
dtparam=audio=on
4 changes: 2 additions & 2 deletions configs/raspberrypi2_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BR2_ROOTFS_OVERLAY="board/common/overlay board/raspberrypi2/overlay"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/common/postscript.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/a59ca8f1e8e068dd58bc453dc88295e7045dafcf.tar.gz"
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/04c8e47067d4873c584395e5cb260b4f170a99ea.tar.gz"
BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
BR2_LINUX_KERNEL_ZIMAGE=y
BR2_LINUX_KERNEL_DTS_SUPPORT=y
Expand Down Expand Up @@ -159,4 +159,4 @@ BR2_PACKAGE_KERBEROSIO_WEB=y
BR2_PACKAGE_KERBEROSIO_MACHINERY=y
BR2_PACKAGE_KERBEROSIO_MACHINERY_RPI=y
BR2_PACKAGE_GDB=y
BR2_PACKAGE_GDB_DEBUGGER=y
BR2_PACKAGE_GDB_DEBUGGER=y
4 changes: 2 additions & 2 deletions configs/raspberrypi3_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BR2_ROOTFS_OVERLAY="board/common/overlay board/raspberrypi3/overlay"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/common/postscript.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/a59ca8f1e8e068dd58bc453dc88295e7045dafcf.tar.gz"
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/04c8e47067d4873c584395e5cb260b4f170a99ea.tar.gz"
BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
BR2_LINUX_KERNEL_ZIMAGE=y
BR2_LINUX_KERNEL_DTS_SUPPORT=y
Expand Down Expand Up @@ -160,4 +160,4 @@ BR2_PACKAGE_KERBEROSIO_WEB=y
BR2_PACKAGE_KERBEROSIO_MACHINERY=y
BR2_PACKAGE_KERBEROSIO_MACHINERY_RPI=y
BR2_PACKAGE_GDB=y
BR2_PACKAGE_GDB_DEBUGGER=y
BR2_PACKAGE_GDB_DEBUGGER=y
6 changes: 3 additions & 3 deletions configs/raspberrypi_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ BR2_ROOTFS_OVERLAY="board/common/overlay board/raspberrypi/overlay"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/common/postscript.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/a59ca8f1e8e068dd58bc453dc88295e7045dafcf.tar.gz"
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/04c8e47067d4873c584395e5cb260b4f170a99ea.tar.gz"
BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
BR2_LINUX_KERNEL_ZIMAGE=y
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b bcm2708-rpi-b-plus bcm2708-rpi-cm"
BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-0-w bcm2708-rpi-b bcm2708-rpi-b-plus bcm2708-rpi-cm"
BR2_PACKAGE_BUSYBOX_CONFIG="board/common/busybox.config"
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
BR2_PACKAGE_GZIP=y
Expand Down Expand Up @@ -159,4 +159,4 @@ BR2_PACKAGE_KERBEROSIO_WEB=y
BR2_PACKAGE_KERBEROSIO_MACHINERY=y
BR2_PACKAGE_KERBEROSIO_MACHINERY_RPI=y
BR2_PACKAGE_GDB=y
BR2_PACKAGE_GDB_DEBUGGER=y
BR2_PACKAGE_GDB_DEBUGGER=y
4 changes: 2 additions & 2 deletions package/rpi-firmware/rpi-firmware.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

RPI_FIRMWARE_VERSION = 597c662a613df1144a6bc43e5f4505d83bd748ca
RPI_FIRMWARE_VERSION = b51046a2b2bb69771579a549d157205d9982f858
RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
RPI_FIRMWARE_LICENSE = BSD-3c
RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
Expand Down Expand Up @@ -56,4 +56,4 @@ define HOST_RPI_FIRMWARE_INSTALL_CMDS
endef

$(eval $(generic-package))
$(eval $(host-generic-package))
$(eval $(host-generic-package))
4 changes: 2 additions & 2 deletions package/rpi-userland/rpi-userland.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

RPI_USERLAND_VERSION = 2350bf2511fa49e177fb35c9613eef1b657a7506
RPI_USERLAND_VERSION = cdb5da59f939eb4078e90ed0e3c231c498ba9957
RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION))
RPI_USERLAND_LICENSE = BSD-3c
RPI_USERLAND_LICENSE_FILES = LICENCE
Expand All @@ -29,4 +29,4 @@ define RPI_USERLAND_POST_TARGET_CLEANUP
endef
RPI_USERLAND_POST_INSTALL_TARGET_HOOKS += RPI_USERLAND_POST_TARGET_CLEANUP

$(eval $(cmake-package))
$(eval $(cmake-package))

0 comments on commit c598984

Please sign in to comment.