You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/kernel
Christo Nedev c335649629 brcm2708: Update brcm2708-gpu-fw package
Problem - rapsberry pi 3 b/b+ does not boot with bcm2710 images!

How Raspberry Pi boots Actualy?

When Raspberry is switched on GPU is activated.
1. GPU execute First stage bootloader from ROM.
First stage bootloader mount the FAT boot partition on the SD card
and execute second stage bootloader (bootcode.bin).
2. Second stage bootloader (bootcode.bin) activate SDRAM.
Load the GPU firmware (start.elf).
3. GPU firmware (start.elf)
  a) display Rainbow splash.
  b) read firmware configuration file config.txt and
     split the RAM using fixup.dat.
  c) loads a cmdline.txt
  d) enables the CPU.
  e) loads the kernel image configurable via config.txt

In your target/linux/brcm2708/image/config.txt
 493 ## kernel (string)
 494 ##     Alternative name to use when loading kernel.
 495 ##
 496 #kernel=""
it is not configured!

But in your target/linux/brcm2708/image/Makefile
  75   KERNEL_IMG := kernel8.img
  76   DEVICE_TITLE := Raspberry Pi 3B/3B+
you have kernel8.img

GPU Firmware search order by default for a PI 3 is:
kernel8.img if found boot in 64 bit mode
kernel8-32.img if found boot in 32 bit mode
kernel7.img if found boot in 32 bit mode
kernel.img if found boot in 32 bit mode

But a PI 2 will start the search from kernel7.img and
a PI 1 only looks for kernel.img.

Оbviously the kernel has been found.
But something goes wrong and the device is restarted.

In your package/kernel/brcm2708-gpu-fw/Makefile
  11 PKG_NAME:=brcm2708-gpu-fw
  12 PKG_VERSION:=2017-08-08
  13 PKG_RELEASE:=e7ba7ab135f5a68b2c00a919ea9ac8d5528a5d5b
boot loader is 10 monts old.

In conclusion, the best way to solve the problem is
to update the boot loader!

Fixup_cd.dat and start_cd.elf files are not necessary.
These are used when GPU memory is set to 16 MB, which disables
some GPU features.
I did not remove them just in case!

cheers

Signed-off-by: Christo Nedev <christo.nedev@gmail.com>
6 years ago
..
acx-mac80211 acx-mac80211: fix build on kernel 4.9 7 years ago
ar7-atm ar7-atm: fix function signatures with expected ones 7 years ago
ath10k-ct ath10k-ct: Update driver to latest 6 years ago
avila-wdt build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
brcm2708-gpu-fw brcm2708: Update brcm2708-gpu-fw package 6 years ago
broadcom-wl broadcom-wl: fix compilation with 4.14 6 years ago
button-hotplug build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
dtc/patches package: kernel: dtc: Add DTO support 7 years ago
gpio-button-hotplug build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
gpio-nct5104d gpio-nct5104d: Add support for new chip ID 6 years ago
hwmon-gsc build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
i2c-gpio-custom build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
kmod-sched-cake kmod-sched-cake: bump to latest 20180515 6 years ago
lantiq ltq-vdsl-mei: Fix section mismatch 6 years ago
leds-apu2 leds-apu2: add newer board names 6 years ago
linux kernel: modules: package module for Exar 8250 UARTs 6 years ago
mac80211 mac80211: rt2x00: no longer use TXOP_BACKOFF for probe frames 6 years ago
mt76 mt76: update to the latest version 6 years ago
mwlwifi mwlwifi: update to version 10.3.4.0-2018-03-30 6 years ago
om-watchdog treewide: use the generic board_name function 7 years ago
rotary-gpio-custom build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
rtc-rv5c386a build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
spi-gpio-custom build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
trelay build: add KERNEL_MAKE and KERNEL_MAKE_FLAGS variables and move to kernel.mk 7 years ago
w1-gpio-custom build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago