caveman;330506 Wrote: > First, I'm not sure what the best way to add in my new driver code files > to POKY is, without messing with the standard configuration.
To be honest I've not worked out the best way to develop in Poky yet. Recently much of my development has been on the desktop, and then just verifying on the Controller once the code is checked in. You'll find some different approaches here: http://www.pokylinux.org/doc/poky-handbook.html#platdev-appdev The little embedded development I have done since switching to poky, I used the "Developing in Poky directly" and using quilt approach. That would probably work with the changes you are making. caveman;330506 Wrote: > Second question is, is there a way to disable the auto firmware reload > prompting on the SBC? You set a custom.jive.version and custom.jive.bin file in SC. See http://wiki.slimdevices.com/index.php/Custom.jive.version caveman;330506 Wrote: > Also, since you're recommending moving to 7.3, what's the easiest way to > move my POKY setup from 7.2 to 7.3? Use 'svn switch' eg in the poky directory do 'svn switch http://svn.slimdevices.com/repos/jive/7.3/trunk/squeezeos/poky'. Richard -- rtitmuss ------------------------------------------------------------------------ rtitmuss's Profile: http://forums.slimdevices.com/member.php?userid=36 View this thread: http://forums.slimdevices.com/showthread.php?t=49513 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive
