View Single Post
Old 08-15-2012, 12:22 AM   #4
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
tomorrow. Lua

EDIT: Or not based on the reaction to that thought below. heh.

Hmm so what shall I do.. ponder ponder

LUA: as knc1 says.

LUAJIT: LuaJIT implements the full set of language features defined
by Lua 5.1. The virtual machine (VM) is API- and
ABI-compatible to the standard Lua interpreter and can be
deployed as a drop-in replacement. Sounded handy.

OFF TOPIC: RANDOM NOTES:

Quote:
Buildroot image tar notes

Psuedo bash code.

cd images

sudo tar -x -h --hard-dereference -l -f rootfs.tar ./

sudo chown -R you:users .

rm -rf dev home linuxrc media run proc sys root etc sbin bin var

(and whatever else you don't want)

mv mnt/us/* ./*

rm mnt/us
rm us

mv rootfs.tar ../

tar -c -h --hard-dereference -l -f kindle.tar ./
TC from http://sourcery.mentor.com/public/gn...linux-gnueabi/

linking shortnames:

you@dev /opt $ cd /opt/arm-2010q1/bin
you@dev /opt/arm-2010q1/bin $ sudo su
dev bin # for F in `ls -1` ; do ln -sf ${F} ${F#arm-none-linux-gnueabi-} ; done
dev bin # exit

Last edited by twobob; 09-13-2012 at 03:14 PM. Reason: Reactions - tar notes
twobob is offline   Reply With Quote