
Hello,
v2016.01 is the last release to boot Linux on the Firefly-RK3288 for me. On v2016.03 or master there is no output from the kernel.
This coincides with the DRAM getting misdetected as 512 MiB:
U-Boot SPL 2016.03-00634-g563d8d9 (Apr 03 2016 - 16:29:17) Trying to boot from MMC1
U-Boot 2016.03-00634-g563d8d9 (Apr 03 2016 - 16:29:17 +0200)
Model: Firefly-RK3288 DRAM: 512 MiB MMC: dwmmc@ff0f0000: 0, dwmmc@ff0c0000: 1 *** Warning - bad CRC, using default environment
stdio_add_devices: Video device failed (ret=-19) In: serial Out: serial Err: serial Net: Net Initialization Skipped No ethernet found. Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc0(part 0) is current device ** No partition table - mmc 0 ** switch to partitions #0, OK mmc1 is current device Scanning mmc 1:1... Found U-Boot script /boot.scr 473 bytes read in 45 ms (9.8 KiB/s) ## Executing script at 00000000 6082320 bytes read in 559 ms (10.4 MiB/s) 38354 bytes read in 135 ms (277.3 KiB/s) 7409264 bytes read in 647 ms (10.9 MiB/s) Kernel image @ 0x2000000 [ 0x000000 - 0x5ccf10 ] ## Flattened Device Tree blob at 01f00000 Booting using the fdt blob at 0x1f00000 Loading Ramdisk to 1d369000, end 1da79e70 ... OK Loading Device Tree to 1d35c000, end 1d3685d1 ... OK
Starting kernel ...
vs.
U-Boot SPL 2016.01 (Apr 03 2016 - 16:47:26) Trying to boot from MMC
U-Boot 2016.01 (Apr 03 2016 - 16:47:26 +0200)
Model: Firefly-RK3288 DRAM: 2 GiB MMC: dwmmc@ff0c0000: 0, dwmmc@ff0f0000: 1 *** Warning - bad CRC, using default environment
In: serial@ff690000 Out: serial@ff690000 Err: serial@ff690000 Net: Net Initialization Skipped No ethernet found. Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot.scr 473 bytes read in 51 ms (8.8 KiB/s) ## Executing script at 00000000 6082320 bytes read in 1222 ms (4.7 MiB/s) 38354 bytes read in 155 ms (241.2 KiB/s) 7409264 bytes read in 1450 ms (4.9 MiB/s) Kernel image @ 0x2000000 [ 0x000000 - 0x5ccf10 ] ## Flattened Device Tree blob at 01f00000 Booting using the fdt blob at 0x1f00000 Loading Ramdisk to 1f8ef000, end 1ffffe70 ... OK Loading Device Tree to 1f8e2000, end 1f8ee5d1 ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x500 [...]
Any hints for speeding up bisection appreciated.
Regards, Andreas