
On Fri, Aug 4, 2023 at 2:25 AM Kever Yang kever.yang@rock-chips.com wrote:
Hi Peter,
On 2023/8/3 15:44, Peter Robinson wrote:
On Tue, Aug 1, 2023 at 4:17 AM Kever Yang kever.yang@rock-chips.com wrote:
Hi Peter,
Could you update the patchset with patches you still want to send?
Can you just drop this patch and take the rest from the set?
Yes, it's OK if there no other change, I can fix the typo in 3/4.
Awesome, thanks
Thanks,
- Kever
Thanks,
- Kever
On 2023/6/14 20:43, Peter Robinson wrote:
Start the USB stack so usb storage can be used. Adding the command as usb keyboard isn't enabled as there's not currently display output.
Signed-off-by: Peter Robinson pbrobinson@gmail.com
configs/rock64-rk3328_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configs/rock64-rk3328_defconfig b/configs/rock64-rk3328_defconfig index 5e36612bb80..1da9b0545a5 100644 --- a/configs/rock64-rk3328_defconfig +++ b/configs/rock64-rk3328_defconfig @@ -23,6 +23,8 @@ CONFIG_DEBUG_UART_BASE=0xFF130000 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_SYS_LOAD_ADDR=0x800800 CONFIG_DEBUG_UART=y +CONFIG_USE_PREBOOT=y +CONFIG_PREBOOT="usb start" # CONFIG_ANDROID_BOOT_IMAGE is not set CONFIG_FIT=y CONFIG_FIT_VERBOSE=y