You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.
Hello, I am have just booted Linux in the freedom U500 implemented in the VC707 FPGA. I could login correctly, but now I would like to go a step further and be able to load Linux Root File System from the SD card. I have read that the Root File System was initially being loaded from the PCI Ethernet port, but I have implemented the non-PCI version and I would like to know if there is another way of doing it. I have followed the getting started guide by Sifive and I have loaded just the bbl.bin file through the command: dd if=work/bbl.bin of=/dev/your-sd-card bs=1M
I was confused because this file is just 16MB, but apparently it works. On top of that, is there any support for loading the Linux Root File system from an SD partition?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I am have just booted Linux in the freedom U500 implemented in the VC707 FPGA. I could login correctly, but now I would like to go a step further and be able to load Linux Root File System from the SD card. I have read that the Root File System was initially being loaded from the PCI Ethernet port, but I have implemented the non-PCI version and I would like to know if there is another way of doing it. I have followed the getting started guide by Sifive and I have loaded just the bbl.bin file through the command:
dd if=work/bbl.bin of=/dev/your-sd-card bs=1M
I was confused because this file is just 16MB, but apparently it works. On top of that, is there any support for loading the Linux Root File system from an SD partition?
The text was updated successfully, but these errors were encountered: