tools/sama5d4_loader/nandflash-system.bat | ●●●●● patch | view | raw | blame | history | |
tools/sama5d4_loader/nandflash-system.qml | ●●●●● patch | view | raw | blame | history | |
tools/sama5d4_xplained_loader/ReadMe.txt | ●●●●● patch | view | raw | blame | history | |
tools/sama5d4_xplained_loader/demo_linux_nandflash_system.bat | ●●●●● patch | view | raw | blame | history | |
tools/sama5d4_xplained_loader/demo_linux_nandflash_system.qml | ●●●●● patch | view | raw | blame | history | |
tools/sama5d4_xplained_loader/demo_linux_nandflash_system.qmlc | patch | view | raw | blame | history |
tools/sama5d4_loader/nandflash-system.bat
New file @@ -0,0 +1,2 @@ sam-ba -x nandflash-system.qml > logfile.log 2>&1 notepad logfile.log tools/sama5d4_loader/nandflash-system.qml
New file @@ -0,0 +1,21 @@ import SAMBA 3.2 import SAMBA.Connection.Serial 3.2 import SAMBA.Device.SAMA5D4 3.2 SerialConnection { device: SAMA5D4Xplained { } onConnectionOpened: { initializeApplet("lowlevel") initializeApplet("nandflash") applet.erase(0, applet.memorySize) applet.write(0x000000, "./images/bootstrap-sama5d4.bin", true) applet.write(0x040000, "./images/u-boot-sama5d4.bin") applet.write(0x100000, "./images/linuxrom-sama5d4.itb") applet.write(0x800000, "./images/rootfs-sama5d4.ubi") } } tools/sama5d4_xplained_loader/ReadMe.txt
File was deleted tools/sama5d4_xplained_loader/demo_linux_nandflash_system.bat
File was deleted tools/sama5d4_xplained_loader/demo_linux_nandflash_system.qml
File was deleted tools/sama5d4_xplained_loader/demo_linux_nandflash_system.qmlcBinary files differ