# N32926_Linux_BSP **Repository Path**: OpenNuvoton/N32926_Linux_BSP ## Basic Information - **Project Name**: N32926_Linux_BSP - **Description**: Linux BSP Source Code for N9H26/N32926 Microprocessor - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2019-11-25 - **Last Updated**: 2025-08-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # N32926_Linux_BSP Linux BSP Source Code for N9H26/N32926 Microprocessor - **Extract rootfs tarball before build the krenel image** `$ tar zxvf rootfs-2.6.35.tar.gz` - **Load N9H26 default kernel configuration** `$ make n9h26_defconfig` - **Load N32926 default kernel configuration** `$ make w55fa92_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`