Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 666 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 666 Bytes

sysroot

This script is used on Funtoo to automate the boring task of setting up a Raspberry Pi 3 cross environment and a full working sysroot with a custom kernel build that can be easily deployed on a SD card.

Review the variables on the sysroot_install function and, for the first time running it, you should answer 'y' for every question:

source sysroot.sh && sysroot_install

This creates a sysroot on the default path /home/sysroots/armv7a-hardfloat-linux-gnueabi and you can use sysroot_chroot to grab a shell inside it:

sysroot_chroot /home/sysroots/armv7a-hardfloat-linux-gnueabi

The third function, sysroot_mount, is a dependency for both.