SAMA5D4 Xplained Ultra Board BSP
guowenxue
2019-08-23 b047b393eecb0b9aeebb056ef5ee585a99940ba8
Rename sama5d4_loader and update new sam-ba script
4 files deleted
2 files added
117 ■■■■ changed files
tools/sama5d4_loader/nandflash-system.bat 2 ●●●●● patch | view | raw | blame | history
tools/sama5d4_loader/nandflash-system.qml 21 ●●●●● patch | view | raw | blame | history
tools/sama5d4_xplained_loader/ReadMe.txt 16 ●●●●● patch | view | raw | blame | history
tools/sama5d4_xplained_loader/demo_linux_nandflash_system.bat 2 ●●●●● patch | view | raw | blame | history
tools/sama5d4_xplained_loader/demo_linux_nandflash_system.qml 76 ●●●●● 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.qmlc
Binary files differ