Hi!,
Where can i find ubuntu 11.04 or 11.10 kernel source, rootfs and uboot source for Beagle Board XM A3 board?
Regards,
Chetan B
Hi!,
Where can i find ubuntu 11.04 or 11.10 kernel source, rootfs and uboot source for Beagle Board XM A3 board?
Regards,
Chetan B
Hi!,
Where can i find ubuntu 11.04 or 11.10 kernel source,
uname -a
rootfs
What was the actual name of the image you downloaded...
You can actually download it your self via:
dpkg -l | tail -n+6 | awk '{print $2}' | sed "s/:armel//g" | sed
"s/:armhf//g" > /tmp/pkg_list
apt-get source --download-only `cat /tmp/pkg_list`
and uboot
From u-boot prompt type: "version"
source for Beagle Board XM A3 board?
Regards,