Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. May 08, 2024
  2. Mar 19, 2024
    • Mattijs Korpershoek's avatar
      configs: am62x_android_a53.config: Disable splashscreen · f9b966c6
      Mattijs Korpershoek authored
      
      When booting Android from eMMC, loading the splashscreen file fails:
      
        U-Boot SPL 2023.04 (Mar 18 2024 - 13:00:32 +0000)
        SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.5--v09.02.05 (Kool Koala)')
        SPL initial stack usage: 1856 bytes
        MMC: no card present
        ** Bad device specification mmc 1 **
        Couldn't find partition mmc 1:1
        Error: could not access storage.
        Trying to boot from DFU
        Authentication passed
        Authentication passed
      
      Since commit b66b2032 ("video: Fill video handoff in video post probe"),
      U-Boot proper crashes because of this:
      
        U-Boot 2023.04 (Mar 18 2024 - 13:00:32 +0000)
      
        SoC:  AM62X SR1.0 HS-FS
        Model: Texas Instruments AM625 SK
        EEPROM not available at 80, trying to read at 81
        Board: AM62B-SKEVM-P1 rev A
        DRAM: initcall sequence 00000000808ada08 failed at call 000000008082740c (err=-2)
        ### ERROR ### Please RESET the board ###
      
      Disable splashcreen for Android to fix the crash.
      
      Signed-off-by: default avatarMattijs Korpershoek <mkorpershoek@baylibre.com>
      Reviewed-by: default avatarDevarsh Thakkar <devarsht@ti.com>
      f9b966c6
    • Devarsh Thakkar's avatar
      HACK: common: board_f: Don't treat bloblist failure as hard error · cdb078e7
      Devarsh Thakkar authored
      
      Don't propagate error on bloblist failure as it is possible that splash
      logo file may not have been present in expected location since common
      defconfig is being used for other bootmodes too.
      
      Signed-off-by: default avatarDevarsh Thakkar <devarsht@ti.com>
      cdb078e7
  3. Mar 13, 2024
  4. Mar 11, 2024
  5. Mar 07, 2024
  6. Mar 04, 2024
  7. Feb 27, 2024
  8. Feb 23, 2024
  9. Feb 22, 2024
  10. Feb 21, 2024
Loading