Search found 55 matches

by yhcheng3
26 Jul 2023, 15:51
Forum: Quick Start
Topic: MA35D1 HMI QT Quick Start Guide
Replies: 0
Views: 8995

MA35D1 HMI QT Quick Start Guide

Platform: MA35D1 Platform resource link: https://www.nuvoton.com/products/microprocessors/arm-cortex-a35-mpus/ma35d1-high-performance-edge-iiot-series/design-resource/ BSP link: https://github.com/OpenNuvoton/MPU-Family Download link: MA35D1 GUI QT Development Environment_Rev1.00.pdf.zip Brief: 1.Di...
by yhcheng3
26 Jul 2023, 15:50
Forum: Quick Start
Topic: MA35D1 HMI emWin Quick Start Guide
Replies: 0
Views: 5930

MA35D1 HMI emWin Quick Start Guide

Platform: MA35D1 Platform resource link: https://www.nuvoton.com/products/microprocessors/arm-cortex-a35-mpus/ma35d1-high-performance-edge-iiot-series/design-resource/ BSP link: https://github.com/OpenNuvoton/MPU-Family Download link: MA35D1 emWin AppWizard Quick Start_v1.0.pdf.zip Brief: How to use...
by yhcheng3
15 Jun 2023, 14:53
Forum: FAQ
Topic: FAQ_MA35D1_IMAGE_INSTALL _Library_in_Yocto
Replies: 0
Views: 20366

FAQ_MA35D1_IMAGE_INSTALL _Library_in_Yocto

Question : Understand IMAGE_INSTALL Library in Yocto Build System Answer. IMAGE_INSTALL is a variable in the Yocto build system. It is used to specify the list of packages to be installed in the generated image. The variable is set in the image recipe file ( .bb file ). The IMAGE_INSTALL variable i...
by yhcheng3
26 May 2023, 17:51
Forum: FAQ
Topic: FAQ_MA35D1_Change_DDR_Size_Not_Work(IOT-MA35D1_EVB)
Replies: 0
Views: 19000

FAQ_MA35D1_Change_DDR_Size_Not_Work(IOT-MA35D1_EVB)

Question : MA35D1_LQFP216 change DDR size from 128MB to 256/512MB Cannot work on NuMaker-IOT-MA35D1 EVB Board Answer. Package MA35D1_ LQFP216 : MA35D16F787C use internal DDR2_128MB MA35D16F887C use internal DDR3L_256MB MA35D16F987C use internal DDR3L_512MB Please sure supply voltage of MVDD is 1.35...
by yhcheng3
26 May 2023, 17:46
Forum: FAQ
Topic: FAQ_MA35D1_Show_Current_Directory
Replies: 0
Views: 16760

FAQ_MA35D1_Show_Current_Directory

Question : How to display the current directory in buildroot's rootfs? Answer. Modify /etc/profile and add the following definitions: HOSTNAME='/bin/hostname' PS1='[\u@\w]#' export PS1 HOSTNAME After restarting, the prompt will be in the following format: [username@current_path]# [root@/etc/profile...
by yhcheng3
26 May 2023, 17:42
Forum: FAQ
Topic: FAQ_MA35D1_NAND_cannot_Boot_Without_SPI-NAND
Replies: 0
Views: 16357

FAQ_MA35D1_NAND_cannot_Boot_Without_SPI-NAND

Question : NAND cannot boot without SPI-NAND Answer. The boot failure issue after removing SPI-NAND has been resolved by disabling it in the device tree. By adding the following code to MA35D1_Buildroot\output\build\uboot-custom\arch\arm\dts\ma35d1.dts , SPI-NAND is disabled. &qspi0 { spi-nand@0 { ...
by yhcheng3
26 May 2023, 17:40
Forum: FAQ
Topic: FAQ_MA35D1_I2C0_Interface_on_MA35D1_IoT_EVB
Replies: 0
Views: 16087

FAQ_MA35D1_I2C0_Interface_on_MA35D1_IoT_EVB

Question : I2C0 Interface on MA35D1 IoT EVB cannot work Answer. I2C0 is originally reserved for PMIC usage, so it requires modifying the device tree entries for TFA as follows. Please configure it as shown below. The modification to the " ma35d1.dtsi " file in " output/build/arm-trusted-firmware-cu...
by yhcheng3
26 May 2023, 17:38
Forum: FAQ
Topic: FAQ_MA35D1_Hardware_2D_Acceleration_Feature
Replies: 0
Views: 14405

FAQ_MA35D1_Hardware_2D_Acceleration_Feature

Question : How to use the hardware 2D acceleration feature on MA35D1? Answer. You can enable and test the hardware 2D acceleration feature on MA35D1 by enabling the " directfb " package in Buildroot. Target packages > Graphic libraries and applications (graphic/text) > [*] directfb [*] directfb exa...
by yhcheng3
26 May 2023, 17:35
Forum: FAQ
Topic: FAQ_MA35D1_ U-Boot_Fails_To_Recognize_NAND(not Winbond)
Replies: 0
Views: 13750

FAQ_MA35D1_ U-Boot_Fails_To_Recognize_NAND(not Winbond)

Question : U-Boot Fails to recognize NAND(not Winbond NAND) Answer. When using NAND S34ML08G3 on the development board, U-Boot fails to recognize it during the first boot. However, upon pressing the reset button and performing a U-Boot reset, it is able to recognize the NAND flash during the second...
by yhcheng3
30 Mar 2023, 10:15
Forum: FAQ
Topic: FAQ_MA35D1 SPI-Config Issue
Replies: 0
Views: 14171

FAQ_MA35D1 SPI-Config Issue

Question : SPI-Config Issue Answer. Configure the SPI speed If you use the spi-config tool to configure the SPI speed, once you close the device, the SPI device speed will be restored to its maximum frequency. We recommend that you set the speed setting as desired in the device tree, as shown below...