2019年10月8日 星期二

Raspberry Pi Storage Benchmarks

https://jamesachambers.com/raspberry-pi-storage-benchmarks/
To run the benchmark yourself type/paste:
wget https://raw.githubusercontent.com/TheRemote/PiBenchmarks/master/Storage.sh
chmod +x Storage.sh
sudo ./Storage.sh


Or the one line version with curl:
curl https://raw.githubusercontent.com/TheRemote/PiBenchmarks/master/Storage.sh | sudo bash

Raspberry Pi exFAT: Adding Support for exFAT File System

https://pimylifeup.com/raspberry-pi-exfat/

Adding Support for exFAT
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install exfat-fuse
sudo apt-get install exfat-utils

Mounting an exFAT Drive Manually from Terminal
sudo mkdir /media/exfat
sudo mount -t exfat /dev/sdb1 /media/exfat

Automatically Mounting an exFAT Drive
mkfs.exfat /dev/sdb1

Raspberry Pi NTFS: Adding Support for NTFS File System

https://pimylifeup.com/raspberry-pi-ntfs/

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install ntfs-3g

2019年10月4日 星期五

power ic

M3TEK
MT5033
800kHz Synchronous Step-up Converter with 6A Switches

Axelite
AX5510
680K/1.2MHz, High Voltage, Boost Converter

2019年10月1日 星期二

USB 3.1 GNE 2 to PCIE NVME CHIP

ASMEDIA
ASM2362 QFN64

JMICRON
JMS583 QFN64