]>
Commit | Line | Data |
---|---|---|
1 | # Export the control device for the proxyclient and friends | |
2 | export M1N1DEVICE=/dev/ttyACM0 | |
3 | ||
4 | # chainload m1n1 so that you have the latest features available | |
5 | ./proxyclient/tools/chainload.py build/m1n1.macho | |
6 | ||
7 | # Enable PCIe for wifi | |
8 | python3 ./proxyclient/experiments/pcie_enable_devices.py | |
9 | ||
10 | # Pick the dtb for your device: https://github.com/AsahiLinux/docs/wiki/Devices | |
11 | proxyclient/tools/linux.py --bootargs="net.ifnames=0 rw root=/dev/nvme0n1p5 rootwait rootfstype=ext4" ../linux/arch/arm64/boot/Image.gz ../linux/arch/arm64/boot/dts/apple/t8103-j293.dtb |