# linux_learning_environment **Repository Path**: rexnie/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**: 0 - **Forks**: 2 - **Created**: 2019-07-14 - **Last Updated**: 2020-12-19 ## 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/rexnie/linux_learning_environment/tree/master/document/setup_environment.md) * [run u-boot in qemu](https://gitee.com/rexnie/linux_learning_environment/tree/master/document/qemu_run_uboot.md) * [run linux in qemu](https://gitee.com/rexnie/linux_learning_environment/tree/master/document/qemu_run_linux.md) * [boot linux in uboot](https://gitee.com/rexnie/linux_learning_environment/tree/master/document/boot_linux_in_uboot.md) * [run uboot or linux with a pty](https://gitee.com/rexnie/linux_learning_environment/tree/master/document/run_uboot_linux_with_pty.md) * [ssh login linux](https://gitee.com/rexnie/linux_learning_environment/tree/master/document/sshlogin.md) * [copy files via scp](https://gitee.com/rexnie/linux_learning_environment/tree/master/document/scp.md) # Practice projects * [smem](https://gitee.com/rexnie/linux_learning_environment/tree/master/document/smem.md) * [tbot](https://gitee.com/rexnie/linux_learning_environment/tree/master/document/tbot.md) * [linuxep](https://gitee.com/rexnie/linux_learning_environment/tree/master/document/linuxep.md) * [linux device driver](https://gitee.com/rexnie/linux_learning_environment/tree/master/document/linux_device_driver.md) * [test examples](https://gitee.com/rexnie/linux_learning_environment/tree/master/document/tests.md)