Author Topic: Does Oz Support Squashfs Natively  (Read 2433 times)

weasel123

  • Newbie
  • *
  • Posts: 41
    • View Profile
Does Oz Support Squashfs Natively
« on: February 02, 2005, 01:24:04 am »
Does OZ support squashfs, ie their is the mksquashfs tool, but i am unable to find the squashfs.o binary module.

Do i need to recompile it, or is ist already supported in the kernel.
Thanks,
Weasel123

Hrw

  • Hero Member
  • *****
  • Posts: 1366
    • View Profile
Does Oz Support Squashfs Natively
« Reply #1 on: February 02, 2005, 04:22:02 am »
it's not in OZ kernels currently - noone want to maintain them, and for Cxxx we have working 2.6 kernel (not yet finished).
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.

weasel123

  • Newbie
  • *
  • Posts: 41
    • View Profile
Does Oz Support Squashfs Natively
« Reply #2 on: February 02, 2005, 05:18:16 am »
Quote
it's not in OZ kernels currently - noone want to maintain them, and for Cxxx we have working 2.6 kernel (not yet finished).
[div align=\"right\"][a href=\"index.php?act=findpost&pid=65081\"][{POST_SNAPBACK}][/a][/div]

I downloaded squashfs compiled for cacko kernels and sharp default rom, however when i try to modprobe squashfs i get

root@collie:~# modprobe squashfs
/lib/modules/2.4.18-rmk7-pxa3-embedix/net/squashfs.o: /lib/modules/2.4.18-rmk7-pxa3-embedix/net/squashfs.o: unresolved symbol cpu_xscale_cache_clean_invalidate_range
/lib/modules/2.4.18-rmk7-pxa3-embedix/net/squashfs.o: /lib/modules/2.4.18-rmk7-pxa3-embedix/net/squashfs.o: unresolved symbol zlib_inflate
/lib/modules/2.4.18-rmk7-pxa3-embedix/net/squashfs.o: /lib/modules/2.4.18-rmk7-pxa3-embedix/net/squashfs.o: unresolved symbol zlib_inflate_workspacesize
/lib/modules/2.4.18-rmk7-pxa3-embedix/net/squashfs.o: /lib/modules/2.4.18-rmk7-pxa3-embedix/net/squashfs.o: unresolved symbol zlib_inflateInit_
/lib/modules/2.4.18-rmk7-pxa3-embedix/net/squashfs.o: /lib/modules/2.4.18-rmk7-pxa3-embedix/net/squashfs.o: unresolved symbol zlib_inflateEnd
/lib/modules/2.4.18-rmk7-pxa3-embedix/net/squashfs.o: insmod /lib/modules/2.4.18-rmk7-pxa3-embedix/net/squashfs.o failed
/lib/modules/2.4.18-rmk7-pxa3-embedix/net/squashfs.o: insmod squashfs failed

Is there a way i can get the zlib compression support/modules in to te oz kernel.