chipKIT® Development Platform

Inspired by Arduino™

Load from USB Drive

Created Fri, 11 Oct 2013 05:11:04 +0000 by Stoneridge


Stoneridge

Fri, 11 Oct 2013 05:11:04 +0000

I just received my ChipKit-PI, downloaded and installed the recommended operating system and MPIDE package for the SD card. That works fine. Are there instructions available to load the SD card with the boot loader only, and switch to the operating system and MPIDE on a USB drive or hard drive? I do this with Raspbian by changing mmbclk0p2 to sda2 in the cmdline.txt file on the SD card.


ricklon

Sat, 26 Oct 2013 18:33:09 +0000

Can you explain more of what you're trying to do?

If you want to move the image to a hard drive via USB you would just use "dd" and point to the new device.

-_Rick


guymc

Wed, 30 Oct 2013 22:24:31 +0000

To clarify: this is a Raspberry Pi question, right?

When I see the term "bootloader" used in these forums, it usually refers to the chipKIT bootloader (either USB or UART) burned into a PIC32 device.

But in this case, you're talking about the bootloader that resides on an SD card in the Raspberry Pi OS slot. It's an interesting idea, to host the RPi OS on an external USB device. As Rick suggests, it does not seem to be at all different from what you're already accomplished with Raspian.