# vita-baremetal-linux-loader **Repository Path**: databuser/vita-baremetal-linux-loader ## Basic Information - **Project Name**: vita-baremetal-linux-loader - **Description**: PSVita bare-metal Linux Loader - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-12 - **Last Updated**: 2021-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PlayStation Vita Bare-metal Linux Loader ## Instructions You will need a compiled Linux kernel image (build instructions [here](https://gist.github.com/xerpi/5c60ce951caf263fcafffb48562fe50f)), which has to be placed at `ux0:/linux/zImage`, and the corresponding DTB file, which has to be placed at `ux0:/linux/vita.dtb`. ## Debugging This Linux loader will print debug info over UART0. Check [UART Console](https://wiki.henkaku.xyz/vita/UART_Console) for the location of the pins. ## Credits Thanks to everybody who has helped me, specially the [Team Molecule](https://twitter.com/teammolecule) (formed by [Davee](https://twitter.com/DaveeFTW), Proxima, [xyz](https://twitter.com/pomfpomfpomf3), and [YifanLu](https://twitter.com/yifanlu)), [TheFloW](https://twitter.com/theflow0), [motoharu](https://github.com/motoharu-gosuto), and everybody at the [HENkaku](https://discord.gg/m7MwpKA) Discord channel.