This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/default.xml b/default.xml | |
| index 03923a8..8fc3e49 100644 | |
| --- a/default.xml | |
| +++ b/default.xml | |
| @@ -71,54 +71,12 @@ | |
| <project path="device/generic/x86_64" name="device/generic/x86_64" groups="pdk" /> | |
| <project path="device/generic/vulkan-cereal" name="device/generic/vulkan-cereal" groups="pdk" /> | |
| <project path="device/google/atv" name="device/google/atv" groups="device,broadcom_pdk,generic_fs,pdk" /> | |
| - <project path="device/google/barbet" name="device/google/barbet" groups="device,barbet" /> | |
| - <project path="device/google/barbet-sepolicy" name="device/google/barbet-sepolicy" groups="device,barbet" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pkg update | |
| pkg install proot-distro | |
| proot-distro install ubuntu | |
| proot-distro login ubuntu | |
| apt update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| qemu-system-aarch64 ^ | |
| -M virt ^ | |
| -cpu cortex-a57 ^ | |
| -accel tcg,thread=multi ^ | |
| -smp <NUCLEOS> ^ | |
| -m <MEMORIA_RAM> ^ | |
| -bios <CAMINHO_QEMU_EFI.fd> ^ | |
| -vnc localhost:0 ^ | |
| -device ramfb ^ | |
| -device ich9-usb-ehci1 ^ |