Search found 55 matches

by yhcheng3
19 Jan 2023, 15:05
Forum: FAQ
Topic: FAQ_MA35D1_Bitbake nvt-image-qt5 Fail in Yocto
Replies: 0
Views: 14935

FAQ_MA35D1_Bitbake nvt-image-qt5 Fail in Yocto

Question : Bitbake nvt-image-qt5 Fail in Yocto Answer. Error message : /meta-qt5/recipes-qt/qt5/ qtquickcontrols2_git.bb:do_compile ) failed with exit code '1' when bitbake nvt-image-qt5 in Yocto. Show as follows: ~~~ | make[2]: *** [Makefile:479: ../../lib/libQt5QuickTemplates2.so.5.14.2] Error 1 ...
by yhcheng3
18 Jan 2023, 14:55
Forum: FAQ
Topic: FAQ_MA35D1_Touchpad Cannot Touch on NuMaker-HMI-MA35D1
Replies: 0
Views: 15384

FAQ_MA35D1_Touchpad Cannot Touch on NuMaker-HMI-MA35D1

Question : FAQ_MA35D1_Touchpad Cannot Touch on NuMaker-HMI-MA35D1 EVB Board Answer. The touch panel needs to be calibrated for the first time: Run the commands as follows: $ ts_calibrate And click the four corners and the center point to complete the calibration, calibration points will be stored. ...
by yhcheng3
08 Dec 2022, 14:20
Forum: FAQ
Topic: FAQ_MA35D1_EVB_Power-On-Setting
Replies: 0
Views: 5114

FAQ_MA35D1_EVB_Power-On-Setting

Question : How to Set the Power-On-Setting of EVB Board? Answer. Platform: MA35D1 Platform resource link: https://www.nuvoton.com/products/microp ... -a35-mpus/ BSP link: https://github.com/OpenNuvoton/MA35D1_NuWriter Configure Power-on Setting: Make sure the power-on setting for the booting source...
by yhcheng3
07 Dec 2022, 19:50
Forum: FAQ
Topic: FAQ_MA35D1_M4 DeviceTree
Replies: 0
Views: 4229

FAQ_MA35D1_M4 DeviceTree

Question : M4 Corresponds to the Relationship Between ma35d1-cpu800-wb-128m.dts and ma35d1.dts Answer. " ma35d1.dtsi " determines which ones are used for A35 or M4 . If you find the word " SUBM " that means it is for M4. Please refer to the naming convention: MA35D1_Buildroot/output/build/arm-trust...
by yhcheng3
07 Dec 2022, 19:48
Forum: FAQ
Topic: FAQ_MA35D1_RTC Issue
Replies: 0
Views: 4563

FAQ_MA35D1_RTC Issue

Question : Clock Still Running when RTC is Removed Answer. When LXT is removed, the RTC clock will automatically switch to LIRC . If the RTC is not used, do not initialize the RTC . It can detect whether LXT reached 32K. If not, you can select LIRC for automatic switching. Refer to the TRM descript...
by yhcheng3
05 Dec 2022, 16:29
Forum: FAQ
Topic: FAQ_MA35D1 SD1 eMMC 4Bit Failed to Start
Replies: 0
Views: 3331

FAQ_MA35D1 SD1 eMMC 4Bit Failed to Start

Question : SD1 eMMC 4Bit Failed to Start Answer. Buildroot: Enter the following path and modify the TF-A code Modify ma35d1_common.c (~ /MA35D1_Buildroot/output/build/arm-trusted-firmware-custom/plat/nuvoton/ma35d1 ) vi ma35d1_common.c And change as follows : static void ma35d1_sdhc_setup(struct mm...
by yhcheng3
05 Dec 2022, 14:17
Forum: FAQ
Topic: FAQ_MA35D1_NuMaker-HMI-MA35D1 Restart and Wake-up
Replies: 0
Views: 3528

FAQ_MA35D1_NuMaker-HMI-MA35D1 Restart and Wake-up

Question : Turn On the Power, the Power Light is On, but the HMI has No Screen on the NuMaker-HMI-MA35D1 Evaluation Board Answer. The NuMaker-HMI-MA35D1 evaluation board needs to press RTC Wakeup button to start up. Press RTC Wakeup Button (SW1) to enable the discrete power converters figure2.png #...
by yhcheng3
05 Dec 2022, 13:45
Forum: FAQ
Topic: FAQ_MA35D1_Touch Panel Issue
Replies: 0
Views: 3140

FAQ_MA35D1_Touch Panel Issue

Question : The Capacitive Touch Panel Can Display, but Touchpad Cannot Work Answer. The MA35D1 support ADC interface touch driver for the resistive touchpad and the ILI series I2C interface for the capacitive touchpad. If the user is using a capacitive touch screen, modify the following settings: s...
by yhcheng3
05 Dec 2022, 13:28
Forum: FAQ
Topic: FAQ_MA35D1_Resize Rootfs for Buildroot
Replies: 0
Views: 3463

FAQ_MA35D1_Resize Rootfs for Buildroot

Question : How to Modify Root Fils System Size for Buildroot ? Answer. The compiler prompts that R2_TARGET_ROOTFS_EXT2_SIZE is not enough when you open the QT5 or DriectFB configuration options. Refer to MA35D1_Buildroot/configs/numaker_som_ma35d16a81_defconfig , that default value of buildroot is ...
by yhcheng3
05 Dec 2022, 11:49
Forum: FAQ
Topic: FAQ_MA35D1_No Element Jpegparse for Buildroot
Replies: 0
Views: 2634

FAQ_MA35D1_No Element Jpegparse for Buildroot

Question : Enable JPEG Support in Buildroot, but it has Warning Message: “Erroneous Pipeline: No Element Jpegparse” Answer. Compile buildroot in docker container Jpegformat in Plugin-bad, search /" jpeg " in buildroot menuconfig and enable all JPEG related in GST. “ plugin-bad ” should be enabled f...