mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2025-02-07 02:30:15 -05:00
Update README.md
This commit is contained in:
parent
a77ffe6803
commit
e2850f8cbe
@ -117,8 +117,9 @@ Here is example how to do it with RetrOrangePi 2.5.2:
|
|||||||
- Check with `cat /proc/cmdline`
|
- Check with `cat /proc/cmdline`
|
||||||
|
|
||||||
Lakka 2.0:
|
Lakka 2.0:
|
||||||
- Make backup of `/boot/boot.scr`
|
- Remount r/w: `mount -o rw,remount /flash`
|
||||||
- Make file `/boot/boot.cmd`:
|
- Make backup: `cp /flash/boot.scr /flash/org.boot.scr`
|
||||||
|
- Make file `/flash/boot.cmd`:
|
||||||
```
|
```
|
||||||
setenv machid 1029
|
setenv machid 1029
|
||||||
setenv bootm_boot_mode sec
|
setenv bootm_boot_mode sec
|
||||||
@ -127,7 +128,7 @@ fatload mmc 0 0x43000000 script.bin
|
|||||||
fatload mmc 0 0x42000000 KERNEL
|
fatload mmc 0 0x42000000 KERNEL
|
||||||
bootm 0x42000000
|
bootm 0x42000000
|
||||||
```
|
```
|
||||||
`mkimage -C none -A arm -O u-boot -T script -n "Lakka Boot" -d /boot/boot.cmd /boot/boot.scr`
|
`mkimage -C none -A arm -O u-boot -T script -n "Lakka Boot" -d /flash/boot.cmd /flash/boot.scr`
|
||||||
- (you need to get mkimage from somewhere (e.g. use Armbian), because it is not included in Lakka)
|
- (you need to get mkimage from somewhere (e.g. use Armbian), because it is not included in Lakka)
|
||||||
- Reboot
|
- Reboot
|
||||||
- Check with `cat /proc/cmdline`
|
- Check with `cat /proc/cmdline`
|
||||||
|
Loading…
Reference in New Issue
Block a user