# linux-shumeipai2 **Repository Path**: linglongGh/linux-shumeipai2 ## Basic Information - **Project Name**: linux-shumeipai2 - **Description**: Linux source for Smartfire Shumeipai 2 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: sunxi-3.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2014-04-08 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # for GNU/Linux General (boot from SD-Card) make ARCH=arm smp2_defconfig make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules make ARCH=arm INSTALL_MOD_PATH=output modules_install # for GNU/Linux General (boot from NAND) make ARCH=arm smp2_nand_defconfig make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules make ARCH=arm INSTALL_MOD_PATH=output modules_install # for GNU/Linux Server (boot from NAND) make ARCH=arm smp2_server_defconfig make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules make ARCH=arm INSTALL_MOD_PATH=output modules_install # for Android/Linux (boot from NAND) make ARCH=arm smp2_crane_defconfig make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules make ARCH=arm INSTALL_MOD_PATH=output modules_install