HARMAN_STCT_IOG1_USER_GUIDE Rev.
C1
11
Programming to Flash :
===========================================================
Writing uboot image
===========================================================
tftp 0x80800000 iog1_uboot
sf probe
sf erase 0x0 0x40000
sf write 0x80800000 0x400 0x40000
After writing uboot image, reboot the board by power off/on. Now uboot
automatically will be loaded. Stop uboot at the end stage as discussed earlier.
===========================================================
Writing kernel image
===========================================================
tftp 0x82000000 iog1_uImage
sf probe
sf erase 0x100000 0x400000
sf write 0x82000000 0x100000 0x400000
===========================================================
Writing ramdisk (file system) image
===========================================================
tftp 0x82600000 iog1_ramdisk
sf probe
sf erase 0x500000 0x1400000
sf write 0x82600000 0x500000 0x1400000
===========================================================
Writing device tree image
===========================================================
tftp 0x88000000 iog1_dtb
sf probe
sf erase 0x1900000 0x20000
sf write 0x88000000 0x1900000 0x20000
===========================================================
##NOTE:::
In these commands, names and memory ranges may vary later based
on image name and size.
Содержание IoT-GW-02
Страница 1: ...HARMAN_STCT_IOG1_USER_GUIDE Rev C1 1 STCT_IOG1_USER_GUIDE Rev C1 15 AUG 2016...
Страница 2: ...HARMAN_STCT_IOG1_USER_GUIDE Rev C1 2...
Страница 3: ...HARMAN_STCT_IOG1_USER_GUIDE Rev C1 3...
Страница 7: ...HARMAN_STCT_IOG1_USER_GUIDE Rev C1 7 1 Introduction Fig 1 Hardware Block Diagram...