Nice article!
On 24 October 2012 08:26, Nicolas Pitre nicolas.pitre@linaro.org wrote:
When working on low level kernel code, the indication that something went wrong is often noticed as a kernel oops, or even a totally silent system. This usually implies a modify-recompile-reboot cycle which can become very very annoying if the reboot step implies popping out an SD card from the board, inserting it into the work PC, mounting it, copying the newly compiled kernel over, unmounting, moving the SD card back to the board, to finally hit the reset button.
You can also connect vexpress board with your PC with a USB cable, and the uSD card will be shown on your PC as data storage, as soon as bootloader or bootmonitor is on. You can simply copy files from your linux pc to this storage and reboot :)
-- viresh