Re: [beagleboard] Custom image upgrade without reflashing

2016-04-07 Thread Robert Nelson
On Thu, Apr 7, 2016 at 5:46 PM, William Hermans wrote: > Robert, > > Your linux-images packages clean up after themselves if running sudo > apt-get remove --purge on old unwanted images ? > > I can't recall doing this, but perhaps I should have been doing things > this way as it's much easier. I

Re: [beagleboard] Custom image upgrade without reflashing

2016-04-07 Thread William Hermans
william@beaglebone:~$ *ls /boot/* SOC.sh config-3.8.13-bone70 initrd.img-3.8.13-bone70 uboot System.map-3.8.13-bone70 config-4.1.12-bone-rt-r16 initrd.img-4.1.12-bone-rt-r16 vmlinuz-3.8.13-bone70 System.map-4.1.12-bone-rt-r16 config-4.1.14-bone-rt-r17 ini

Re: [beagleboard] Custom image upgrade without reflashing

2016-04-07 Thread William Hermans
Robert, Your linux-images packages clean up after themselves if running sudo apt-get remove --purge on old unwanted images ? I can't recall doing this, but perhaps I should have been doing things this way as it's much easier. I do recall using rm -rf on a couple occasions however . . . On Thu, A

Re: [beagleboard] Custom image upgrade without reflashing

2016-04-07 Thread William Hermans
william@beaglebone:~$ *apt-cache search linux-image |grep 4.1* Too much output here to view. Narrow search parameters assuming I want a *bone* kernel, and not ti kernel. william@beaglebone:~$ *apt-cache search linux-image |grep 4.1*bone** linux-image-4.0.4-bone4 - Linux kernel, version 4.0.4-bone

[beagleboard] Custom image upgrade without reflashing

2016-04-07 Thread Virendra
Hi, I have built a custom image (kernel_version=4.1.20) in SD card from Robert Nelson. The current kernel version seems to be 4.5. How to upgrade from 4.1 to 4.5 without reflashing the SD card image. The custom kernel upgrade should be downloaded from the local network and not using apt-get. A