- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
Flashing uboot
        c0rnelius edited this page Oct 28, 2023 
        ·
        3 revisions
      
    sudo dpkg -i *.deb
sudo /lib/u-boot/flash*- Allwinner
 
sudo dd if=u-boot-sunxi-with-spl.bin of=/dev/mmcblkX conv=fsync bs=1024 seek=8- Amlogic
 
eMMC:
sudo dd if=u-boot.bin of=/dev/mmcblkX bs=512 seek=1
SDCARD:
sudo dd if=u-boot.bin.sd.bin of=/dev/mmcblkX conv=fsync bs=1 count=442
sudo dd if=u-boot.bin.sd.bin of=/dev/mmcblkX conv=fsync bs=512 skip=1 seek=1- Rockchip
 
sudo dd if=idbloader.bin of=/dev/mmcblkX seek=64
sudo dd if=u-boot.itb of=/dev/mmcblkX seek=16384