+ + Модель устройства + auto-detected + + + Model{{ profile.model }} + VM mode{{ profile.recommended_vm_mode }} + Ready{{ 'yes' if profile.ready else 'needs check' }} + + + Raspberry Pi и Orange Pi 5 работают как ARM64 edge nodes. Для них правильный путь — ARM64-гости, NAT-сеть и cloud images. + +
+ + Проверки + Переопределить профиль + + + {% for check in profile.checks %} + + + {{ check.name }} + {{ check.hint }} + + {{ 'OK' if check.ok else 'FAIL' }} + + {% endfor %} + +