-
Hello, Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 13 comments
-
I tried the following command but it's still not working: |
Beta Was this translation helpful? Give feedback.
-
Hi, adding offical documentation/support for this will happen soon, but in the meantime:
once that is loaded onto the sdcard, chroot should work correctly. |
Beta Was this translation helpful? Give feedback.
-
Hello, Thanks. |
Beta Was this translation helpful? Give feedback.
-
Interesting, I'll give a debian root fs a try and see how it goes for me and let you know. |
Beta Was this translation helpful? Give feedback.
-
Thanks! Please try and give me instructions how to make it work if it works. |
Beta Was this translation helpful? Give feedback.
-
The error I'm getting is file not found when opening for a example /etc/resolv.conf in chroot with nano editor. |
Beta Was this translation helpful? Give feedback.
-
I don't have a large enough SD card to hand to test with a debian rootfs a try yet, but I did try today with the one built via buildroot, which i transferred to the sd card with: I was able to mount it & chroot into it with no problems. I will try the debian rootfs once I get a larger SD card. |
Beta Was this translation helpful? Give feedback.
-
Okay thank you, can you tell me how you chroot into the rootfs? You just used one command the chroot command with the rootfs folder? Or there's more commands to run to chroot correctly? |
Beta Was this translation helpful? Give feedback.
-
i did:
|
Beta Was this translation helpful? Give feedback.
-
Okay I tried with a different Debian rootfs and it's working fine. How can I make it boot directly to Debian rootfs instead of buildroot? |
Beta Was this translation helpful? Give feedback.
-
Running xorg server fails because its inside chroot. Can you advise how to get xorg to work with a Debian rootfs in chroot? Or is there a way to make it boot in a real environment, not chroot? |
Beta Was this translation helpful? Give feedback.
-
Easiest way to do this is to change the uboot script. First check that the bootargs in the second line of the linux defconfig contain the correct the correct partition should be "root=/dev/mmcblk0p3" with the current release although this will change in the next release and is different for the icicle kit. If you change the contents of
it should boot using the rootfs on the SD card not the initramfs built by buildroot |
Beta Was this translation helpful? Give feedback.
-
Thanks alot for your help. It worked. I booted to Linux directly instead of buildroot. 👍🙂 |
Beta Was this translation helpful? Give feedback.
i did: