Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

reform-boundary-uboot

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    user avatar
    Javier Martinez Canillas authored
    board/freescale/mx6qsabrelite/README explain a procedure to
    update the SPI-NOR on the SabreLite board without Freescale
    manufacturing tool but following this procedure leads to both
    "sf erase" and "sf write" failing on a mx6qsabrelite board:
    
    MX6QSABRELITE U-Boot > sf probe 1
    MX6QSABRELITE U-Boot > sf erase 0 0x40000
    SPI flash erase failed
    MX6QSABRELITE U-Boot > sf write 0x10800000 0 0x40000
    SPI flash write failed
    
    This is because the chip-select 1 is wrong and the correct
    value is 0x7300.
    
    Since commit c1173bd0 ("sf command: allow default bus and chip selects")
    the chip-select and bus arguments for the sf probe command are optional
    so let's just remove it and use "sf probe" instead.
    
    Signed-off-by: default avatarJavier Martinez Canillas <javier.martinez@collabora.co.uk>
    7a3f481c
    History
    Name Last commit Last update