Joined
·
1,566 Posts
So I'm looking through the firmware and I see a few bits of info:
board: SMDK2416
bootloader: Uboot
It definately contains busybox and a linux kernel
Another gpl violation for you pandigital
to extract rootfs.img rename it to rootfs.cpio.bz and extract both layers and you'll see everything there
It looks like it's protected when you reflash by an md5 sum so if you want to make changes be sure to change the md5sum in checksum.md5 to match your new rootfs.img
also I see it borrows a few android componants
board: SMDK2416
bootloader: Uboot
It definately contains busybox and a linux kernel

to extract rootfs.img rename it to rootfs.cpio.bz and extract both layers and you'll see everything there

It looks like it's protected when you reflash by an md5 sum so if you want to make changes be sure to change the md5sum in checksum.md5 to match your new rootfs.img
also I see it borrows a few android componants