Skip to content

Commit d9c6da3

Browse files
Merge pull request #7 from nerves-project/br-bump
Buildroot 2016.11.1 BR2_EXTERNAL update
2 parents 7ae482f + 0b7683c commit d9c6da3

10 files changed

+478047
-24
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.10.0
4+
5+
* New features
6+
* Bump toolchain to use gcc 5.3 (previously using gcc 4.9.3)
7+
* Bump Linux kernel to 4.4.43
8+
39
## v0.9.0
410

511
This version switches to using the `nerves_package` compiler. This will

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ also works on the [BeagleBone Green](http://beagleboard.org/green).
1313
| CPU | 1 GHz ARM Cortex-A8 |
1414
| Memory | 512 MB DRAM |
1515
| Storage | 4 GB eMMC Flash and MicroSD |
16-
| Linux kernel | 4.4.9 w/ BBB patches |
16+
| Linux kernel | 4.4.43 w/ BBB patches |
1717
| IEx terminal | ttyS0 via the FTDI connector |
1818
| GPIO, I2C, SPI | Yes - Elixir ALE |
1919
| ADC | Yes |
@@ -200,7 +200,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed
200200
1. Add nerves_system_bbb to your list of dependencies in `mix.exs`:
201201

202202
def deps do
203-
[{:nerves_system_bbb, "~> 0.4.0"}]
203+
[{:nerves_system_bbb, "~> 0.10.0"}]
204204
end
205205

206206
2. Ensure nerves_system_bbb is started before your application:

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.10.0

linux/linux-4.4.9.defconfig linux/linux-4.4.43.defconfig

+3-5
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ CONFIG_NR_CPUS=2
4646
CONFIG_ARM_PSCI=y
4747
CONFIG_PREEMPT_RT_FULL=y
4848
CONFIG_HZ_250=y
49-
CONFIG_THUMB2_KERNEL=y
5049
CONFIG_KSM=y
5150
CONFIG_FRONTSWAP=y
5251
CONFIG_CMA=y
@@ -63,6 +62,7 @@ CONFIG_CPU_FREQ_GOV_ONDEMAND=y
6362
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
6463
CONFIG_CPUFREQ_DT=y
6564
# CONFIG_ARM_OMAP2PLUS_CPUFREQ is not set
65+
CONFIG_ARM_TI_CPUFREQ=y
6666
CONFIG_CPU_IDLE=y
6767
CONFIG_ARM_CPUIDLE=y
6868
CONFIG_KERNEL_MODE_NEON=y
@@ -90,7 +90,7 @@ CONFIG_DEVTMPFS=y
9090
CONFIG_DEVTMPFS_MOUNT=y
9191
CONFIG_EXTRA_FIRMWARE="am335x-pm-firmware.elf am335x-bone-scale-data.bin am335x-evm-scale-data.bin am43x-evm-scale-data.bin"
9292
CONFIG_DMA_CMA=y
93-
CONFIG_CMA_SIZE_MBYTES=24
93+
CONFIG_CMA_SIZE_MBYTES=48
9494
CONFIG_OMAP_INTERCONNECT=y
9595
CONFIG_OMAP_OCP2SCP=y
9696
CONFIG_VEXPRESS_CONFIG=y
@@ -226,6 +226,7 @@ CONFIG_WKUP_M3_RPROC=y
226226
CONFIG_PRUSS_REMOTEPROC=m
227227
CONFIG_RPMSG_PRU=m
228228
CONFIG_SOC_TI=y
229+
CONFIG_OPP_DOMAIN_TI=y
229230
CONFIG_WKUP_M3_IPC=y
230231
CONFIG_TI_EMIF=y
231232
CONFIG_TI_EMIF_SRAM=y
@@ -251,9 +252,6 @@ CONFIG_NLS_UTF8=y
251252
CONFIG_PRINTK_TIME=y
252253
CONFIG_BOOT_PRINTK_DELAY=y
253254
CONFIG_DYNAMIC_DEBUG=y
254-
CONFIG_DEBUG_INFO=y
255-
CONFIG_DEBUG_INFO_SPLIT=y
256-
CONFIG_DEBUG_INFO_DWARF4=y
257255
CONFIG_STRIP_ASM_SYMS=y
258256
CONFIG_UNUSED_SYMBOLS=y
259257
CONFIG_LOCKUP_DETECTOR=y

0 commit comments

Comments
 (0)