Search found 94 matches

by ytliu6
14 Feb 2023, 13:33
Forum: FAQ
Topic: FAQ_MA35D1_Replace part of Linux Image
Replies: 0
Views: 14868

FAQ_MA35D1_Replace part of Linux Image

When you build a pack from Buildroot, Yocto, or OpenWRT, you need to choose the file already been pack The pack.josn is located at NuWriter inside Buildroot, Yocto, or OpenWRT. Acrodding to pack-sd.jason content is shown below, you can replace part of Image when you already write the Image to the ta...
by ytliu6
14 Feb 2023, 13:16
Forum: FAQ
Topic: FAQ_MA35D1_M4 Peripheral List when A35 Power Down
Replies: 0
Views: 15124

FAQ_MA35D1_M4 Peripheral List when A35 Power Down

This list show M4 control what peripheral when A35 power down
FAQ_MA35D1_M4 Peripheral List when A35 Power Down.png
FAQ_MA35D1_M4 Peripheral List when A35 Power Down.png (25.67 KiB) Viewed 15124 times
by ytliu6
30 Jan 2023, 13:32
Forum: FAQ
Topic: FAQ_MA35D1_Auto Load Linux Kernel Modules by Yocto
Replies: 0
Views: 15785

FAQ_MA35D1_Auto Load Linux Kernel Modules by Yocto

If you need to auto load the Linux kernel modules, you have to create the recipe to add the .ko to /lib/modules/5.10.140 first. Add the following three statement to local.conf DISTRO_FEATURES_append = " recipe_name " KERNEL_MODULE_AUTOLOAD += " recipe_name " IMAGE_INSTALL_append += " kernel-modules ...
by ytliu6
11 Jan 2023, 18:15
Forum: FAQ
Topic: FAQ_MA35D1_Change Display Clock
Replies: 0
Views: 14600

FAQ_MA35D1_Change Display Clock

If you need to change the display panel or change the display clock First, you need to modify MA35D1 device tree description. There are two methods you can use You can modify ma35d1.dtsi or modify dts to override the description The display clock use clk_VPLL, so you need to modify it to match your ...
by ytliu6
11 Jan 2023, 16:41
Forum: FAQ
Topic: FAQ_MA35D1_H.264 Decoder with MP4 Video
Replies: 0
Views: 14365

FAQ_MA35D1_H.264 Decoder with MP4 Video

Nuvoton provides hardware decoder VC8000 to decode H.264 format video First, you need to check the MP4 files is H.264 format or not. If not, you need to translate it to H.264. You can use FFmpeg to translate them and change the resolution to match your display ffmpeg -i input.mp4 -c:v libx264 -profi...
by ytliu6
03 Jan 2023, 14:11
Forum: FAQ
Topic: FAQ_MA35D1_Build and Enable Secure Boot Image
Replies: 0
Views: 15606

FAQ_MA35D1_Build and Enable Secure Boot Image

First, you need to write the public and private key to OTP Refer to UM_EN_MA35D1_NuWriter for writing key to OTP Buildroot: 1. Enable MA35D1 Secure Boot and enter the key you want $ make menuconfig Bootloaders ---> [*] MA35D1 Secure Boot () AES Key () ECDSA Key 2. Rebuild the Image $ make 3. The otp...
by ytliu6
23 Dec 2022, 13:39
Forum: FAQ
Topic: FAQ_MA35D1_Cross-Compiler Toolchain
Replies: 0
Views: 15835

FAQ_MA35D1_Cross-Compiler Toolchain

Yocto and Buildroot both have their own cross-compile toolchain. Build the Image first and the Buildroot toolchain will be generate at /Buildroot/output/host/usr/bin/aarch64-nuvoton-linux-gnu-gcc Refer to UM_MA35D1_Yocto for generating toolchain After you source the toolchain, it will automatically ...
by ytliu6
23 Dec 2022, 13:38
Forum: FAQ
Topic: FAQ_MA35D1_Measure Electronic Current
Replies: 0
Views: 13985

FAQ_MA35D1_Measure Electronic Current

Nuvoton provide a MA35D1 electronic current test table for reference PWD means power down mode If you need to down the power consumption, you can close the unnecessary peripheral by device tree The second row below shows turn off all peripherals except UART0 and SD0 FAQ_MA35D1 Measure Electronic Cur...
by ytliu6
23 Dec 2022, 13:37
Forum: FAQ
Topic: FAQ_MA35D1_Build NAND, SPI-NAND Image by Yocto
Replies: 0
Views: 8622

FAQ_MA35D1_Build NAND, SPI-NAND Image by Yocto

The default MA35D1 nvt-image-qt5 Image built by Yocto doesn’t include NAND and SPI-NAND fomat because of the size on evaluation board Follow the steps below to build NAND and SPI-NAND Image 1. Edit the configuration file below $ vim yocto/sources/meta-ma35d1/recipes-images/images/nvt-image-qt5.bb 2....
by ytliu6
20 Dec 2022, 10:59
Forum: Software Manual
Topic: UM_EN_NAND
Replies: 0
Views: 21997

UM_EN_NAND

Platform: MA35D1
Platform resource link: https://www.nuvoton.com/products/microp ... -a35-mpus/
BSP link: https://www.nuvoton.com/export/resource ... 1_NAND.pdf
Brief:
This user manual shows what to be modified after changing the NAND Flash