-
Notifications
You must be signed in to change notification settings - Fork 39
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
c5soc_opencl_lxde_fpga_reconfigurable.img -- partition size too small #23
Comments
Hi, @kutenai
|
The 3rd partition is partition type A2, which is uknown. I'm pretty sure this is the preloader, and the system won't boot without it. I'd have to have the preloader to re-build that partition. What I'd really like to do is to re-build the rootFS and kernel from scratch, but no instructions for how that was built, or what versions of linux-sofcfpga were used. It would be great if I know:
How was the rootfs built? One thing I'd like to have are the build files used for making drivers, these are missing from the existing images, so no way to build a kernel installable driver. |
Yes, those are the instructions I need. I see that there is a special linux-sopcfpga fork under thinkoco When I tried to edhenderson@ubuntu:~/sdcard_build/thinkoco/linux-socfpga$ make zImage
scripts/kconfig/conf --silentoldconfig Kconfig
*
* Restart config...
*
*
* Support for small TFT LCD display modules
*
Support for small TFT LCD display modules (FB_TFT) [N/m/y] (NEW)
That is not expected since I copied over the .config as described here I'm not sure why the .config is not accepted, but it seems to want to re-configure. |
I opened the .config file with edhenderson@ubuntu:~/sdcard_build/thinkoco/linux-socfpga$ diff config_opencl_de10_nano .config
1948a1949
> # CONFIG_FB_TFT is not set |
@kutenai
|
Yes, i've done those things. I'm able to build now, so it's okay. |
I am using this image: c5soc_opencl_lxde_fpga_reconfigurable.img
But, the partition sizes are not very big, and the 2nd partition is the one with the Linux root FS on it, but there is a 3rd partition that has some required code on it (I can't remove it or the image won't boot at all), so I can't expand the root fs.
I'd like to re-build this image and re-order the partitions if possible so that the root fs is last.
Any thoughts, or information on who built this?
The text was updated successfully, but these errors were encountered: