hstarcm
hstarcm
Thanks for the reply and support. If I modify the boot.cmd in /boot ``` setenv rootdev "/dev/sda1" setenv fdtfile "amlogic/meson-g12b-odroid-n2-plus.dtb" ``` and save the file. And then run the command...
Executing this command `sed -i '/^setenv bootargs/s/"$/ fdtfile_orig=${fdtfile_orig}"; fi' /boot/boot.cmd` show this error ``` sed: -e expression #1, char 56: unterminated `s\' command ``` I am noob at linux so...
 As you can see above, it boot halfway and stop. i also run `cat /proc/cmdline` for your reference