On 12:48 Tue 23 Oct , Tim Bird wrote: > 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. The key here is the hw
I've design a ser2net + power switch arround a at91 SoC so with an embedded linux you can run ser2net on it and use with kterm via RFC 2217 so you have a real seriel over net woth xmodem & co then I use a small shel script to list and all the obard availlable and connect to them or power on/off so I can remote them as I play with 20 to 30 hw these day If I don;t have this my desk with be full > > > > 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). the keypoint here you don't care about the mac address you check the dhcp client option to provice ip/kernel/rootfs/oftree I've add this to barebox and it's very handy at the end > > Are you using a dedicated bootp server, or just > run-of-the-mill dhcpd here? I use isc server for dhcpd > > I haven't done much with pxe. I'm not even sure I > know the difference between PXE and bootp. bootp provide dhcp config pxe is a configuration file with menu that use bootp > Thanks for the feedback. I learned some new things already... :-) we learn new things everyday Best Regards, J. > > -- 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