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

Any possibility of porting this to Debian stretch? #3

Open
kgsrirama opened this issue Feb 24, 2019 · 2 comments
Open

Any possibility of porting this to Debian stretch? #3

kgsrirama opened this issue Feb 24, 2019 · 2 comments

Comments

@kgsrirama
Copy link

Any possibility of porting this to Debian Stretch? Tried upgrading, it seems kernel is getting loaded from outside the root fs. Or can you explain how you built the u-boot, uImage, initrd etc., images

@olderzeus
Copy link
Owner

https://forum.doozan.com/read.php?2,16044
Here is.
But you must use HMNHDCE's u-boot,
uImage must attached HMNHDCE's dtb like:
cd /media/sdb1/boot cp -a uImage uImage.orig cp -a zImage-4.4.54-oxnas-tld-1 zImage.fdt cat dts/ox820-pogoplug-pro.dtb >> zImage.fdt mkimage -A arm -O linux -C none -T kernel -a 0x60008000 -e 0x60008000 -n 'Linux-4.4.54-oxnas-tld-1' -d zImage.fdt uImage

@Miclaud
Copy link

Miclaud commented Apr 16, 2021

Hi olderzeus.

thank you for your work, I was able to install debian on this device thanks to you.
Now I'd like to update the kernel and followed your instruction installing bodhi's kernel from the doozan forum. I both tried a 3.17 and 3.18.5 kernel (stock's u-boot compatible kernels) and newer kenel with an update u-boot version compiled and working from here: https://github.com/kref/u-boot-oxnas/tree/oxnas
I also tried to compile myself a kernel from kref repository: https://github.com/kref/linux-oxnas
The problem is that all these kernel get stuck on "Uncompressing Linux... done, booting the kernel" phase.

My question is: did you compile the 2.6 kernel that you're using in this project or had you taken it from doozan forum? Do you have a .config file? Maybe I could start from it to compile by myself a working kernel for this device.

Thank you!

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