On 10/23/2012 11:33 AM, Jean-Christophe PLAGNIOL-VILLARD wrote:
> git rebase -i

that's another vote: :-)

> also tig

I've never even heard of 'tig', and lo, after
"sudo apt-get install tig", I've got what looks to
be a very handy text-mode browser for git!

Thanks!  I'll definitely play around with this one
some more.


>> Another one I use is called 'ttc', for 'tiny target control'.
>> It is a thin wrapper over many of the commands that are used
>> to configure, build and install the kernel (as well as execute
>> commands on the target, move stuff between host and target, etc.)
>> I use this so that I don't have to remember all the different
>> config options, toolchain paths, cross-compiler prefix, bootloader
>> commands, and board access methods for the different boards I use.
>> Currently I'm only dealing with 2 or 3 boards, but I used to
>> deal with about 10 different boards on a continual basis.
>> It was driving me nuts every time I switched from one
>> board to another, having to re-learn all
>> the little details about working with the new board.
>>
>> Anyone else do something similar?
> yeah everyday that why I use ser2net with barebox and bootp
> 
> so I just have to use script to generate my kernel plus home made power swith
> and then no need known how to manage it

Hmmm.  Haven't heard of this one either.  I need to go
check it out.


> I'm using home made ser2net servers based on at91
> 
> I use network boot everyday via bootp with vendor_id, class_i and user_class
> to describe which kernel I want to use so no need to care too much
> 
> I use also pxe

Yeah.  I mostly use tftpboot with dhcpd dishing out a custom
kernel (and rootfs dir) for each board based on MAC address.
(using the bootp protocol?  I can't remember which part of the
exchange is dhcp and which part is bootp).

Are you using a dedicated bootp server, or just
run-of-the-mill dhcpd here?

I haven't done much with pxe.  I'm not even sure I
know the difference between PXE and bootp.


Thanks for the feedback.  I learned some new things already... :-)
 -- Tim

=============================
Tim Bird
Architecture Group Chair, CE Workgroup of the Linux Foundation
Senior Staff Engineer, Sony Network Entertainment
=============================

_______________________________________________
Celinux-dev mailing list
Celinux-dev@lists.celinuxforum.org
https://lists.celinuxforum.org/mailman/listinfo/celinux-dev

Reply via email to