Search found 97 matches

by ytliu6
23 Apr 2024, 15:17
Forum: FAQ
Topic: FAQ_MA35_Family_Reference of Image Size
Replies: 0
Views: 835

FAQ_MA35_Family_Reference of Image Size

Most users need to select a suitable flash with sufficient capacity. To assist with this, we've compiled a list of image sizes generated by Buildroot/Yocto/OpenWrt. Please note that this list is for reference only, as the actual size may vary depending on the packages installed. The size of eMMC/SD ...
by ytliu6
23 Apr 2024, 15:15
Forum: FAQ
Topic: FAQ_MA35_Family_NuWriter Programming in VMware
Replies: 0
Views: 849

FAQ_MA35_Family_NuWriter Programming in VMware

In certain situations where you need to write an image to MA35D1 in a Linux environment within VMware, you may encounter an issue where NuWriter cannot detect the device. NuWriter can be downloaded from https://github.com/OpenNuvoton/MA35D1_NuWriter To resolve this, first, check if MA35's USB device...
by ytliu6
23 Apr 2024, 15:12
Forum: FAQ
Topic: FAQ_MA35_Family_External DDR Parameters Compilation
Replies: 0
Views: 781

FAQ_MA35_Family_External DDR Parameters Compilation

This FAQ explains how to utilize the DDR parameter file to generate a Linux image. After using the DDR parameter Excel file provided by Nuvoton, place the file "custom_ddr.h" into a specific folder depending on the Linux production tool you are using. Buildroot: Replace the custom_ddr.h in “ddr” fol...
by ytliu6
23 Apr 2024, 15:10
Forum: FAQ
Topic: FAQ_MA35_Family_NAND Flash Rootfs Size
Replies: 0
Views: 763

FAQ_MA35_Family_NAND Flash Rootfs Size

Default NAND Flash rootfs is 100MB and part of space is occupied by UBIFS, so it may not be enough. This FAQ would guide you how to extend the rootfs size. Please verify the "maximum logical eraseblock count" in Buildroot menuconfig. The default value is 2800, which corresponds to a maximum rootfs s...
by ytliu6
23 Apr 2024, 15:08
Forum: FAQ
Topic: FAQ_MA35_Family_Recompile Source Code
Replies: 0
Views: 794

FAQ_MA35_Family_Recompile Source Code

Sometimes you may find that you have modified source code but after compiling and you still got an old image. Those of auto compiling tools are not detect which file you modified, so you need to use some commands to force to recompile. Here, we provide three commands to rebuild the important three p...
by ytliu6
23 Apr 2024, 15:07
Forum: FAQ
Topic: FAQ_MA35_Family_SD eMMC Rootfs Size
Replies: 0
Views: 794

FAQ_MA35_Family_SD eMMC Rootfs Size

The default size of the SD/eMMC rootfs is 100MB, which may be insufficient for certain uses. Nuvoton offers a script to automatically resize the rootfs to its maximum capacity, or alternatively, you can manually resize the rootfs to your desired size. Auto resize rootfs to maximum after booting Buil...
by ytliu6
23 Apr 2024, 15:05
Forum: FAQ
Topic: FAQ_MA35_Family_USB Host Eye Diagram
Replies: 0
Views: 810

FAQ_MA35_Family_USB Host Eye Diagram

There is an open source test command in U-Boot and you can utilize it to measure USB eye diagram First, you need to enter U-Boot stage and following the below command. Start the USB: $ usb start Common USB commands: - usb start: - usb reset: (re)starts the USB. All USB devices will be initialized an...
by ytliu6
16 Apr 2024, 16:48
Forum: FAQ
Topic: FAQ_MA35_Family Pin Compatible Package Replacement
Replies: 0
Views: 6780

FAQ_MA35_Family Pin Compatible Package Replacement

For example, if you find that the performance of MA35D0/MA35H0 does not meet your requirements, you can opt for a higher-tier chip, such as the MA35D1. Before changing the chip, remember to check the number of peripherals such as CAN-FD, UART, etc. In the software part, we recommend downloading a ne...
by ytliu6
14 Aug 2023, 16:31
Forum: FAQ
Topic: FAQ_MA35D1 Resize SD card size to maxium
Replies: 0
Views: 13275

FAQ_MA35D1 Resize SD card size to maxium

The default size of the root file system depends on the packages you choose to install. If you require an expansion of the root file system to its maximum capacity, options are available through Buildroot's menuconfig or Yocto's recipe configuration Buildroot $ make menuconfig Bootloaders ---> [*] A...
by ytliu6
14 Aug 2023, 14:01
Forum: FAQ
Topic: FAQ_MA35D1 Use Configured File to Build Image
Replies: 0
Views: 12855

FAQ_MA35D1 Use Configured File to Build Image

Nuvoton offers a default configuration as you initiate image building. However, there are instances where this might prove insufficient or where you wish to alter the configuration. In such cases, the "make menuconfig" command serves as a tool to make necessary modifications. At times, you might fin...