Jump to content

nkinar

Members
  • Posts

    4
  • Joined

  • Last visited

  1. Thanks, jock! Great to have this. Also, it will be good to have the kernel config option set as default so that the /dev/ttyS4 serial port is available on the minimal image.
  2. Thanks, MichaIng. After installation, I had to use the armbian-config utility, and under System -> DTC, an editor is opened to edit current.dts. I2C4 is listed as 0xff160000, and in the DTF, I had to change status="okay" for this I2C port to work. Also, I had to re-compile the Linux kernel and set CONFIG_SERIAL_8250_NR_UARTS=4 to be able to use /dev/ttyS4.
  3. Hello, I've used the Tinkerboard S (Rockchip RK3288) with the Armbian images available for download (https://www.armbian.com/tinkerboard/). Currently, the /dev/ttyS4 serial port is not available unless CONFIG_SERIAL_8250_NR_UARTS=5 when the Linux kernel is built since the serial ports are populated in /dev starting with /dev/ttyS0 and the last serial port to be populated is /dev/ttyS4. By default, CONFIG_SERIAL_8250_NR_UARTS=4. Some additional kernel settings are required to ensure that all of the available serial ports can be utilized. Moreover, I had to activate I2C4 in the device tree overlay using the Armbian configuration utility (https://docs.armbian.com/User-Guide_Armbian-Config/) since I2C4 is required for my application. I also built the kernel and the BSP using the excellent instructions posted on the Ambian website. Would a patch be good to contribute? I can contribute this myself if required. I am wondering if there is a reason (design philosophy) for not supporting all of the serial ports and some of the devices listed in the device pinout. Perhaps it would be good to ensure that all or most of the features listed in the pinout work out of the box on the supported images?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines