...
The "boot.conf" must be edited in between. This is roughly the procedure:
Code Block | ||
---|---|---|
| ||
git clone https://github.com/raspberrypi/usbboot.git
cd usbboot
make
cd recovery
vim boot.conf
[...]
BOOT_ORDER=0xf26415
[...]
# Build boot EEPROM with modified boot.conf
./update-pieeprom.sh
# Flash boot EEPROM
../rpiboot -d .
# Connect RevPi with Micro USB cable and switch on power supply
# If a monitor is connected, a green screen appears after successful completion |
You have to adapt the “boot/cmdline.txt” file.
In most cases, you would replace "root=/dev/mmcblk0p2" with "root=/dev/sda2". Otherwise, the kernel will start to boot, but the root filesystem will not mount correctly.