Created
February 12, 2022 16:02
-
-
Save jannau/f2d64336550141b42956bf749226291f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=> nvme scan | |
=> load nvme 0:6 ${loadaddr} vmlinuz-asahi-smc | |
9542381 bytes read in 5 ms (1.8 GiB/s) | |
=> booti ${loadaddr} - ${fdtcontroladdr} | |
Uncompressing Kernel Image | |
## Flattened Device Tree blob at 107c8b7b400 | |
Booting using the fdt blob at 0x107c8b7b400 | |
Loading Device Tree to 00000107c8b65000, end 00000107c8b76995 ... OK | |
Starting kernel ... | |
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x612f0280] | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment