Update Bootscript Of Odroid

Command

Use mkimage

$ sudo mkimage -A arm64 -T script -C none -d boot.cmd boot.scr


boot.cmd is a bootscript txt file.
boot.scr is a bootscript of odroids.

Updated: