Skip to content

Instantly share code, notes, and snippets.

@higebu
Last active May 12, 2024 18:31
Show Gist options
  • Save higebu/a313bdcc4d1aae610c91784bc2f109f4 to your computer and use it in GitHub Desktop.
Save higebu/a313bdcc4d1aae610c91784bc2f109f4 to your computer and use it in GitHub Desktop.
Install Debian to apu2c4
  1. Download iso

  2. Burn iso to USB memory

  3. Insert the USB memory to apu2c4

  4. Connect to serial console

    LANG=C picocom --baud 115200 --omap crcrlf /dev/ttyUSB0
  5. Boot apu2c4 from USB memory

  6. Select Install and edit the boot parameter

    -/install.amd/vmlinuz vga=788 initrd=/install.amd/initrd.gz --- quiet
    +/install.amd/vmlinuz vga=off initrd=/install.amd/initrd.gz --- quiet console=ttyS0,115200u8

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment