# N32905_Linux_BSP **Repository Path**: lizy927/N32905_Linux_BSP ## Basic Information - **Project Name**: N32905_Linux_BSP - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-13 - **Last Updated**: 2021-03-30 ## 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`