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

FS#1034 - [omap] beaglebone black no ubifs or squashfs boot #5861

Closed
openwrt-bot opened this issue Oct 2, 2017 · 3 comments
Closed

FS#1034 - [omap] beaglebone black no ubifs or squashfs boot #5861

openwrt-bot opened this issue Oct 2, 2017 · 3 comments
Labels

Comments

@openwrt-bot
Copy link

lucize:

trying to use ubifs or squashfs images on beaglebone black leads to root not found and kernel panic

LEDE version r4969

attached boot log

@openwrt-bot
Copy link
Author

lynxis:

the ubifs is known to be broken. The cmdline is not correct.
squashfs works for me. Can you send me the squashfs image by a link?

@openwrt-bot
Copy link
Author

lucize:

didn't do a recent build, this is the last image I tested
https://drive.google.com/file/d/0BxVBg_s0ikxGdXY4bGtWaGtUa1k/view?usp=sharing

@openwrt-bot
Copy link
Author

lucize:

@lynxis
base on this http://lists.infradead.org/pipermail/lede-dev/2016-December/004508.html
for squashfs on beaglebone I think found the problem, in config-4.14 or config-4.14 add

@@ -724,6 +730,8 @@ CONFIG_XFRM_ALGO=y CONFIG_XFRM_MIGRATE=y CONFIG_XPS=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_BCJ=y CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZLIB_DEFLATE=y

I'll make a PR

root@bbb:/# df -hT Filesystem Type Size Used Available Use% Mounted on /dev/root squashfs 3.0M 3.0M 0 100% /rom tmpfs tmpfs 244.8M 68.0K 244.8M 0% /tmp tmpfs tmpfs 244.8M 52.0K 244.8M 0% /tmp/root overlayfs:/tmp/root overlay 244.8M 52.0K 244.8M 0% / tmpfs tmpfs 512.0K 0 512.0K 0% /dev

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

No branches or pull requests

1 participant