Skip to content

Linux BSP Source Code for N32905 Microprocessor

Notifications You must be signed in to change notification settings

mawoka-myblock/N32905_Linux_BSP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N32905_Linux_BSP

Linux BSP Source Code for N9H20/N32905 Microprocessor

  • Extract rootfs tarball before build the kernel 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

About

Linux BSP Source Code for N32905 Microprocessor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.2%
  • Assembly 2.3%
  • Makefile 0.3%
  • Perl 0.1%
  • C++ 0.1%
  • Shell 0.0%