Skip to content
New issue

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

ext Base (SYS_TEXT_BASE) [] (NEW) #57

Open
Dev-Divyendh opened this issue Aug 6, 2022 · 2 comments
Open

ext Base (SYS_TEXT_BASE) [] (NEW) #57

Dev-Divyendh opened this issue Aug 6, 2022 · 2 comments

Comments

@Dev-Divyendh
Copy link

I followed this guideline https://github.com/minosproject/minos/blob/master/Documents/002-Test_Minos_on_Raspberry_4.md. And I have a raspberry-4b 4GB version. What is the SYS_TEXT_BASE value to be entered?

dev@asus-tuf:~/minos-workspace/minos-hypervisor/u-boot$ make CROSS_COMPILE=aarch64-linux-gnu- -j8
make: Warning: File '.config' has modification time 18885 s in the future
scripts/kconfig/conf --syncconfig Kconfig
.config:22:warning: symbol value '' invalid for SYS_TEXT_BASE
*

  • Restart config...
  • Boot images

Enable support for Android Boot Images (ANDROID_BOOT_IMAGE) [Y/n/?] y
Support Flattened Image Tree (FIT) [N/y/?] n
Enable support for the legacy image format (IMAGE_FORMAT_LEGACY) [Y/n/?] y
Extra Options (DEPRECATED) (SYS_EXTRA_OPTIONS) []
Text Base (SYS_TEXT_BASE) [] (NEW)
issue

@lemin9538
Copy link
Contributor

There is a error in the document. you need switch to rpi4 branch before compile:

git checkout -b rpi4 origin/ag/rpi4

The V0.4 only test on ARM-FVP and Qemu-virt platform, if you need run on rpi4, please use an old version.

@wusnga8dn
Copy link

I followed this guideline https://github.com/minosproject/minos/blob/master/Documents/002-Test_Minos_on_Raspberry_4.md. And I have a raspberry-4b 4GB version. What is the SYS_TEXT_BASE value to be entered?

dev@asus-tuf:~/minos-workspace/minos-hypervisor/u-boot$ make CROSS_COMPILE=aarch64-linux-gnu- -j8 make: Warning: File '.config' has modification time 18885 s in the future scripts/kconfig/conf --syncconfig Kconfig .config:22⚠️ symbol value '' invalid for SYS_TEXT_BASE *

  • Restart config...
  • Boot images

Enable support for Android Boot Images (ANDROID_BOOT_IMAGE) [Y/n/?] y Support Flattened Image Tree (FIT) [N/y/?] n Enable support for the legacy image format (IMAGE_FORMAT_LEGACY) [Y/n/?] y Extra Options (DEPRECATED) (SYS_EXTRA_OPTIONS) [] Text Base (SYS_TEXT_BASE) [] (NEW) issue

Hello, I would like to ask, did you have this project up and running, what version of the Raspberry Pi system is used?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants