Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vestel Venus 5000 Compatibility #170

Open
EFIShell0 opened this issue Jul 13, 2022 · 3 comments
Open

Vestel Venus 5000 Compatibility #170

EFIShell0 opened this issue Jul 13, 2022 · 3 comments

Comments

@EFIShell0
Copy link

I have Vestel Venus 5000 with Qualcomm Snapdragon 212. Can I use EFIDroid because it is based on MSM8909? My goal is to install Windows RT or Windows 10 ARMv7

Specs:
Qualcomm Snapdragon 212 (MSM8909)
2 GB RAM
16 GB eMMC
Micro USB
Android 7.1 (6.0 to 7.1)

@M1cha
Copy link
Member

M1cha commented Jul 17, 2022

in theory yes but keep in mind that efidroid needs a lot of work before it can boot windows(or even android at this point).

@EFIShell0
Copy link
Author

in theory yes but keep in mind that efidroid needs a lot of work before it can boot windows(or even android at this point).

This problem occurred when compiling non-UEFI LK:
libfdt/libfdt.h:251:28: error: array subscript ‘struct fdt_header[0]’ is partly outside array bounds of ‘unsigned char[4]’ [-Werror=array-bounds] 251 | fdth->name = cpu_to_fdt32(val); \ | ~~~^~~~~ libfdt/libfdt.h:253:1: note: in expansion of macro ‘fdt_sethdr’ 253 | fdt_sethdr(magic); | ^~~~ fdtdump.c:216:31: note: while referencing ‘smagic’ 216 | unsigned char smagic[FDT_MAGIC_SIZE]; | ^~~~ cc1: all warnings being treated as errors make[2]: * [Makefile:345: fdtdump.o] Error 1 make[2]: Leaving directory '/home/erase/efidroid/out/host/dtc/dtc' make[1]: * [out/build.mk:703: host_dtc] Error 2 make[1]: Leaving directory '/home/erase/efidroid'

@aquadeve
Copy link

in theory yes but keep in mind that efidroid needs a lot of work before it can boot windows(or even android at this point).

This problem occurred when compiling non-UEFI LK: libfdt/libfdt.h:251:28: error: array subscript ‘struct fdt_header[0]’ is partly outside array bounds of ‘unsigned char[4]’ [-Werror=array-bounds] 251 | fdth->name = cpu_to_fdt32(val); \ | ~~~^~~~~ libfdt/libfdt.h:253:1: note: in expansion of macro ‘fdt_sethdr’ 253 | fdt_sethdr(magic); | ^~~~ fdtdump.c:216:31: note: while referencing ‘smagic’ 216 | unsigned char smagic[FDT_MAGIC_SIZE]; | ^~~~ cc1: all warnings being treated as errors make[2]: * [Makefile:345: fdtdump.o] Error 1 make[2]: Leaving directory '/home/erase/efidroid/out/host/dtc/dtc' make[1]: * [out/build.mk:703: host_dtc] Error 2 make[1]: Leaving directory '/home/erase/efidroid'

I have this same error as well when making this for my motorola moto g7 play any updates on this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants