Ini bagian untuk membuild engine yang akan dirun dalam smart speaker
mkdir mycroft-precise
cd mycroft-precisecd /c/Users/marine/Documents/prasimax/ss
sudo apt-get install openssh-server
sudo systemctl enable ssh
sudo systemctl status sshrunning
qemu-system-aarch64 -M virt -cpu cortex-a53 -m 4096 \| mkdir u_aarch64 | |
| cd u_aarch64 | |
| wget -O ubuntu-16.04.7-server-arm64.iso http://cdimage.ubuntu.com/ubuntu/releases/16.04.7/release/ubuntu-16.04.7-server-arm64.iso&& \ | |
| wget https://releases.linaro.org/components/kernel/uefi-linaro/latest/release/qemu64/QEMU_EFI.fd && \ | |
| cp QEMU_EFI.fd flash0.img && \ | |
| truncate -s 64M flash0.img&& \ | |
| truncate -s 64M flash1.img | |
| load("normal.mat"); | |
| time=normal(:,1); | |
| sinyal_ecg=normal(:,2); | |
| plot(time, sinyal_ecg); |
git clone -b r1.3_00012.0 --depth 1 https://chipmaster2.qti.qualcomm.com/home2/git/qualcomm/qcs40x-2021-spf-1-3_ap_standard_oem.git
repo init -u https://source.codeaurora.org/quic/le/le/manifest.git -b release -m LE.UM.5.2.1.r1-08800-qcs405.0.xml --repo-url=git://codeaurora.org/tools/repo.git --repo-branch=caf-stablegit clone -b r1.2_00006.0 --depth 1 https://chipmaster2.qti.qualcomm.com/home2/git/qualcomm/qcs40x-2020-spf-1-2_ap_standard_oem.git
repo init -u https://source.codeaurora.org/quic/le/le/manifest.git -b release -m LE.UM.4.1.2.r1-04600-qcs405.0.xml --repo-url=git://codeaurora.org/tools/repo.git --repo-branch=caf-stable| adb root | |
| adb shell | |
| echo -n "file soc-dapm.c +p" > /sys/kernel/debug/dynamic_debug/control | |
| echo -n "file bolero-cdc.c +p" > /sys/kernel/debug/dynamic_debug/control | |
| echo -n "file tx-macro.c +p" > /sys/kernel/debug/dynamic_debug/control | |
| echo -n "file rx-macro.c +p" > /sys/kernel/debug/dynamic_debug/control | |
| echo -n "file va-macro.c +p" > /sys/kernel/debug/dynamic_debug/control | |
| echo -n "file wsa-macro.c +p" > /sys/kernel/debug/dynamic_debug/control | |
| echo -n "file swr-mstr-ctrl.c +p" > /sys/kernel/debug/dynamic_debug/control |
| ```bash | |
| https://medium.com/@whitneyknitter/an-fpga-take-on-the-raspberry-pi-petalinux-on-the-zynqberry-67dd421d25aa | |
| ``` |
OS : Ubuntu 16.04 petalinux : 2017.4
code : Zybo Source Petalinux
mkdir petazybo
cd petazybo| export SHELL=/bin/bash | |
| cd /home/facingfear/workroot2/QCS404_WS/apps_proc/poky | |
| source build/conf/set_bb_env.sh | |
| list-build-commands | |
| export MACHINE=nf-64 | |
| export DISTRO=qsap | |
| export VARIANT=perf | |
| bitbake machine-image | |
| build-nf-64-qsap-perf-image |