nanopc-cm3588-nas
By Igor Pečovnik / NASGeneral purpose / 0 Comments

Nanopc CM3588 NAS

Check or update before upgrade!

  1. On your board, edit the file /boot/armbianEnv.txt: Find the line fdtfile="rockchip/rk3588-nanopc-cm3588-nas.dtb" and replace this line with fdtfile="rockchip/rk3588-friendlyelec-cm3588-nas.dtb", DO NOT REBOOT YET
  2. Update your kernel as usual.

You only have to do this once, and only on existing installations. New installations and further update will not need any manual intervention.

 

(video instructions were not done by Armbian team, but it might help you get going)

Radxa Rockpi S0
By Roman Brent / IOT / 0 Comments

Radxa Rock S0

  • You may flash an OS image directly to the Rock S0 internal EMMC flash as follows:
    • Build Linux x86 binary rkdeveloptool (sources) on host
    • Remove any SDcard
    • Hold down the tiny, black MASKROM button while you…
    • Power on, with the MASKROM button pressed, to enter flash mode
    • Release the MASKROM button after 2 seconds
    • Next, run these host commands to flash the internal EMMC flash:

       

  • If a valid image is found on the built-in EMMC flash, the board will boot that image unless…
  • Holding down the MASKROM button disables the EMMC flash.
  • If no valid image can be read from EMMC flash, it will attempt to boot from SD Card.
  • The white “RECOVERY” button as no predefined function.
  • The Rock S0 has no “reset” button!
  • Kernel serial console is on UART0.
  • The serial console operates at 1.5Mbaud with 8 data, 1 stop, and no parity bits.
    Rock S0 serial console and power
  • Red(far right)=+5V, Black(center right)=GND,White(center left)=TxD, Green(far left)=RxD

There is no need to attach the +5V to the GPIO header (as pictured above) if the board is powered via USB.

If not using an external antenna, consider adding this line to /boot/armbianEnv.txt file to increase CPU clock to 1.3 GHz:

overlays=b@1.3ghz

However, use of an external antenna will dramatically improve radio performance.

If using an external antenna, consider adding this line to /boot/armbianEnv.txt file to increase CPU clock to 1.3 GHz and select the external antenna:

overlays=b@1.3ghz s0-ext-antenna

Refer to /boot/dtb/rockchip/overlay/README.rockchip-overlays for more information.