|
- Download Puppy_linux.img.xz from the GoogleDrive
- Download scriptbin_kernel.tar.gz, it contains the latest kernel (uImage) and script.bin
- Unpack the archive.
- Write the Puppy_linux.img file (disk image) to your SD Card
- - on Linux use dd command ( sudo dd if=image_name.img of=/dev/sdX bs=1M oflag=direct )
- - on Windows use disk image writing software such as Win32 Disk Imager
- After writing the image, mount SD Card FAT partition (BOOT)
- Copy uImage_OPI-XX to uImage (depending on your board type, for OPI-PC use uImage_OPI-2)
- Copy one of the script.bin.OPI-XXXX to script.bin (depending on your board type and desired monitor resolution)
- - use uImage_OPI-XX and script.bin.OPI-XXXX from scriptbin_kernel.tar.gz if it is newer (probably it is).
- Boot your Orange PI board from SD Card
I'll try it.
Thank you, loboris
|
|