# N32905_Linux_BSP **Repository Path**: OpenNuvoton/N32905_Linux_BSP ## Basic Information - **Project Name**: N32905_Linux_BSP - **Description**: Linux BSP Source Code for N32905 Microprocessor - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2019-11-25 - **Last Updated**: 2025-08-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # N32905_Linux_BSP Linux BSP Source Code for N9H20/N32905 Microprocessor - **Extract rootfs tarball before build the krenel image** `$ tar zxvf rootfs-2.6.35.tar.gz` - **Load N9H20 default kernel configuration** `$ make n9h20k5_defconfig` - **Load N32905 default kernel configuration** `$ make w55fa93_defconfig` - **Build kernel image** `$ ./build` - **Change Booting Device** `$ ./build [sd/nand/spi]` N9H2/N329 series BSP supports SD/NAND/SPI booting devices. You can type “./build [sd/nand/spi]” to build kernel with specified booting device. For ex: `$ ./build sd`