We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, if we use extlinux to load a kernel and ramdisk, this error shows up:
switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found /extlinux/extlinux.conf Retrieving file: /extlinux/extlinux.conf boot prev kernel 1: postmarketOS Enter choice: 1: postmarketOS Retrieving file: /vmlinuz missing environment variable: ramdisk_addr_r Skipping postmarketOS for failure retrieving initrd EXTLINUX FAILED: continuing...
Adding these value before running the boot command will make extlinux booting works:
setenv ramdisk_addr_r 0x52200000 setenv kernel_comp_addr_r 0x53200000 setenv kernel_comp_size 0x2000000
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, if we use extlinux to load a kernel and ramdisk, this error shows up:
Adding these value before running the boot command will make extlinux booting works:
The text was updated successfully, but these errors were encountered: