Zoom2 without debugboard
From OMAPpedia
(Difference between revisions)
m (Added category tag) |
|||
| Line 15: | Line 15: | ||
setenv bootargs console=quiet root=/dev/mmcblk0p2 rw rootdelay=1 mem=256M init=/init | setenv bootargs console=quiet root=/dev/mmcblk0p2 rw rootdelay=1 mem=256M init=/init | ||
</code> | </code> | ||
| + | |||
| + | |||
| + | [[Category:Tools]] | ||
Latest revision as of 15:38, 25 May 2010
To boot the Zoom without the debugboard(or with the usb cable disconnected) disable the following in defconfig.
e.g. for Zoom2, arch/arm/configs/omap_zoom2_defconfig
- CONFIG_DEBUG_LL
- CONFIG_OMAP_LL_DEBUG_UART_EXT
For Zoom 36x - arch/arm/configs/omap_zoom3_defconfig
It might also help to change the console= args for the kernel boot args to quiet or none.
For example:
setenv bootargs console=quiet root=/dev/mmcblk0p2 rw rootdelay=1 mem=256M init=/init