Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 603 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 603 Bytes

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