Skip to content

Instantly share code, notes, and snippets.

View faoziaziz's full-sized avatar
💭
What

Aziz Amerul Faozi faoziaziz

💭
What
View GitHub Profile
@faoziaziz
faoziaziz / pythondev.md
Created September 7, 2023 09:10
Setting env untuk python development

Development Env untuk Cython

Precise Build

Ini bagian untuk membuild engine yang akan dirun dalam smart speaker

mkdir mycroft-precise
cd mycroft-precise
@faoziaziz
faoziaziz / qemurun.md
Last active September 5, 2023 18:51
Prasimax QEMU
cd /c/Users/marine/Documents/prasimax/ss
sudo apt-get install openssh-server
sudo systemctl enable ssh
sudo systemctl status ssh

running

qemu-system-aarch64 -M virt -cpu cortex-a53 -m 4096 \

Daily Engineering

Introduction

Engineering yang Tekoni

Jaringan Komputer

Dari mana kita dapat informasi tentang detailnya?

Design, Installasi, Monitoring, kalau di ITB mungkin ada jurusan yang namanya telematika ini salah satu KK dari teknik Telekomunikasi.

@faoziaziz
faoziaziz / createimage.sh
Last active September 23, 2022 11:27
arm64
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);
@faoziaziz
faoziaziz / repo_notes.md
Last active June 2, 2022 12:08
repo notes
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-stable
git 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
```
@faoziaziz
faoziaziz / petazybo.md
Last active February 13, 2022 21:03
PetaZybo

Zybo Petalinux

OS : Ubuntu 16.04 petalinux : 2017.4

code : Zybo Source Petalinux

mkdir petazybo
cd petazybo
@faoziaziz
faoziaziz / automemek.sh
Last active July 12, 2022 07:21
build_qcs404_automake
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