HCL:Pine64

跳转至: 导航, 搜索

Pine64 是一个 64 位 ARM 单板计算机,售价仅 $15 。

技术数据

  • 全志 A64 SoC
    • 4x ARM Cortex-A53 CPU @ 1.2 GHz
    • ARM Mali-400 MP2 GPU
    • 视频引擎 (H.264 编解码, H265 解码)
  • 512 MB / 1 GB / 2 GB RAM
  • 2x USB 2.0
  • HDMI 1.4 端口 (FullHD @ 60 FPS, 4K @ 30 FPS)
  • 10 / 100 / 1000 Mbps 以太网
  • (mostly) Pi-2 compatible Expansion header
  • Euler 盒子扩展端子

写入镜像到 SD 卡

  1. 下载感兴趣镜像 (Leap 比较稳定, Tumbleweed 滚动更新) :

    上游:
    For now, only non-graphical login using SSH or serial console is available. There is no hdmi support.
    Susemini.png
    Version:
    Tumbleweed
    JeOS image

    如果上述链接无效 (因为我们在持续构建新镜像),请查看 常规下载目录 获取镜像。


    下游:
    This image is based on the downstream Allwinner Android kernel which is based on 3.10. While it enables graphical output it does not get driver and security updates. Choose this for desktop workloads.

    Susemini.png
    Version:
    Tumbleweed
    JeOS image

    如果上述链接无效 (因为我们在持续构建新镜像),请查看 常规下载目录 获取镜像。

  2. As root extract the image onto your SD card (replace sdX with the device name of your SD card).
    WARNING: all previous data on the SD card will be lost. Check first if the device you have selected is really your SD card!
     xzcat [image].raw.xz | dd bs=4M of=/dev/sdX iflag=fullblock oflag=direct; sync
  3. Insert the SD card with the openSUSE image into your board.
  4. Connect the board to your PC via serial port (optional, but helpful for debugging; USB-TTL serial cable needed).
  5. Connect the board to your monitor (via DVI/HDMI, optional).
  6. Power on the board.
  7. Walk through the first boot steps.
  8. Ethernet is configured to request an IP via DHCP, check your DHCP server for the board IP if used.
  9. Have a lot of fun...
Default login is root:linux, works on serial console, via ssh, GUI.

已知问题

  • 对于上游镜像,图像部分暂时无法工作
  • 以太网仅支持 10/100/1000 MBit/s
  • USB 支持 U-Boot 和 Linux, 均尽支持 Host 模式
  • 查看 earlycon 启动早期串口打印,添加内核参数: earlycon=uart,mmio32,0x01c28000
  • 恢复 U-Boot: dd if=u-boot-sunxi-with-spl.bin of=/dev/sdX bs=1024 seek=8

其他