yeah, something like that.
i have 6 or 7 of them mostly from aliexpress![]()
These are the wires covacat is talking about.2) where should these wires be connected ?
Naw that is an excellent bit of advice. Sometimes it is confusing RX to TX and TX to RX and you get them mixed up.Too advanced for me.
HDisplay = 720, .HSyncStart = 725, .HSyncEnd = 730, .HTotal = 750, .HSyncPol = TRUE,
.VDisplay = 720, .VSyncStart = 725, .VSyncEnd = 730, .VTotal = 750, .VSyncPol = TRUE,
make sdcard (in the top dir of the project)
you may want to edit Makefile and remove the other boards so the build is faster (at the top of the Makefile) before you make sdcard
and you will have a ZERO-3W.img file in the root of the project
just dd it to an empty sdcard and boot
no other boot loaders aree needed
git clone https://github.com/jaredmcneill/quartz64_uefi.git
cd quartz64_uefi.git
git checkout main
git submodule init
git submodule update
nano ./edk2/.gitmodules
[submodule "UnitTestFrameworkPkg/Library/SubhookLib/subhook"]
path = UnitTestFrameworkPkg/Library/SubhookLib/subhook
url = https://github.com/tianocore/edk2-subhook
|
---> replace the line with the repo
sudo apt install iasl
sudo apt install python3-pyelftools
sudo apt install device-tree-compiler
make uefi
make sdcard
Disk /dev/sdj: 119.08 GiB, 127865454592 bytes, 249737216 sectors
Disk model: STORAGE DEVICE
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 07D2637F-2E74-11F0-832C-F1B721F986A1
Dispositivo Start Fine Settori Size Tipo
/dev/sdj1 64 16383 16320 8M Linux filesystem
/dev/sdj2 16384 32767 16384 8M Linux filesystem
/dev/sdj3 131072 196607 65536 32M EFI System
/dev/sdj4 196608 249737175 249540568 119G FreeBSD UFS
# dd if=ZERO-3W_EFI.img of=/dev/sdj1
# dd if=ZERO-3W_EFI.img | pv | dd of=/dev/sdj
Disk /dev/sdj: 238.42 GiB, 256003538944 bytes, 500006912 sectors
Disk model: STORAGE DEVICE
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 52AD4EF4-5BB8-4765-90A1-DBF6E5E3726D
Dispositivo Start Fine Settori Size Tipo
/dev/sdj1 64 20479 20416 10M Linux filesystem
/dev/sdj2 20480 30719 10240 5M Linux filesystem