The first alpha release of the Raspberry Pi image generation is now available in the git tree. Note: Downloading the GPU firmware will take a while. So be patient... ;-) The sdcard image will contain: - fat partition containing the GPU firmware and kernel image - ext4 partition containing the root file system Please give it a try and post any comments/bug reports to this mailing list.
Nathan.
--
You received this message because you are subscribed to the Google Groups "Raspberry Pi Openwrt Development" group.
To view this discussion on the web visit https://groups.google.com/d/msg/raspberrypi-openwrt-dev/-/TbbkVS_MtA8J.
To post to this group, send email to raspberrypi...@googlegroups.com.
To unsubscribe from this group, send email to raspberrypi-openw...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/raspberrypi-openwrt-dev?hl=en.
As an alternative for the real dare devils / hackers:
try the "kernel_rework_patches" git branch. This contains the latest kernel patches from https://github.com/raspberrypi/linux up until Sat July 14, 2012.
<nathan....@gmail.com <mailto:nathan.huizinga@gmail.com>>
wrote:
The first alpha release of the Raspberry Pi image generation is now available in the git tree.
Note:
Downloading the GPU firmware will take a while. So be patient... ;-)
The sdcard image will contain:
- fat partition containing the GPU firmware and kernel image
- ext4 partition containing the root file system
Please give it a try and post any comments/bug reports to this mailing list.
Nathan.
--
You received this message because you are subscribed to the
Google Groups "Raspberry Pi Openwrt Development" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/raspberrypi-openwrt-dev/-/TbbkVS_MtA8J.
To post to this group, send email to
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/raspberrypi-openwrt-dev?hl=en.
--
You received this message because you are subscribed to the
Google Groups "Raspberry Pi Openwrt Development" group.
To post to this group, send email to
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/raspberrypi-openwrt-dev?hl=en.
--
You received this message because you are subscribed to the Google
Groups "Raspberry Pi Openwrt Development" group.
To post to this group, send email to
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/raspberrypi-openwrt-dev?hl=en.
--
You received this message because you are subscribed to the Google
Groups "Raspberry Pi Openwrt Development" group.
To post to this group, send email to
To unsubscribe from this group, send email to
--
You received this message because you are subscribed to the Google Groups "Raspberry Pi Openwrt Development" group.
To post to this group, send email to raspberrypi-openwrt-dev@googlegroups.com.
To unsubscribe from this group, send email to raspberrypi-openwrt-dev+unsub...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Raspberry Pi Openwrt Development" group.
To view this discussion on the web visit https://groups.google.com/d/msg/raspberrypi-openwrt-dev/-/hiW_JvbZwWwJ.
To post to this group, send email to raspberrypi...@googlegroups.com.
To unsubscribe from this group, send email to raspberrypi-openw...@googlegroups.com.
echo CONFIG_TARGET_brcm2708=y > .config make defconfig make download
--
You received this message because you are subscribed to the Google Groups "Raspberry Pi Openwrt Development" group.
To view this discussion on the web visit https://groups.google.com/d/msg/raspberrypi-openwrt-dev/-/eVA3HbIe4zwJ.
2012/8/3 nathan <nathan....@gmail.com>
To post to this group, send email to raspberrypi-openwrt-dev@googlegroups.com.
To unsubscribe from this group, send email to raspberrypi-openwrt-dev+unsub...@googlegroups.com.
Maybe your dl is corrupt? Try downloading the tar again? I did download the tar, untar with 7zip, formated the sdcard with sdcard formater/official tool and copyed the img with some windows tool - all on win7
--
You received this message because you are subscribed to the Google Groups "Raspberry Pi Openwrt Development" group.
To view this discussion on the web visit https://groups.google.com/d/msg/raspberrypi-openwrt-dev/-/vn5J8UwypWIJ.
Maybe your dl is corrupt? Try downloading the tar again? I did download the tar, untar with 7zip, formated the sdcard with sdcard formater/official tool and copyed the img with some windows tool - all on win7
Am 06.08.2012 10:33 schrieb "Mr R.B." <mr.r.b...@gmail.com>:
That build works for you? I get a kernel panic. Mounting the file system all I can see is /lib and /root these are the only folders present. Hmm strange.
On Sunday, August 5, 2012 10:55:38 AM UTC+1, N.M. wrote:awesome!--that did work!no filesystem errors, no problems.but it seems like not all patches are integrated, i.e. the soundcard is not integratedhave some nice holidays, looking forward to your results.
You received this message because you are subscribed to the Google Groups "Raspberry Pi Openwrt Development" group.
To view this discussion on the web visit https://groups.google.com/d/msg/raspberrypi-openwrt-dev/-/vn5J8UwypWIJ.
To post to this group, send email to raspberrypi-openwrt-dev@googlegroups.com.
To unsubscribe from this group, send email to raspberrypi-openwrt-dev+unsub...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Raspberry Pi Openwrt Development" group.
To view this discussion on the web visit https://groups.google.com/d/msg/raspberrypi-openwrt-dev/-/5tejyA4himgJ.
To unsubscribe from this group, send email to raspberrypi-openwrt-dev+unsub...@googlegroups.com.
Embedded GLIBC (EGLIBC) is a variant of the GNU C Library (GLIBC) that is designed to work well on embedded systems. EGLIBC strives to be source and binary compatible with GLIBC. EGLIBC's goals include reduced footprint, configurable components, better support for cross-compilation and cross-testing
The current kernel version is 3.3.8, because OpenWrt does not longer support 3.1 and 3.2 kernels.
So I had to make some changes to the existing patch set to get applied on top of the 3.3.8 sources.
The patches are indeed from the github site and extracted from git manually ;-) That's why it takes so much time
to get the individual patches and get them applied correctly in the OpenWrt build environment.
Because the Rpi is not a device with real resource limitations (256MB RAM and >2GByte storage), I choose for eglibc because of the following:
Al my changes can be extracted from git and when everything is settling down, such a list of changes can be made. Currently I have modified the "brcm2708" target, which
was initially created by Ian Ridge and applied to OpenWrt mainstream. The "raspberrypi" target has been completely replaced by the "brcm2708" target.
To view this discussion on the web visit https://groups.google.com/d/msg/raspberrypi-openwrt-dev/-/qKHLq1BN3nkJ.
To unsubscribe from this group, send email to raspberrypi-openw...@googlegroups.com.