On Sun, Feb 10, 2013 at 11:34 AM, Stuart Hughes <[email protected]> wrote: > Hi everyone, > > I got my hands on a raspberry pi finally. A very nice little board. > > I've updated the boot firmware to work with the newer boards that have > 512M or memory. > > If anyone has an older board with 128M of memory, could you please give > it a test and let me know if it still works.
Checked, worked for me, though I did get a non-fatal "sed not found" error on boot which is is not selected in the package list. May need to add it. Index: config/platform/rpi/defconfig =================================================================== RCS file: /sources/ltib/ltib/config/platform/rpi/defconfig,v retrieving revision 1.1 diff -u -r1.1 defconfig --- config/platform/rpi/defconfig 8 Oct 2012 00:37:28 -0000 1.1 +++ config/platform/rpi/defconfig 13 Feb 2013 01:30:34 -0000 @@ -336,7 +336,7 @@ # CONFIG_PKG_SCHEDUTILS is not set # CONFIG_PKG_SCREEN is not set # CONFIG_PKG_SDL is not set -# CONFIG_PKG_SED is not set +CONFIG_PKG_SED=y # CONFIG_PKG_SEQ is not set # CONFIG_PKG_SETSERIAL is not set # CONFIG_PKG_SIMICSFS_MOD is not set > Regards, Stuart > > _______________________________________________ > LTIB home page: http://ltib.org > > Ltib mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/ltib _______________________________________________ LTIB home page: http://ltib.org Ltib mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/ltib
