Ok so none of the above worked so i ran the strace with the following nvflash args:
./nvflash --bct PM375_Hynix_2GB_H5TC4G63AFR_H5TC4G63CFR_RDA_924MHz.cfg --setbct --configfile flash.cfg --create --bl fastboot.bin --odmdata 0x6009C000 --go
And the strace output was:
execve(“./nvflash”, [“./nvflash”, “–bct”, “PM375_Hynix_2GB_H5TC4G63AFR_H5TC”…, “–setbct”, “–configfile”, “flash.cfg”, “–create”, “–bl”, “fastboot.bin”, “–odmdata”, “0x6009C000”, “–go”], [/* 16 vars /]) = 0
uname({sysname=“Linux”, nodename=“dellstation”, …}) = 0
fcntl64(0, F_GETFD) = 0
fcntl64(1, F_GETFD) = 0
fcntl64(2, F_GETFD) = 0
geteuid32() = 0
getuid32() = 0
getegid32() = 0
getgid32() = 0
ugetrlimit(RLIMIT_STACK, {rlim_cur=81921024, rlim_max=RLIM_INFINITY}) = 0
setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0
getpid() = 4260
rt_sigaction(SIGRTMIN, {0x80876d0, , SA_RESTORER, 0x808ee68}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x80875dc, , SA_RESTORER, 0x808ee68}, NULL, 8) = 0
rt_sigaction(SIGRT_2, {0x808773c, , SA_RESTORER, 0x808ee68}, NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0
_sysctl({0x2080ebe24, -7265360, (nil), (nil), (nil), 578978049808212872}) = 0
brk(NULL) = 0x99f8000
brk(0x99f9000) = 0x99f9000
fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 3), …}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7f21000
write(1, “Nvflash 4.13.0000 started\n”, 26) = 26
gettimeofday({3463209746010147, 55827311108}, NULL) = 0
open(“flash.cfg”, O_RDONLY) = -1 ENOENT (No such file or directory)
write(1, “nvflash configuration file error”…, 49) = 49
munmap(0xf7f21000, 4096) = 0
exit_group(4294967295) = ?
+++ exited with 255 +++
Not sure what to do if anyone knows what to do that would be appriciated.
Thanks!
P.S
It seems like im missing the flash.cfg file.