# linux_learning_environment **Repository Path**: guolinp/linux_learning_environment ## Basic Information - **Project Name**: linux_learning_environment - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2019-04-26 - **Last Updated**: 2021-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # What is it? * This project targets to build an environment for linux learning such as driver, application, test... # Basic operations * [setup environment](https://gitee.com/guolinp/linux_learning_environment/blob/master/document/setup_environment.md) * [run u-boot in qemu](https://gitee.com/guolinp/linux_learning_environment/blob/master/document/qemu_run_uboot.md) * [run linux in qemu](https://gitee.com/guolinp/linux_learning_environment/blob/master/document/qemu_run_linux.md) * [boot linux in uboot](https://gitee.com/guolinp/linux_learning_environment/blob/master/document/boot_linux_in_uboot.md) * [run uboot or linux with a pty](https://gitee.com/guolinp/linux_learning_environment/blob/master/document/run_uboot_linux_with_pty.md) * [ssh login linux](https://gitee.com/guolinp/linux_learning_environment/blob/master/document/sshlogin.md) * [copy files via scp](https://gitee.com/guolinp/linux_learning_environment/blob/master/document/scp.md) # Practice projects * [smem](https://gitee.com/guolinp/linux_learning_environment/blob/master/document/smem.md) * [tbot](https://gitee.com/guolinp/linux_learning_environment/blob/master/document/tbot.md) * [linuxep](https://gitee.com/guolinp/linux_learning_environment/blob/master/document/linuxep.md) * [linux device driver](https://gitee.com/guolinp/linux_learning_environment/blob/master/document/linux_device_driver.md) * [test examples](https://gitee.com/guolinp/linux_learning_environment/blob/master/document/tests.md)