mmc dev 1
mmc part
ls mmc 1:5 /boot
ls mmc 1:5 /boot/dtbs
printenv
load mmc 1:5 ${loadaddr} /boot/vmlinuz-5.10.4
load mmc 1:5 ${fdt_addr_r} /boot/dtbs/k230-canmv.dtb
setenv bootargs console=ttyS0,115200 root=/dev/mmcblk1p5 ro rootwait
bootm ${loadaddr} - ${fdt_addr_r}
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
| # SPDX-License-Identifier: Unlicense | |
| """XML (9bow cache) vs JSON (our API) 전체 필드 비교. | |
| list wrapping 차이를 정규화한 뒤 실제 값을 비교. | |
| """ | |
| import json | |
| import os | |
| import sys | |
| import xml.etree.ElementTree as ET |
* ERROR: sys-devel/clang-19.1.4::gentoo failed (configure phase): * sys-devel/clang:19 is required on the build host. * * Call stack: * ebuild.sh, line 136: Called src_configure * environment, line 4037: Called multilib-minimal_src_configure * environment, line 2871: Called multilib_foreach_abi 'multilib-minimal_abi_src_c
# riscv64-unknown-linux-gnu-emerge -pqv '=sys-devel/clang-19.1.4::gentoo'
[ebuild N ] sys-devel/clang-19.1.4 to /usr/riscv64-unknown-linux-gnu/ USE="(pie) static-analyzer -debug -doc -extra (-ieee-long-double) -test -verify-sig -xml" LLVM_TARGETS="(AArch64) (AMDGPU) (ARM) (AVR) (BPF) (Hexagon) (Lanai) (LoongArch) (MSP430) (Mips) (NVPTX) (PowerPC) (RISCV) (Sparc) (SystemZ) (VE) (WebAssembly) (X86) (XCore) -ARC -CSKY -DirectX -M68k -SPIRV -Xtensa" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11 -python3_13"
[ebuild N ] sys-devel/clang-toolchain-symlinks-19 to /usr/riscv64-unknown-linux-gnu/ USE="native-symlinks -gcc-symlinks -multilib-symlink
- Goto https://github.com/orgs/YOUR_ORG/people
- Export json file
- Run this commend
ORG=<YOUR_ORG>
cat export-YOUR_ORG-123456789.json | jq -r '.[].login' | while read username; do
gh api -X DELETE "/orgs/$ORG/members/$username"
done- Install bianbu first with titanflash. I used v2.0.2 minimal bianbu image.
- Remove all files in
/dev/sda6 tar xvf archriscv-latest.tar.zst -C /path/to/mounted/dev/sda6
Not working, check this fedora-riscv/fedorav-force-images-discussions#4 (comment)
- dd on nvme with fedora image
zcat k1-fedora-multi-desktops.img.gz | sudo dd of=/dev/sda status=progress - Change size of sda6 then add swap (sda7) and arch root (sda8) with fdisk command
sudo fdisk /dev/sda mkswap /dev/sda7