Differences

This shows you the differences between two versions of the page.

Link to this comparison view

mango:uboot [2023/06/30 12:06]
evaldas
mango:uboot [2024/11/12 09:39] (current)
dominykas.m
Line 31: Line 31:
   tftpboot 44000000 u-boot-mango-v5.1.mbn   tftpboot 44000000 u-boot-mango-v5.1.mbn
  
-7. Write u-boot binary from RAM to FLASH memory. **Warning: do not proceed with this step if step failed !!!**+7. Write u-boot binary from RAM to FLASH memory. **Warning: do not proceed with this step if step failed !!!**
  
   sf probe; sf erase 0x2c0000 0xa0000; sf write 44000000 0x2c0000 ${filesize}   sf probe; sf erase 0x2c0000 0xa0000; sf write 44000000 0x2c0000 ${filesize}