Hab ich seit 3 Tagen im Doppelpack hier liegen. Es gab zwar nur 16GB, was aber erstmal ausreichen sollte. Muss ich gleich mal austesten.
Zumindest sind die Teile nur halb so teuer, wie eine solide 16GB Swissbit 3D-PLC-card.
Außerdem kann man sie gut aus dem slot ziehen. Nur feuchte Hände wären fatal, weil ein Schutzüberzug fehlt. Ev. tauche ich sie noch in ein Lackbad.
Einen Nachteil habe ich schon aufgedeckt.
In manchen Gehäusen blockiert die oben recht breite eMMC-Platine das Einrasten im uSD-card-slot.
Mmh - es gibt nur den Hinweis zum Bootloader-update für RPi4:
Code: Alles auswählen
If you want to use RasPiKey on Raspberry Pi 4, you may (or may not) need to update its bootloader first. It depends on the Raspberry Pi 4 you have: earlier batch of Raspberry Pi 4 may have rather old bootloader, which could not recognize RasPiKey. If your Raspberry Pi 4 is recently purchased, then most probably you don't need to update its bootloader, and it can be directly boot with RasPiKey.
We create this ZIP package to ease the procedure of updating Raspberry Pi 4's bootloader. We use the "pieeprom-2020-09-03.bin" file and rename it to "pieeprom.upd", and also rename the "vl805-000138a1.bin" file to "vl805.bin". You can find these files in this package:
pieeprom.sig
pieeprom.upd
recovery.bin
vl805.bin
vl805.sig
Please copy these files to the a micro SD card, and insert it into your Raspberry Pi 4. Connect power supply to your Raspberry Pi 4 and wait for a few seconds, until the green LED on Raspberry Pi blinks 4 times quickly and then stays on. Now the bootloader on your Raspberry Pi 4 has been updated, and you can use RasPiKey on it.
UUGear s.r.o.
2020.12.05
Bissl dünn. Was macht man mit RPi-Vorgängerversionen?
Ich ziehe jetzt ein Image auf den Rkey und steck das Teil in einen RPi 2 oder 3. Schau mer mal.
update
Läuft problemlos wie eine uSDCard.
Code: Alles auswählen
pi@openWB:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
VERSION_CODENAME=stretch
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
pi@openWB:~ $ cat /sys/firmware/devicetree/base/model
Raspberry Pi 2 Model B Rev 1.1pi@openWB:~ $
Nur den DDR52-Mode verweigert der nicht mehr taufrische RPi 2;):
Code: Alles auswählen
pi@openWB:~ $ sudo cat /sys/kernel/debug/mmc0/ios
clock: 52000000 Hz
actual clock: 50000000 Hz
vdd: 21 (3.3 ~ 3.4 V)
bus mode: 2 (push-pull)
chip select: 0 (don't care)
power mode: 2 (on)
bus width: 2 (4 bits)
timing spec: 1 (mmc high-speed)
signal voltage: 0 (3.30 V)
driver type: 0 (driver type B)
pi@openWB:~ $ sudo apt update
pi@openWB:~ $ sudo apt full-upgrade
pi@openWB:~ $ sudo cat /sys/kernel/debug/mmc0/ios
clock: 52000000 Hz
actual clock: 50000000 Hz
vdd: 21 (3.3 ~ 3.4 V)
bus mode: 2 (push-pull)
chip select: 0 (don't care)
power mode: 2 (on)
bus width: 2 (4 bits)
timing spec: 1 (mmc high-speed) => sollte lauten: timing spec: 8 (mmc DDR52)
signal voltage: 0 (3.30 V)
driver type: 0 (driver type B)