Lines Matching +full:rw +full:- +full:partitions
8 Intel Integrated Sensor Hub (ISH) is a lower-power/always-on co-processor
15 - LMT MinuteIA Core:
17 - 16KB instruction cache and 16KB data cache.
18 - 640KB SRAM space for code and data - implemented as L2 SRAM.
19 - 8KB AON RF space for code resident during deep D0i2/3 PG states.
21 - Interface-to-Sensor peripherals (I2C, SPI, UART, I3C, GPIO, DMA).
22 - Inter Process Communications (IPC) to core processor and other IP processors.
42 .. zephyr-app-commands::
43 :zephyr-app: samples/hello_world
55 - Power on the ADL RVP board.
56 - Log in Chrome OS. (Note: the user must have root access right, see `Developer Mode`_)
57 - Re-mount the root filesystem as read-write:
59 .. code-block:: console
61 $ mount -o remount,rw /
63 - If re-mount fails, execute below commands to Remove rootfs verification:
65 .. code-block:: console
67 $ /usr/share/vboot/bin/make_dev_ssd.sh --remove_rootfs_verification --partitions
70 - Go to the ISH firmware direcoty:
72 .. code-block:: console
76 - Relace the file adlrvp_ish.bin with zephyr image built out, ish_fw.bin.
77 - Reboot, then observe Zephyr log output via ISH UART0.